]> Dogcows Code - chaz/openbox/blobdiff - openbox/screen.h
add a reconfigure action, also reconfigure on SIGUSR2.
[chaz/openbox] / openbox / screen.h
index 1484207a2c9a16c12f625ac3652c8947d8e04a9d..ee966bb7aacd47ec03074acfd95fb07906011fef 100644 (file)
@@ -36,9 +36,9 @@ extern char **screen_desktop_names;
 gboolean screen_annex();
 
 /*! Once the screen is ours, set up its initial state */
-void screen_startup();
+void screen_startup(gboolean reconfig);
 /*! Free resources */
-void screen_shutdown();
+void screen_shutdown(gboolean reconfig);
 
 /*! Figure out the new size of the screen and adjust stuff for it */
 void screen_resize();
This page took 0.020028 seconds and 4 git commands to generate.