diff finch/libgnt/gntwindow.h @ 17707:3c3fc1432a01

Let windows know when the workspace they are in is being hidden/shown
author Richard Nelson <wabz@pidgin.im>
date Sat, 12 May 2007 23:58:11 +0000
parents f00f2e283ffb
children 08776fc5c06f
line wrap: on
line diff
--- a/finch/libgnt/gntwindow.h	Mon Apr 30 12:02:15 2007 +0000
+++ b/finch/libgnt/gntwindow.h	Sat May 12 23:58:11 2007 +0000
@@ -51,6 +51,9 @@
 
 void gnt_window_set_menu(GntWindow *window, GntMenu *menu);
 
+void gnt_window_workspace_hiding(GntWindow *);
+void gnt_window_workspace_showing(GntWindow *);
+
 G_END_DECLS
 
 #endif /* GNT_WINDOW_H */