summaryrefslogtreecommitdiff
path: root/src/composite.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/composite.c')
-rw-r--r--src/composite.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/composite.c b/src/composite.c
index a8c0f5d..270174e 100644
--- a/src/composite.c
+++ b/src/composite.c
@@ -282,7 +282,7 @@ void vwm_composite_paint_all(vwm_t *vwm)
if (xwin->overlay) {
/* draw the monitoring overlay atop the window, note we stay within the window borders here. */
- vwm_overlay_render(vwm->overlays, xwin->overlay, root_buffer,
+ vwm_overlay_render(vwm->overlays, xwin->overlay, PictOpOver, root_buffer,
xwin->attrs.x + xwin->attrs.border_width,
xwin->attrs.y + xwin->attrs.border_width,
xwin->attrs.width,
© All Rights Reserved