]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.h
Don't edge-warp with the cursor based on a monitor that does not contain the pointer...
[chaz/openbox] / openbox / client.h
index b36bef5aa306497674ed91f89bd95ec6f58497db..18c88ec1bbf16829e7da604c3e796e13003342b7 100644 (file)
@@ -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
@@ -616,6 +617,8 @@ void client_update_sync_request_counter(ObClient *self);
 #endif
 /*! Updates the window's colormap */
 void client_update_colormap(ObClient *self, Colormap colormap);
+/*! Updates the requested opacity for the window from the client. */
+void client_update_opacity(ObClient *self);
 /*! Updates the WMNormalHints and adjusts things if they change */
 void client_update_normal_hints(ObClient *self);
 
This page took 0.024222 seconds and 4 git commands to generate.