From 2477a38d2f3063b697e44bf3690cf280fb26ca8a Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 10 Jul 2003 06:38:42 +0000 Subject: rename the Client struct to ObClient --- openbox/screen.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openbox/screen.h') 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(); -- cgit v1.2.3