diff options
Diffstat (limited to 'include/gfx_rules.h')
-rw-r--r-- | include/gfx_rules.h | 5 |
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." |