X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fscreen.h;h=f68b3bebb485f3f4527680ee98bbc787bf55e546;hb=92d3f2342db3d3bfd5d41a6c3dc165efa7766ffa;hp=1e9697028c8185021c01280e4123ce5ab77b5725;hpb=ad44e8a708b6836c9d84be7205457cfa82800a65;p=chaz%2Fopenbox diff --git a/openbox/screen.h b/openbox/screen.h index 1e969702..f68b3beb 100644 --- a/openbox/screen.h +++ b/openbox/screen.h @@ -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();