aboutsummaryrefslogtreecommitdiffstats
path: root/demos/modules/ginput/keyboard/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'demos/modules/ginput/keyboard/main.c')
-rw-r--r--demos/modules/ginput/keyboard/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/modules/ginput/keyboard/main.c b/demos/modules/ginput/keyboard/main.c
index 32c7652f..dec93125 100644
--- a/demos/modules/ginput/keyboard/main.c
+++ b/demos/modules/ginput/keyboard/main.c
@@ -59,8 +59,8 @@ int main(void) {
GW = gwinConsoleCreate(0, &wi);
/* Set the fore- and background colors for the console */
- gwinSetColor(GW, Yellow);
- gwinSetBgColor(GW, Black);
+ gwinSetColor(GW, GFX_YELLOW);
+ gwinSetBgColor(GW, GFX_BLACK);
gwinClear(GW);
}