X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fclient.h;h=c24fcb20ca0d66aaa9b91e19e363264245a6a031;hb=db49122dece88956856606fe4c17158859f81837;hp=c2461cb9a1a750973783e982242525da2f372faa;hpb=4c7cc1cfa64bf5722f059eae0528d510c2ae636f;p=chaz%2Fopenbox diff --git a/openbox/client.h b/openbox/client.h index c2461cb9..c24fcb20 100644 --- a/openbox/client.h +++ b/openbox/client.h @@ -321,8 +321,6 @@ typedef void (*ObClientCallback)(ObClient *client, gpointer data); void client_add_destroy_notify(ObClientCallback func, gpointer data); void client_remove_destroy_notify(ObClientCallback func); -/*! Manages all existing windows */ -void client_manage_all(); /*! Manages a given window @param prompt This specifies an ObPrompt which is being managed. It is possible to manage Openbox-owned windows through this.