diff options
Diffstat (limited to 'src/ginput')
-rw-r--r-- | src/ginput/ginput_mouse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ginput/ginput_mouse.c b/src/ginput/ginput_mouse.c index 87704f40..af65a60a 100644 --- a/src/ginput/ginput_mouse.c +++ b/src/ginput/ginput_mouse.c @@ -467,7 +467,7 @@ static void MousePoll(void *param) { gPoint points[4]; // The x, y readings obtained from the mouse for each test point uint32_t err; #if GDISP_NEED_TEXT - font_t font1, font2; + gFont font1, font2; #endif #if GDISP_NEED_TEXT |