]> Dogcows Code - chaz/openbox/blobdiff - openbox/action.h
remove the group option for the restacking commands in rc.xml, cuz groups are clever now
[chaz/openbox] / openbox / action.h
index 639db0184352e6cdd5ae8dfa76aa851bdf1d809f..b1bc081fe93e657cee398045828b53ee12b761e7 100644 (file)
@@ -72,6 +72,9 @@ struct DirectionalAction{
 struct Execute {
     struct AnyAction any;
     gchar *path;
+    gboolean startupnotify;
+    gchar *name;
+    gchar *icon_name;
 };
 
 struct ClientAction {
@@ -142,7 +145,6 @@ struct CycleWindows {
 
 struct Stacking {
     struct AnyAction any;
-    gboolean group;
 };
 
 union ActionData {
This page took 0.020266 seconds and 4 git commands to generate.