summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-09-26 17:30:32 +0000
committerDana Jansens <danakj@orodu.net>2003-09-26 17:30:32 +0000
commita51d2082bd28baa11e28441bc0fb4016150618df (patch)
tree47c1cf1e7c98212313c446aaf61de21c8569b698
parent224927a7ae0a72615a015731a06db2e3a14e18a3 (diff)
add a NONE user action, for internal stuff, ie running actions without direct user interaction (from anotehr action etc)
-rw-r--r--openbox/misc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbox/misc.h b/openbox/misc.h
index c79af595..9e1fc269 100644
--- a/openbox/misc.h
+++ b/openbox/misc.h
@@ -90,6 +90,7 @@ typedef enum {
} 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,