aboutsummaryrefslogtreecommitdiffstats
path: root/demos/modules/gwin/frame/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'demos/modules/gwin/frame/main.c')
-rw-r--r--demos/modules/gwin/frame/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/modules/gwin/frame/main.c b/demos/modules/gwin/frame/main.c
index aae4cfac..3ee330df 100644
--- a/demos/modules/gwin/frame/main.c
+++ b/demos/modules/gwin/frame/main.c
@@ -23,7 +23,7 @@ static void _createWidgets(void) {
// Apply some default values for GWIN
gwinWidgetClearInit(&wi);
- wi.g.show = TRUE;
+ wi.g.show = gTrue;
// Create a surprise label behind the frame window
wi.g.width = 100;
@@ -119,7 +119,7 @@ int main(void) {
// Set the widget defaults
gwinSetDefaultFont(gdispOpenFont("*"));
- gwinSetDefaultStyle(&WhiteWidgetStyle, FALSE);
+ gwinSetDefaultStyle(&WhiteWidgetStyle, gFalse);
gdispClear(GFX_WHITE);
// create the widget