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:
21c1cd4
)
oops missing a */
author
Dana Jansens
<danakj@orodu.net>
Mon, 17 Mar 2003 22:12:26 +0000
(22:12 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Mon, 17 Mar 2003 22:12:26 +0000
(22:12 +0000)
openbox/dispatch.h
patch
|
blob
|
history
diff --git
a/openbox/dispatch.h
b/openbox/dispatch.h
index 73220ce612603532a2434dbb6f6f60d7097c58b9..794c0f4492da11c2b25c10302714e6fbe9130332 100644
(file)
--- a/
openbox/dispatch.h
+++ b/
openbox/dispatch.h
@@
-15,7
+15,7
@@
typedef enum {
Event_X_ButtonPress = 1 << 4, /* mouse button pressed */
Event_X_ButtonRelease = 1 << 5, /* mouse button released */
Event_X_MotionNotify = 1 << 6, /* mouse motion */
- Event_X_Bell = 1 << 7, /* an XKB bell event
+ Event_X_Bell = 1 << 7, /* an XKB bell event
*/
Event_Client_New = 1 << 8, /* new window, before mapping */
Event_Client_Mapped = 1 << 9, /* new window, after mapping */