diff options
author | Timothy Pearson <[email protected]> | 2014-11-18 11:30:25 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-11-18 11:30:25 -0600 |
commit | 4527039a04b457d379cd5e0b0a3785d7b2cce9ac (patch) | |
tree | 8d490acbab63ae8d6d2b30e9be650a0693f04ff2 /twin/kcmtwin/twinoptions/windows.h | |
parent | d9dd06564ff72c7cc88e5a2f2d073468fb55942c (diff) | |
download | tdebase-4527039a04b457d379cd5e0b0a3785d7b2cce9ac.tar.gz tdebase-4527039a04b457d379cd5e0b0a3785d7b2cce9ac.zip |
Add compositor option to enable/disable blurring of transparent window backgrounds
Diffstat (limited to 'twin/kcmtwin/twinoptions/windows.h')
-rw-r--r-- | twin/kcmtwin/twinoptions/windows.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/twin/kcmtwin/twinoptions/windows.h b/twin/kcmtwin/twinoptions/windows.h index 1cb4d16e8..bafebdab2 100644 --- a/twin/kcmtwin/twinoptions/windows.h +++ b/twin/kcmtwin/twinoptions/windows.h @@ -260,6 +260,7 @@ private: TQCheckBox *keepAboveAsActive; TQCheckBox *disableARGB; TQCheckBox *useOpenGL; + TQCheckBox *blurBackground; TQCheckBox *fadeInWindows; TQCheckBox *fadeInMenuWindows; TQCheckBox *fadeOnOpacityChange; |