diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-07 21:52:26 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-07 21:52:26 -0500 |
commit | 4d21a120d2478b8d0abe7ecaf9a688f2aa88c049 (patch) | |
tree | 0c3475fbb2629c5532e29e5e8acba1a0a67dafbe /kdesktop/bgmanager.h | |
parent | d9227036c7b8878625c46402065ecd6b2c1e67d6 (diff) | |
download | tdebase-4d21a120d2478b8d0abe7ecaf9a688f2aa88c049.tar.gz tdebase-4d21a120d2478b8d0abe7ecaf9a688f2aa88c049.zip |
Commit the following patch from Bug 1499:
tdebase: fix kdesktop resize bug
Diffstat (limited to 'kdesktop/bgmanager.h')
-rw-r--r-- | kdesktop/bgmanager.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kdesktop/bgmanager.h b/kdesktop/bgmanager.h index 71ca6c1bb..43e57a372 100644 --- a/kdesktop/bgmanager.h +++ b/kdesktop/bgmanager.h @@ -142,6 +142,7 @@ private: int fadeDesk; TQTime mBenchmark; bool crossInit; + bool resizingDesktop; // is True if desktop is resizing }; #endif // __BGMANAGER_H__ |