summaryrefslogtreecommitdiff
path: root/openbox/dispatch.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-03-17 22:12:26 +0000
committerDana Jansens <danakj@orodu.net>2003-03-17 22:12:26 +0000
commitccc5f020514e9c3e0a2a8e858eacc6d0140675a3 (patch)
tree540164b8b00228b4c65d87e518a9fa1c1dab59d3 /openbox/dispatch.h
parent21c1cd4cb68659d3206056881be5bc15e6c00ae9 (diff)
oops missing a */
Diffstat (limited to 'openbox/dispatch.h')
-rw-r--r--openbox/dispatch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/dispatch.h b/openbox/dispatch.h
index 73220ce6..794c0f44 100644
--- 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 */