diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-04-14 21:34:35 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-04-14 21:34:35 +0000 |
| commit | d4b20aef313238e65d176822d44ee259b72e4f95 (patch) | |
| tree | 8248e822bea7a5aef0f09713152984fa07f4d417 /openbox/screen.h | |
| parent | 3d6e0f941d36ff335ad13ecf83405a40775e4c04 (diff) | |
rip the prop code i wrote in cwmcc out and make it all 64bit friendly (i think!). stop using gulong for values from the xserver, using guint32 instead.
Diffstat (limited to 'openbox/screen.h')
| -rw-r--r-- | openbox/screen.h | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |
