add a comment
This commit is contained in:
parent
9d5865a160
commit
633df648c9
1 changed files with 2 additions and 1 deletions
|
@ -517,7 +517,7 @@ void OBXEventHandler::shapeEvent(const XShapeEvent &e)
|
||||||
if (!client) return;
|
if (!client) return;
|
||||||
|
|
||||||
client->update(e);
|
client->update(e);
|
||||||
client->frame->shape();
|
client->frame->update();
|
||||||
}
|
}
|
||||||
#endif // SHAPE
|
#endif // SHAPE
|
||||||
|
|
||||||
|
@ -618,6 +618,7 @@ void OBXEventHandler::handle(const XEvent &e)
|
||||||
|
|
||||||
// These types of XEvent's can be bound to actions by the user, and so end
|
// These types of XEvent's can be bound to actions by the user, and so end
|
||||||
// up getting passed off to the OBBindingMapper class at some point
|
// up getting passed off to the OBBindingMapper class at some point
|
||||||
|
// IOW: THESE WILL HAVE GUILE HOOKS
|
||||||
case ButtonPress:
|
case ButtonPress:
|
||||||
buttonPress(e.xbutton);
|
buttonPress(e.xbutton);
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue