console/libgnt/gntwm.h

changeset 15129
4722d1cf7938
parent 15012
4366b2b87b55
child 15802
1e124a68997e
--- 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;

mercurial