all repos — openbox @ ccc5f020514e9c3e0a2a8e858eacc6d0140675a3

openbox fork - make it a bit more like ryudo

oops missing a */
Dana Jansens danakj@orodu.net
commit

ccc5f020514e9c3e0a2a8e858eacc6d0140675a3

parent

21c1cd4cb68659d3206056881be5bc15e6c00ae9

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M openbox/dispatch.hopenbox/dispatch.h

@@ -15,7 +15,7 @@ Event_X_KeyRelease = 1 << 3, /* key released */

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 */