aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/gwin_progressbar.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gwin/gwin_progressbar.c')
-rw-r--r--src/gwin/gwin_progressbar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gwin/gwin_progressbar.c b/src/gwin/gwin_progressbar.c
index 3843949a..0de69867 100644
--- a/src/gwin/gwin_progressbar.c
+++ b/src/gwin/gwin_progressbar.c
@@ -51,7 +51,7 @@ static const gwidgetVMT progressbarVMT = {
0, // Process mouse move events
},
#endif
- #if GINPUT_NEED_KEYBOARD
+ #if GINPUT_NEED_KEYBOARD || GWIN_NEED_KEYBOARD
{
0 // Process keyboard events
},