X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fscreen.h;h=041d9ccda21e43eead6a52b826307d3c1f30f6ea;hb=8bcd349e4e7078e663d3092a6ad6c7aff8eb05a0;hp=6ad181953bfe6f3e6b3edb07158f0504ce6aac71;hpb=b1a50affe5bc968bffaac0e87ae108259beed428;p=chaz%2Fopenbox diff --git a/openbox/screen.h b/openbox/screen.h index 6ad18195..041d9ccd 100644 --- a/openbox/screen.h +++ b/openbox/screen.h @@ -67,6 +67,11 @@ void screen_resize(); void screen_set_num_desktops(guint num); /*! Change the current desktop */ void screen_set_desktop(guint num, gboolean dofocus); +/*! Add a new desktop either at the end or inserted at the current desktop */ +void screen_add_desktop(gboolean current); +/*! Remove a desktop, either at the end or the current desktop */ +void screen_remove_desktop(gboolean current); + /*! Interactively change desktops */ guint screen_cycle_desktop(ObDirection dir, gboolean wrap, gboolean linear, gboolean dialog, gboolean done, gboolean cancel);