X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fclient.h;h=d5b344ff5dfce01f5311553220b920d604013dbb;hb=c590a83207ed5825b513e2278789ed13f55574b2;hp=b36bef5aa306497674ed91f89bd95ec6f58497db;hpb=d09fd3183e6a52c63fcfdcf62d418cfdccb0015b;p=chaz%2Fopenbox diff --git a/openbox/client.h b/openbox/client.h index b36bef5a..d5b344ff 100644 --- a/openbox/client.h +++ b/openbox/client.h @@ -616,6 +616,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);