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