[client] x11: implement keyboard typing

This commit is contained in:
Quantum
2021-08-19 05:52:45 -04:00
committed by Geoffrey McRae
parent bb91b41c64
commit ce3f11fd40
2 changed files with 65 additions and 0 deletions

View File

@@ -70,6 +70,9 @@ struct X11DSState
Cursor cursors[LG_POINTER_COUNT];
XIM xim;
XIC xic;
// XFixes vars
int eventBase;
int errorBase;