diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-11-22 16:51:56 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-11-22 16:51:56 -0600 |
commit | a582c6e22dc2ca97d3589b2459aba83aaf95ed0d (patch) | |
tree | 9ec380591408880d6c707da2c788a074f58b4e7b /twin/compton-tde/compton.h | |
parent | c7056bbf7b320a5855760c6b6ecd3f14606e5306 (diff) | |
download | tdebase-a582c6e22dc2ca97d3589b2459aba83aaf95ed0d.tar.gz tdebase-a582c6e22dc2ca97d3589b2459aba83aaf95ed0d.zip |
Add optional global/per window greyscale transparency filter to compton-tde
Diffstat (limited to 'twin/compton-tde/compton.h')
-rw-r--r-- | twin/compton-tde/compton.h | 6 |
1 files changed, 6 insertions, 0 deletions
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 @@ -871,6 +871,12 @@ 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); static void |