]> Dogcows Code - chaz/openbox/blobdiff - openbox/screen.h
rip the prop code i wrote in cwmcc out and make it all 64bit friendly (i think!)...
[chaz/openbox] / openbox / screen.h
index 1e9697028c8185021c01280e4123ce5ab77b5725..f68b3bebb485f3f4527680ee98bbc787bf55e546 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();
This page took 0.026285 seconds and 4 git commands to generate.