summaryrefslogtreecommitdiffstats
path: root/twin/compton-tde
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-11-25 14:22:07 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-11-25 14:22:07 -0600
commit0ae6c2cec5d73318142affc876653b0357937575 (patch)
tree7f9ed44bfb58851863bd1619ab48fa6cff4e69ea /twin/compton-tde
parent04837bf9b6a0f94a8497cbc42ee62182e1cfef16 (diff)
downloadtdebase-0ae6c2cec5d73318142affc876653b0357937575.tar.gz
tdebase-0ae6c2cec5d73318142affc876653b0357937575.zip
Fix blur option not being written correctly
Add ability to set desaturated backgrounds from the control center
Diffstat (limited to 'twin/compton-tde')
-rw-r--r--twin/compton-tde/compton.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/twin/compton-tde/compton.c b/twin/compton-tde/compton.c
index d2095123f..4a78f7f8a 100644
--- a/twin/compton-tde/compton.c
+++ b/twin/compton-tde/compton.c
@@ -2512,10 +2512,10 @@ map_win(session_t *ps, Window id) {
/* This needs to be here since we don't get PropertyNotify when unmapped */
w->opacity = wid_get_opacity_prop(ps, w->id, OPAQUE);
- w->greyscale_background = determine_window_transparency_filter_greyscale(ps, id);
w->greyscale_blended_background = determine_window_transparency_filter_greyscale_blended(ps, id);
w->show_root_tile = determine_window_transparent_to_desktop(ps, id);
w->show_black_background = determine_window_transparent_to_black(ps, id);
+ win_determine_greyscale_background(ps, w);
// Update window mode here to check for ARGB windows
win_determine_mode(ps, w);