From 1213b079bb0d32dcb97c37b2b0f6fcb0c8b6eefc Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 24 Sep 2003 18:20:49 +0000 Subject: add the ObClientActionReq to ObAction which says if an action needs a client for it or not --- openbox/action.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'openbox/action.h') diff --git a/openbox/action.h b/openbox/action.h index bfe0dc9a..99983ee1 100644 --- a/openbox/action.h +++ b/openbox/action.h @@ -32,7 +32,15 @@ typedef struct _ObAction ObAction; available (possibly NULL though) if it wants it. */ +typedef enum +{ + OB_CLIENT_ACTION_NO, + OB_CLIENT_ACTION_OPTIONAL, + OB_CLIENT_ACTION_ALWAYS +} ObClientActionReq; + struct AnyAction { + ObClientActionReq client_action; struct _ObClient *c; ObFrameContext context; gboolean interactive; -- cgit v1.2.3