summaryrefslogtreecommitdiff
path: root/openbox/client.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-07-31 08:04:20 +0000
committerDana Jansens <danakj@orodu.net>2003-07-31 08:04:20 +0000
commit02c15aca65f0e5eb7b82ed3176ab492fe19e6eff (patch)
treee84e83f68592bb143ffe514ecddc39455893c16f /openbox/client.h
parent07b38ba2c3fb7d63bc09a6221c675e1c1a3afc4d (diff)
add a function to retrieve the sm_client_id value
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 fe37a7d7..610c8cd4 100644
--- a/openbox/client.h
+++ b/openbox/client.h
@@ -469,4 +469,6 @@ void client_set_layer(ObClient *self, int layer);
guint client_monitor(ObClient *self);
+gchar* client_get_sm_client_id(ObClient *self);
+
#endif