summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-11-10 06:20:37 +0000
committerDana Jansens <danakj@orodu.net>2002-11-10 06:20:37 +0000
commit633df648c9d04c6225fba3004c93e497301293bd (patch)
tree8bdb1f50aa38a89ad5a62b2833d51bafb3d58992
parent9d5865a1603733e62fda7c8d61024cb05bf6792c (diff)
add a comment
-rw-r--r--src/xeventhandler.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xeventhandler.cc b/src/xeventhandler.cc
index 585f9dbc..6cdc87a5 100644
--- a/src/xeventhandler.cc
+++ b/src/xeventhandler.cc
@@ -517,7 +517,7 @@ void OBXEventHandler::shapeEvent(const XShapeEvent &e)
if (!client) return;
client->update(e);
- client->frame->shape();
+ client->frame->update();
}
#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
// up getting passed off to the OBBindingMapper class at some point
+ // IOW: THESE WILL HAVE GUILE HOOKS
case ButtonPress:
buttonPress(e.xbutton);
break;