aboutsummaryrefslogtreecommitdiffstats
path: root/include/gfx_rules.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/gfx_rules.h
parentceae37b7bfe50f74a1b6ccb0e0c91736d64a5755 (diff)
downloaduGFX-259f822ba7a30cd729faf273dbb8acbca51c5a3a.tar.gz
uGFX-259f822ba7a30cd729faf273dbb8acbca51c5a3a.tar.bz2
uGFX-259f822ba7a30cd729faf273dbb8acbca51c5a3a.zip
added list widget dummy
Diffstat (limited to 'include/gfx_rules.h')
-rw-r--r--include/gfx_rules.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/gfx_rules.h b/include/gfx_rules.h
index ddad82a7..214a327b 100644
--- a/include/gfx_rules.h
+++ b/include/gfx_rules.h
@@ -67,6 +67,11 @@
#define GWIN_NEED_WIDGET TRUE
#endif
#endif
+ #if GWIN_NEED_LIST
+ #if !GDISP_NEED_TEXT
+ #error "GWIN: GDISP_NEED_TEXT is required when GWIN_NEED_LIST is TRUE."
+ #endif
+ #endif
#if GWIN_NEED_WIDGET
#if !GDISP_NEED_TEXT
#error "GWIN: GDISP_NEED_TEXT is required if GWIN_NEED_WIDGET is TRUE."