diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-03-24 12:33:43 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-03-24 12:33:43 +0900 |
commit | 69768c94ed8cacedd6b83bce3125ab72394497cc (patch) | |
tree | 333cc90004aeb3063dccf179ccbd3ff2f2d02887 /ksnapshot/ksnapshot.h | |
parent | 5eeaa69b2580f63364ca9f03fae12ca75c493b47 (diff) | |
download | tdegraphics-69768c94ed8cacedd6b83bce3125ab72394497cc.tar.gz tdegraphics-69768c94ed8cacedd6b83bce3125ab72394497cc.zip |
KSnapshot: remember window position before/after a snapshot is taken. This resolves issue #55
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ksnapshot/ksnapshot.h')
-rw-r--r-- | ksnapshot/ksnapshot.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ksnapshot/ksnapshot.h b/ksnapshot/ksnapshot.h index 55c0917b..fb8084bd 100644 --- a/ksnapshot/ksnapshot.h +++ b/ksnapshot/ksnapshot.h @@ -153,6 +153,7 @@ private: bool modified; TDETrader::OfferList openWithOffers; TQMap<TDEProcess*, KTempFile*> m_tmpFiles; + TQPoint oldWinPos; }; #endif // KSNAPSHOT_H |