]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.h
stacking changes, its more like the old code without being shitty and with support...
[chaz/openbox] / openbox / client.h
index e45b37713beec04aa1db89f450e2b59578c0b84b..495eef81b82d0f755383cb3ecd917f60e6d61f75 100644 (file)
@@ -18,7 +18,7 @@ struct Group;
 /*! Holds an icon in ARGB format */
 typedef struct Icon {
     int width, height;
-    pixel32 *data;
+    RrPixel32 *data;
 } Icon;
      
 /*! The MWM Hints as retrieved from the window property
@@ -506,4 +506,6 @@ Client *client_find_directional(Client *c, Direction dir);
 */
 void client_set_layer(Client *self, int layer);
 
+guint client_xinerama_area(Client *self);
+
 #endif
This page took 0.02555 seconds and 4 git commands to generate.