X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Factions%2Fall.c;h=5610a487184696ac19a85d3eb9e37b1b7289cd3d;hb=8ab1e9537e5aebfe48d826cbf266cf8d582d9d65;hp=7297d2352ab0a8cf5327436fc4a9dee51187c8ca;hpb=d846979db91a81781993b3e14f6bc0803b9c3ed1;p=chaz%2Fopenbox diff --git a/openbox/actions/all.c b/openbox/actions/all.c index 7297d235..5610a487 100644 --- a/openbox/actions/all.c +++ b/openbox/actions/all.c @@ -4,7 +4,7 @@ void action_all_startup() { action_execute_startup(); action_debug_startup(); - action_showmenu_startup(); + action_menu_startup(); action_showdesktop_startup(); action_reconfigure_startup(); action_exit_startup(); @@ -32,4 +32,7 @@ void action_all_startup() action_directionaltargetwindow_startup(); action_resize_startup(); action_decorations_startup(); + action_desktop_startup(); + action_directionaldesktop_startup(); + action_resizerelative_startup(); }