aboutsummaryrefslogtreecommitdiffstats
path: root/demos/modules/gwin/container_nested/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'demos/modules/gwin/container_nested/main.c')
-rw-r--r--demos/modules/gwin/container_nested/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/modules/gwin/container_nested/main.c b/demos/modules/gwin/container_nested/main.c
index 5cd5e793..0e5a2634 100644
--- a/demos/modules/gwin/container_nested/main.c
+++ b/demos/modules/gwin/container_nested/main.c
@@ -118,7 +118,7 @@ int main(void) {
// Set the widget defaults
gwinSetDefaultFont(gdispOpenFont("*"));
gwinSetDefaultStyle(&WhiteWidgetStyle, FALSE);
- gdispClear(White);
+ gdispClear(GFX_WHITE);
// Create the widget
createWidgets();