diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-11-18 00:54:13 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-11-18 00:54:13 -0600 |
commit | a3a88afd2e65e34fb3aa9a0f4095a03894f6c327 (patch) | |
tree | 87c5ea0406eb28ced8a78b5ee4fad6d304d7c3c2 /twin/kcmtwin/twinoptions/windows.h | |
parent | a2ee4721b6eeecc047f764b88b0c2e0ee96a3dc9 (diff) | |
download | tdebase-a3a88afd2e65e34fb3aa9a0f4095a03894f6c327.tar.gz tdebase-a3a88afd2e65e34fb3aa9a0f4095a03894f6c327.zip |
Fix broken window fade-in
Add additional fade debugging
Add separate configuration option for menu shadows
Fix up default shadow settings in configuration dialogs
Diffstat (limited to 'twin/kcmtwin/twinoptions/windows.h')
-rw-r--r-- | twin/kcmtwin/twinoptions/windows.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/twin/kcmtwin/twinoptions/windows.h b/twin/kcmtwin/twinoptions/windows.h index 27ea02a8d..634960266 100644 --- a/twin/kcmtwin/twinoptions/windows.h +++ b/twin/kcmtwin/twinoptions/windows.h @@ -3,6 +3,7 @@ * * Copyright (c) 1997 Patrick Dowler dowler@morgul.fsh.uvic.ca * Copyright (c) 2001 Waldo Bastian bastian@kde.org + * Copyright (c) 2011-2014 Timothy Pearson <kb9vqf@pearsoncomputing.net> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -263,6 +264,7 @@ private: TQCheckBox *fadeInMenuWindows; TQCheckBox *fadeOnOpacityChange; TQCheckBox *useShadows; + TQCheckBox *useShadowsOnMenuWindows; TQCheckBox *removeShadowsOnResize; TQCheckBox *removeShadowsOnMove; TQGroupBox *sGroup; @@ -283,7 +285,8 @@ private: KIntNumInput *fadeOutSpeed; KColorButton *shadowColor; TDEConfig *config; - bool standAlone; + void processShadowLockouts(); + bool standAlone; bool alphaActivated; bool resetKompmgr_; bool kompmgrAvailable(); |