aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/gwin/list.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gwin/list.c b/src/gwin/list.c
index 8784af63..1662277d 100644
--- a/src/gwin/list.c
+++ b/src/gwin/list.c
@@ -29,6 +29,7 @@
// Macro's to assist in data type conversions
#define gh2obj ((GListObject *)gh)
+#define gw2obj ((GListObject *)gw)
#define qi2li ((ListItem *)qi)
#define qix2li ((ListItem *)qix)
#define ple ((GEventGWinList *)pe)