--- a/finch/libgnt/gntwm.h Sun Feb 02 18:11:58 2014 +0530 +++ b/finch/libgnt/gntwm.h Sun Feb 02 23:11:11 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;