mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-13 04:15:50 +01:00
Fixed crashes in 24 and 32bpp after introduction of hermeslib support
This commit is contained in:
@@ -486,7 +486,7 @@ WMCreateInputPanel(WMScreen *scrPtr, WMWindow *owner, char *title, char *msg,
|
||||
static void
|
||||
handleKeyPress3(XEvent *event, void *clientData)
|
||||
{
|
||||
WMGenericPanel *panel = (WMAlertPanel*)clientData;
|
||||
WMGenericPanel *panel = (WMGenericPanel*)clientData;
|
||||
KeySym ksym;
|
||||
|
||||
XLookupString(&event->xkey, NULL, 0, &ksym, NULL);
|
||||
|
||||
Reference in New Issue
Block a user