aboutsummaryrefslogtreecommitdiffstats
path: root/demos/modules/gwin/checkbox/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'demos/modules/gwin/checkbox/main.c')
-rw-r--r--demos/modules/gwin/checkbox/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/modules/gwin/checkbox/main.c b/demos/modules/gwin/checkbox/main.c
index 00f3ebdb..486c4057 100644
--- a/demos/modules/gwin/checkbox/main.c
+++ b/demos/modules/gwin/checkbox/main.c
@@ -37,7 +37,7 @@ static void createWidgets(void) {
// Apply some default values for GWIN
gwinWidgetClearInit(&wi);
- wi.g.show = TRUE;
+ wi.g.show = gTrue;
// Apply the checkbox parameters
wi.g.width = 100; // includes text
@@ -58,7 +58,7 @@ int main(void) {
// Set the widget defaults
gwinSetDefaultFont(gdispOpenFont("UI2"));
- gwinSetDefaultStyle(&WhiteWidgetStyle, FALSE);
+ gwinSetDefaultStyle(&WhiteWidgetStyle, gFalse);
gdispClear(GFX_WHITE);
// create the widget