mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-11-10 14:41:42 +00:00
* (bug 3065) fixed non-SDL X11 client crash on certain keys (e.g. XK_egrave )
This commit is contained in:
parent
1de9a065bf
commit
dce62fbcb4
1 changed files with 2 additions and 2 deletions
|
@ -199,8 +199,8 @@ static const char *Q_stristr( const char *s, const char *find)
|
|||
|
||||
static char *XLateKey(XKeyEvent *ev, int *key)
|
||||
{
|
||||
static char buf[64];
|
||||
static char bufnomod[2];
|
||||
static unsigned char buf[64];
|
||||
static unsigned char bufnomod[2];
|
||||
KeySym keysym;
|
||||
int XLookupRet;
|
||||
|
||||
|
|
Loading…
Reference in a new issue