--- a/console/libgnt/gntwm.h Thu Nov 30 02:01:49 2006 +0000 +++ b/console/libgnt/gntwm.h Thu Nov 30 05:52:21 2006 +0000 @@ -27,6 +27,12 @@ typedef struct _GntWM GntWM; +typedef struct _GnPosition +{ + int x; + int y; +} GntPosition; + /** * An application can register actions which will show up in a 'start-menu' like popup */ @@ -73,6 +79,8 @@ GntKeyPressMode mode; + GHashTable *positions; + void *res1; void *res2; void *res3;