aboutsummaryrefslogtreecommitdiffstats
path: root/demos/modules/gwin/imagebox/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'demos/modules/gwin/imagebox/main.c')
-rw-r--r--demos/modules/gwin/imagebox/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/modules/gwin/imagebox/main.c b/demos/modules/gwin/imagebox/main.c
index c4f70df2..64156669 100644
--- a/demos/modules/gwin/imagebox/main.c
+++ b/demos/modules/gwin/imagebox/main.c
@@ -38,7 +38,7 @@ static void createWidgets(void) {
// Apply some default values for GWIN
gwinWidgetClearInit(&wi);
- wi.g.show = TRUE;
+ wi.g.show = gTrue;
// create the first image widget
wi.g.x = 10; wi.g.y = 10; wi.g.width = 200; wi.g.height = 100;
@@ -52,7 +52,7 @@ int main(void) {
// Set the widget defaults
gwinSetDefaultFont(gdispOpenFont("UI2"));
- gwinSetDefaultStyle(&WhiteWidgetStyle, FALSE);
+ gwinSetDefaultStyle(&WhiteWidgetStyle, gFalse);
gdispClear(GFX_WHITE);
// create the widget