1
0
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:
id
1999-05-23 19:45:33 +00:00
parent 2bce79404d
commit 66eeb83d05

View File

@@ -450,8 +450,10 @@ saveTimestamp(XEvent *event)
static void static void
handleExtensions(XEvent *event) handleExtensions(XEvent *event)
{ {
#ifdef KEEP_XKB_LOCK_STATUS
XkbEvent *xkbevent; XkbEvent *xkbevent;
xkbevent = (XkbEvent *)event; xkbevent = (XkbEvent *)event;
#endif /*KEEP_XKB_LOCK_STATUS*/
#ifdef SHAPE #ifdef SHAPE
if (wShapeSupported && event->type == (wShapeEventBase+ShapeNotify)) { if (wShapeSupported && event->type == (wShapeEventBase+ShapeNotify)) {
handleShapeNotify(event); handleShapeNotify(event);