all repos — openbox @ a51d2082bd28baa11e28441bc0fb4016150618df

openbox fork - make it a bit more like ryudo

add a NONE user action, for internal stuff, ie running actions without direct user interaction (from anotehr action etc)
Dana Jansens danakj@orodu.net
commit

a51d2082bd28baa11e28441bc0fb4016150618df

parent

224927a7ae0a72615a015731a06db2e3a14e18a3

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

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

@@ -90,6 +90,7 @@ OB_NUM_MOUSE_ACTIONS

} ObMouseAction; typedef enum { + OB_USER_ACTION_NONE, /* being fired from inside another action and such */ OB_USER_ACTION_KEYBOARD_KEY, OB_USER_ACTION_MOUSE_PRESS, OB_USER_ACTION_MOUSE_RELEASE,