summaryrefslogtreecommitdiff
path: root/openbox/action.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-04-05 22:20:14 +0000
committerDana Jansens <danakj@orodu.net>2003-04-05 22:20:14 +0000
commit7ebc5c797f0435286f25f077e8329ec821fc5e53 (patch)
tree99106008e8e8b238a48374c88204608717d936f5 /openbox/action.h
parent69c9b6211bbfa0211426a511991502bbacd14672 (diff)
linear focus cycling of the gods
Diffstat (limited to 'openbox/action.h')
-rw-r--r--openbox/action.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbox/action.h b/openbox/action.h
index 0fe42f64..a5b1708e 100644
--- a/openbox/action.h
+++ b/openbox/action.h
@@ -73,6 +73,7 @@ struct CycleWindows {
gboolean linear;
gboolean forward;
gboolean final;
+ gboolean cancel;
};
union ActionData {