aboutsummaryrefslogtreecommitdiffstats
path: root/demos/modules/gwin/gl3d-spin/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'demos/modules/gwin/gl3d-spin/main.c')
-rw-r--r--demos/modules/gwin/gl3d-spin/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/modules/gwin/gl3d-spin/main.c b/demos/modules/gwin/gl3d-spin/main.c
index 2b80994f..4da6b053 100644
--- a/demos/modules/gwin/gl3d-spin/main.c
+++ b/demos/modules/gwin/gl3d-spin/main.c
@@ -134,7 +134,7 @@ static void spin( void )
int main(void) {
/* Initialize and clear the display */
gfxInit();
- gdispClear(White);
+ gdispClear(GFX_WHITE);
/* Create the 3D window */
{