X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fclient.h;h=495eef81b82d0f755383cb3ecd917f60e6d61f75;hb=b23fa507a8526ada698b2eb7e38987aa076ac79f;hp=e45b37713beec04aa1db89f450e2b59578c0b84b;hpb=68cc6e30b8d985d95016668a29aa273a75ce6d44;p=chaz%2Fopenbox diff --git a/openbox/client.h b/openbox/client.h index e45b3771..495eef81 100644 --- a/openbox/client.h +++ b/openbox/client.h @@ -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