]> Dogcows Code - chaz/openbox/blobdiff - openbox/openbox.c
move the pointer while doing a keyboard move/resize
[chaz/openbox] / openbox / openbox.c
index 5c28fcf626d2c45f48c20df1b053a7103cc112fa..6656304a6361343eef2e287019ba556d2f56d4c7 100644 (file)
@@ -266,6 +266,7 @@ int main(int argc, char **argv)
         dock_remove_all();
        client_unmanage_all();
 
+        menu_shutdown(); /* destroy menus before unloading plugins */
         plugin_shutdown(); /* calls all the plugins' shutdown functions */
         mouse_shutdown();
         keyboard_shutdown();
@@ -275,7 +276,6 @@ int main(int argc, char **argv)
        screen_shutdown();
        focus_shutdown();
         moveresize_shutdown();
-        menu_shutdown();
         window_shutdown();
         grab_shutdown();
        event_shutdown();
This page took 0.020705 seconds and 4 git commands to generate.