diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-07-10 06:38:42 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-07-10 06:38:42 +0000 |
| commit | 2477a38d2f3063b697e44bf3690cf280fb26ca8a (patch) | |
| tree | 0107f30636cc59a94629a0d17b7cf5404e970e3b /openbox/screen.h | |
| parent | 375b504905908fb129f52b52ae7270deefda12f7 (diff) | |
rename the Client struct to ObClient
Diffstat (limited to 'openbox/screen.h')
| -rw-r--r-- | openbox/screen.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openbox/screen.h b/openbox/screen.h index b68f6ea5..1d119ac8 100644 --- a/openbox/screen.h +++ b/openbox/screen.h @@ -5,7 +5,7 @@ #include "geom.h" #include "client.h" -struct Client; +struct _ObClient; #define DESKTOP_ALL (0xffffffff) @@ -57,7 +57,7 @@ void screen_update_desktop_names(); /*! Installs or uninstalls a colormap for a client. If client is NULL, then it handles the root colormap. */ -void screen_install_colormap(struct Client *client, gboolean install); +void screen_install_colormap(struct _ObClient *client, gboolean install); void screen_update_areas(); |
