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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/modules/gwin/frame/main.c b/demos/modules/gwin/frame/main.c
index 18e15046..d3ea97f8 100644
--- a/demos/modules/gwin/frame/main.c
+++ b/demos/modules/gwin/frame/main.c
@@ -8,7 +8,7 @@ static GHandle ghButton1, ghButton2, ghButton3;
static GHandle ghWindow1;
static void _updateColor(void) {
- uint32_t color;
+ gU32 color;
color = (unsigned)gwinSliderGetPosition(ghSliderR) << 16;
color |= (unsigned)gwinSliderGetPosition(ghSliderG) << 8;