]> Dogcows Code - chaz/openbox/blobdiff - openbox/screen.h
rename the Client struct to ObClient
[chaz/openbox] / openbox / screen.h
index b68f6ea5345638182123d56714e8997d1bd6570e..1d119ac8bada07657a5e11bab6785f7e60472715 100644 (file)
@@ -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();
 
This page took 0.024284 seconds and 4 git commands to generate.