diff options
Diffstat (limited to 'compton.h')
-rw-r--r-- | compton.h | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -740,10 +740,11 @@ presum_gaussian(conv *map); static XImage * make_shadow(Display *dpy, double opacity, - int width, int height); + int width, int height, Bool clear_shadow); static Picture -shadow_picture(Display *dpy, double opacity, int width, int height); +shadow_picture(Display *dpy, double opacity, int width, int height, + Bool clear_shadow); static Picture solid_picture(Display *dpy, Bool argb, double a, @@ -923,6 +924,9 @@ static void determine_fade(Display *dpy, win *w); static void +win_update_shape(Display *dpy, win *w); + +static void determine_shadow(Display *dpy, win *w); static void |