diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-13 07:45:15 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-13 07:45:15 +0000 |
| commit | acfa2af3c2eacd099869cc5aebdcfa1241214e8b (patch) | |
| tree | a31d4c4a3f778e7d9eca1f0207733141b4fb09e9 /openbox/client.h | |
| parent | 9f22554b6a1e7113b4ff86061327d9d0b0d87760 (diff) | |
use the right list in client_add_hide_notify, rename destructor to destroy_notify which is really what it is, and is more consistant now that there are 2 notifies
Diffstat (limited to 'openbox/client.h')
| -rw-r--r-- | openbox/client.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openbox/client.h b/openbox/client.h index 1a2273f4..351f063b 100644 --- a/openbox/client.h +++ b/openbox/client.h @@ -309,8 +309,8 @@ typedef void (*ObClientCallback)(ObClient *client, gpointer data); /* Callback functions */ /*! Get notified when the client is unmanaged */ -void client_add_destructor(ObClientCallback func, gpointer data); -void client_remove_destructor(ObClientCallback func); +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); |
