]> Dogcows Code - chaz/openbox/blobdiff - openbox/action.h
dont end moveresizes for interactive actions
[chaz/openbox] / openbox / action.h
index bfe0dc9a4277918ea711ac085779a6a7433fd108..99983ee19fd61987513d0faef9be8fdc6623b07a 100644 (file)
@@ -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;
This page took 0.025991 seconds and 4 git commands to generate.