From a582c6e22dc2ca97d3589b2459aba83aaf95ed0d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 22 Nov 2014 16:51:56 -0600 Subject: Add optional global/per window greyscale transparency filter to compton-tde --- twin/compton-tde/compton.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'twin/compton-tde/compton.h') diff --git a/twin/compton-tde/compton.h b/twin/compton-tde/compton.h index c1c877056..b91081398 100644 --- a/twin/compton-tde/compton.h +++ b/twin/compton-tde/compton.h @@ -870,6 +870,12 @@ win_set_blur_background(session_t *ps, win *w, bool blur_background_new); static void win_determine_blur_background(session_t *ps, win *w); +static void +win_set_greyscale_background(session_t *ps, win *w, bool greyscale_background_new); + +static void +win_determine_greyscale_background(session_t *ps, win *w); + static void win_on_wtype_change(session_t *ps, win *w); -- cgit v1.2.1