summaryrefslogtreecommitdiff
path: root/openbox/client.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-06-27 04:20:30 +0000
committerDana Jansens <danakj@orodu.net>2003-06-27 04:20:30 +0000
commit34e819738b344a992a1dbfd6cdd165e0c8ddb3a9 (patch)
tree479e77d920b6f595e92955dfcbb8fd0b63720ad1 /openbox/client.h
parentd0abbec2e522119c0865f668b094c60a1712e24f (diff)
xinerama support
Diffstat (limited to 'openbox/client.h')
-rw-r--r--openbox/client.h2
1 files changed, 2 insertions, 0 deletions
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