]> Dogcows Code - chaz/openbox/commitdiff
oops missing a */
authorDana Jansens <danakj@orodu.net>
Mon, 17 Mar 2003 22:12:26 +0000 (22:12 +0000)
committerDana Jansens <danakj@orodu.net>
Mon, 17 Mar 2003 22:12:26 +0000 (22:12 +0000)
openbox/dispatch.h

index 73220ce612603532a2434dbb6f6f60d7097c58b9..794c0f4492da11c2b25c10302714e6fbe9130332 100644 (file)
@@ -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 */
This page took 0.028196 seconds and 4 git commands to generate.