X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=openbox%2Faction.h;h=b1bc081fe93e657cee398045828b53ee12b761e7;hb=911ad76372394715f7eae88c96eeb6d06396f3be;hp=639db0184352e6cdd5ae8dfa76aa851bdf1d809f;hpb=19b480058e869a588ea20be5e29017ae2052e967;p=chaz%2Fopenbox diff --git a/openbox/action.h b/openbox/action.h index 639db018..b1bc081f 100644 --- a/openbox/action.h +++ b/openbox/action.h @@ -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 {