1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-20 21:08:08 +01:00

Hmmm. Please check the thing compiles before commiting changes.

This commit is contained in:
dan
1999-05-24 20:04:41 +00:00
parent daaccf6fc9
commit 9ca84c07bb

View File

@@ -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);