summaryrefslogtreecommitdiff
path: root/openbox/client.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-05-14 22:58:08 +0000
committerDana Jansens <danakj@orodu.net>2007-05-14 22:58:08 +0000
commitec21f8c9ec160466ba0a1aa662da8af5cb6a3c9b (patch)
tree59afd3532862e742070be53897fcd0982ce1bbaa /openbox/client.h
parent1b2c6f609d202cc7d16d11cf06244c00b670a291 (diff)
yay for simplifying code. if we check for errors we dont need the "focus_tried" stuff
Diffstat (limited to 'openbox/client.h')
-rw-r--r--openbox/client.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/openbox/client.h b/openbox/client.h
index c4815d4c..aaebceaa 100644
--- a/openbox/client.h
+++ b/openbox/client.h
@@ -314,10 +314,6 @@ typedef void (*ObClientCallback)(ObClient *client, gpointer data);
void client_add_destroy_notify(ObClientCallback func, gpointer data);
void client_remove_destroy_notify(ObClientCallback func);
-/*! Get notified when the client is hidden */
-void client_add_hide_notify(ObClientCallback func, gpointer data);
-void client_remove_hide_notify(ObClientCallback func);
-
/*! Manages all existing windows */
void client_manage_all();
/*! Manages a given window