diff options
Diffstat (limited to 'openbox/client.h')
| -rw-r--r-- | openbox/client.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openbox/client.h b/openbox/client.h index d5b344ff..18c88ec1 100644 --- a/openbox/client.h +++ b/openbox/client.h @@ -326,6 +326,7 @@ typedef void (*ObClientCallback)(ObClient *client, gpointer data); /*! Get notified when the client is unmanaged */ void client_add_destroy_notify(ObClientCallback func, gpointer data); void client_remove_destroy_notify(ObClientCallback func); +void client_remove_destroy_notify_data(ObClientCallback func, gpointer data); /*! Manages a given window @param prompt This specifies an ObPrompt which is being managed. It is |
