mirror of
https://github.com/glfw/glfw.git
synced 2026-09-18 22:55:46 +00:00
Automatically detect Xkb at run-time.
Uses XGetKeyboardMapping as a fallback. Fixes #282.
This commit is contained in:
committed by
Camilla Berglund
parent
e02b278db1
commit
b889aa7841
@@ -175,6 +175,7 @@ typedef struct _GLFWlibraryX11
|
||||
} randr;
|
||||
|
||||
struct {
|
||||
GLboolean available;
|
||||
int majorOpcode;
|
||||
int eventBase;
|
||||
int errorBase;
|
||||
|
||||
Reference in New Issue
Block a user