X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fscreen.h;h=ee966bb7aacd47ec03074acfd95fb07906011fef;hb=806a8c411f10c7a2292bfac15d77c8609f56ee71;hp=1484207a2c9a16c12f625ac3652c8947d8e04a9d;hpb=40902496a01b21b950f3672bf2ae9e100ba9b95c;p=chaz%2Fopenbox diff --git a/openbox/screen.h b/openbox/screen.h index 1484207a..ee966bb7 100644 --- a/openbox/screen.h +++ b/openbox/screen.h @@ -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();