From a51d2082bd28baa11e28441bc0fb4016150618df Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 26 Sep 2003 17:30:32 +0000 Subject: [PATCH] add a NONE user action, for internal stuff, ie running actions without direct user interaction (from anotehr action etc) --- openbox/misc.h | 1 + 1 file changed, 1 insertion(+) 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, -- 2.44.0