aboutsummaryrefslogtreecommitdiffstats
path: root/include/gwin/gwin.h
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2013-07-17 17:49:21 +0200
committerJoel Bodenmann <joel@unormal.org>2013-07-17 17:49:21 +0200
commit259f822ba7a30cd729faf273dbb8acbca51c5a3a (patch)
treea71d4700b623f25898407759ae8b585953004587 /include/gwin/gwin.h
parentceae37b7bfe50f74a1b6ccb0e0c91736d64a5755 (diff)
downloaduGFX-259f822ba7a30cd729faf273dbb8acbca51c5a3a.tar.gz
uGFX-259f822ba7a30cd729faf273dbb8acbca51c5a3a.tar.bz2
uGFX-259f822ba7a30cd729faf273dbb8acbca51c5a3a.zip
added list widget dummy
Diffstat (limited to 'include/gwin/gwin.h')
-rw-r--r--include/gwin/gwin.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/gwin/gwin.h b/include/gwin/gwin.h
index a2c0d0a1..53f5e205 100644
--- a/include/gwin/gwin.h
+++ b/include/gwin/gwin.h
@@ -825,6 +825,10 @@ extern "C" {
#include "gwin/label.h"
#endif
+ #if GWIN_NEED_LIST || defined(__DOXYGEN__)
+ #include "gwin/list.h"
+ #endif
+
#endif /* GFX_USE_GWIN */
#endif /* _GWIN_H */