diff finch/libgnt/gntstyle.h @ 17698:56d2ae9cbb5c

Initial workspace support. refs #51
author Richard Nelson <wabz@pidgin.im>
date Fri, 27 Apr 2007 01:51:20 +0000
parents 0e3a8505ebbe
children 08776fc5c06f
line wrap: on
line diff
--- a/finch/libgnt/gntstyle.h	Wed Apr 25 06:26:58 2007 +0000
+++ b/finch/libgnt/gntstyle.h	Fri Apr 27 01:51:20 2007 +0000
@@ -1,4 +1,5 @@
 #include "gnt.h"
+#include "gntwm.h"
 
 typedef enum
 {
@@ -21,6 +22,8 @@
 
 void gnt_style_read_actions(GType type, GntBindableClass *klass);
 
+void gnt_style_read_workspaces(GntWM *wm);
+
 void gnt_init_styles(void);
 
 void gnt_uninit_styles(void);