summaryrefslogtreecommitdiff
path: root/openbox/client.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-05-08 23:50:13 +0000
committerDana Jansens <danakj@orodu.net>2007-05-08 23:50:13 +0000
commit48d7045208e935da4cf8ac500f761fbfb934af77 (patch)
treea7615a22f17254df4da69ce8b4e7856d37bf48a5 /openbox/client.h
parentc54cb4a83cbbe741a21c6a6cd468ef45a5537a85 (diff)
update the client menu when you do stuff without closing it.
but this means we can't use actions in it. oh well? can kill the desktop notifiers now too. yay for more obvious code paths.
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 0515c46f..4ee239f0 100644
--- a/openbox/client.h
+++ b/openbox/client.h
@@ -308,10 +308,6 @@ typedef void (*ObClientCallback)(ObClient *client, gpointer data);
void client_add_destructor(ObClientCallback func, gpointer data);
void client_remove_destructor(ObClientCallback func);
-/*! Get notified when the client changes desktop */
-void client_add_desktop_notify(ObClientCallback func, gpointer data);
-void client_remove_desktop_notify(ObClientCallback func);
-
/*! Manages all existing windows */
void client_manage_all();
/*! Manages a given window */