git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8412
d7cf8633-e32d-0410-b094-
e92efae38249
#include <X11/Xlib.h>
#include <X11/Xutil.h>
+#include <X11/XKBlib.h> // TODO possibly ifdef this out on non-supporting systems... Solaris (as always)?
#include <GL/glx.h>
#include "quakedef.h"
return false;
}
+ // make autorepeat send keypress/keypress/.../keyrelease instead of intervening keyrelease
+ XkbSetDetectableAutoRepeat(vidx11_display, true, NULL);
+
vidx11_screen = DefaultScreen(vidx11_display);
root = RootWindow(vidx11_display, vidx11_screen);