aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2014-01-04 01:31:47 +0100
committerJoel Bodenmann <joel@unormal.org>2014-01-04 01:31:47 +0100
commit07869da90938e375e71081d30757cc767596b431 (patch)
tree79a6513193f64e8545e9dca77f15607cc23ed556 /src
parentffed62c5ba3c208e83af5cc6615cfd1615a97d02 (diff)
downloaduGFX-07869da90938e375e71081d30757cc767596b431.tar.gz
uGFX-07869da90938e375e71081d30757cc767596b431.tar.bz2
uGFX-07869da90938e375e71081d30757cc767596b431.zip
Revert "removed unnecessary macro"
This reverts commit 4e3aaa6de54b6b2075ee3acc6281f35163847f3f.
Diffstat (limited to 'src')
-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)