mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 12:28:22 +01:00
fix a typo.
This commit is contained in:
@@ -450,8 +450,10 @@ saveTimestamp(XEvent *event)
|
||||
static void
|
||||
handleExtensions(XEvent *event)
|
||||
{
|
||||
#ifdef KEEP_XKB_LOCK_STATUS
|
||||
XkbEvent *xkbevent;
|
||||
xkbevent = (XkbEvent *)event;
|
||||
#endif /*KEEP_XKB_LOCK_STATUS*/
|
||||
#ifdef SHAPE
|
||||
if (wShapeSupported && event->type == (wShapeEventBase+ShapeNotify)) {
|
||||
handleShapeNotify(event);
|
||||
|
||||
Reference in New Issue
Block a user