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