X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Factions%2Fall.c;h=72813e3eefdf677787af455d849c9abea036d513;hb=ee6671c3fac371b7d631976953e304e1f761e928;hp=c4edc5c345db1f2d960ffb4d9f04599b838d3a19;hpb=a5c2aadf2778d6ab4105abd457cd2ab21a1172ec;p=chaz%2Fopenbox diff --git a/openbox/actions/all.c b/openbox/actions/all.c index c4edc5c3..72813e3e 100644 --- a/openbox/actions/all.c +++ b/openbox/actions/all.c @@ -17,4 +17,8 @@ void action_all_startup() action_raise_startup(); action_lower_startup(); action_raiselower_startup(); + action_unfocus_startup(); + action_iconify_startup(); + action_fullscreen_startup(); + action_maximize_startup(); }