summaryrefslogtreecommitdiffstats
path: root/compton.h
diff options
context:
space:
mode:
Diffstat (limited to 'compton.h')
-rw-r--r--compton.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/compton.h b/compton.h
index 6ae31814b..a987da235 100644
--- a/compton.h
+++ b/compton.h
@@ -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