aboutsummaryrefslogtreecommitdiffstats
path: root/demos/modules/gwin/label/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'demos/modules/gwin/label/main.c')
-rw-r--r--demos/modules/gwin/label/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/modules/gwin/label/main.c b/demos/modules/gwin/label/main.c
index f1fb6b92..6a2429a4 100644
--- a/demos/modules/gwin/label/main.c
+++ b/demos/modules/gwin/label/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;
// Create the IP label
wi.g.width = 200; wi.g.height = 20; wi.g.x = 10, wi.g.y = 80;
@@ -60,7 +60,7 @@ int main(void) {
// Set the widget defaults
gwinSetDefaultFont(gdispOpenFont("*"));
- gwinSetDefaultStyle(&WhiteWidgetStyle, FALSE);
+ gwinSetDefaultStyle(&WhiteWidgetStyle, gFalse);
gdispClear(GFX_WHITE);
// create the widget