X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=openbox%2Fclient.h;h=495eef81b82d0f755383cb3ecd917f60e6d61f75;hb=c170d2f717559ccaab551ea2c9089438994b0c04;hp=ff7f67c7fcdf3f73f13bf0eb4e45aca5b4358fd6;hpb=092616de9a809a1c9a646901521ffcc1f337e913;p=chaz%2Fopenbox diff --git a/openbox/client.h b/openbox/client.h index ff7f67c7..495eef81 100644 --- a/openbox/client.h +++ b/openbox/client.h @@ -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