]> Dogcows Code - chaz/openbox/commitdiff
some of the actions I came up with
authorScott Moynes <smoynes@nexus.carleton.ca>
Fri, 12 Jul 2002 03:03:55 +0000 (03:03 +0000)
committerScott Moynes <smoynes@nexus.carleton.ca>
Fri, 12 Jul 2002 03:03:55 +0000 (03:03 +0000)
util/epist/actions.hh [new file with mode: 0644]

diff --git a/util/epist/actions.hh b/util/epist/actions.hh
new file mode 100644 (file)
index 0000000..e19c204
--- /dev/null
@@ -0,0 +1,24 @@
+// xOr: this is crap.
+enum ActionType {
+  noaction = 0,
+  execute,
+  iconify,
+  raiseWindow,
+  lowerWindow,
+  closeWindow,
+  changeDesktop,
+  shade,
+  moveWindowUp,
+  moveWindowDown,
+  moveLeft,
+  moveRight,
+  nextWindow,
+  prevWindow,
+
+  stringChain, 
+  keyChain,
+  numberChain,
+
+  cancel
+};
+
This page took 0.026602 seconds and 4 git commands to generate.