finch/libgnt/gntwm.h

branch
soc.2013.gobjectification.plugins
changeset 37055
af1ec3eb15f5
parent 37052
e90875152e25
parent 35423
a453e49dc579
child 37064
3373bd0b4ea6
--- a/finch/libgnt/gntwm.h	Sun Feb 02 18:13:41 2014 +0530
+++ b/finch/libgnt/gntwm.h	Mon Feb 03 01:06:54 2014 +0530
@@ -49,7 +49,9 @@
 	GNT_KP_MODE_WAIT_ON_CHILD
 } GntKeyPressMode;
 
-typedef struct _GntNode
+typedef struct _GntNode GntNode;
+
+struct _GntNode
 {
 	GntWidget *me;
 
@@ -57,7 +59,7 @@
 	int scroll;
 	PANEL *panel;
 	GntWS *ws;
-} GntNode;
+};
 
 typedef struct _GntWM GntWM;
 
@@ -122,6 +124,7 @@
 
 	GHashTable *positions;
 
+	/*< private >*/
 	void *res1;
 	void *res2;
 	void *res3;

mercurial