X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Faction.h;h=99983ee19fd61987513d0faef9be8fdc6623b07a;hb=2de2678e912fdfb56fcee2f323a66bb20bdefab9;hp=bfe0dc9a4277918ea711ac085779a6a7433fd108;hpb=904327a0c8ef2e1ee6cb3053d786c30f4693d8f3;p=chaz%2Fopenbox 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;