projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d5865a
)
add a comment
author
Dana Jansens
<danakj@orodu.net>
Sun, 10 Nov 2002 06:20:37 +0000
(06:20 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Sun, 10 Nov 2002 06:20:37 +0000
(06:20 +0000)
src/xeventhandler.cc
patch
|
blob
|
history
diff --git
a/src/xeventhandler.cc
b/src/xeventhandler.cc
index 585f9dbc516899f4b53c634ae0142aedc546122d..6cdc87a59708dee55ac7db7a79b2af204ce1df88 100644
(file)
--- 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->
shap
e();
+ client->frame->
updat
e();
}
#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;