]> Dogcows Code - chaz/openbox/blobdiff - openbox/screen.h
add (optional) support for showing a busy cursor via startup notification
[chaz/openbox] / openbox / screen.h
index 1e9697028c8185021c01280e4123ce5ab77b5725..f493bd82f3cd5fc1ba955dd6d5970e6991e33d9d 100644 (file)
@@ -32,7 +32,7 @@ typedef struct DesktopLayout {
 extern DesktopLayout screen_desktop_layout;
 
 /*! An array of gchar*'s which are desktop names in UTF-8 format */
-extern GPtrArray *screen_desktop_names;
+extern char **screen_desktop_names;
 
 /*! Take over the screen, set the basic hints on it claming it as ours */
 gboolean screen_annex();
@@ -43,7 +43,7 @@ void screen_startup();
 void screen_shutdown();
 
 /*! Figure out the new size of the screen and adjust stuff for it */
-void screen_resize();
+void screen_resize(int w, int h);
 
 /*! Change the number of available desktops */
 void screen_set_num_desktops(guint num);
This page took 0.02607 seconds and 4 git commands to generate.