diff --git a/doomgeneric/doomgeneric_xlib.c b/doomgeneric/doomgeneric_xlib.c index 7a1972a..cf92fc7 100644 --- a/doomgeneric/doomgeneric_xlib.c +++ b/doomgeneric/doomgeneric_xlib.c @@ -105,6 +105,8 @@ void DG_Init() XSetForeground(s_Display, s_Gc, whiteColor); + XkbSetDetectableAutoRepeat(s_Display, 1, 0); + // Wait for the MapNotify event while(1)