diff options
Diffstat (limited to 'kdesktop/lock/lockprocess.h')
| -rw-r--r-- | kdesktop/lock/lockprocess.h | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/kdesktop/lock/lockprocess.h b/kdesktop/lock/lockprocess.h index 85e9cdd31..e063b9669 100644 --- a/kdesktop/lock/lockprocess.h +++ b/kdesktop/lock/lockprocess.h @@ -86,6 +86,7 @@ public:      bool dontLock();      bool runSecureDialog(); +    bool inSecureDialog();      void setChildren(TQValueList<int> children) { child_sockets = children; }      void setParent(int fd) { mParent = fd; } @@ -226,6 +227,10 @@ private:      bool        mResizingDesktopLock;      bool        mFullyOnlineSent; +    bool        mClosingWindows; +    bool        mInSecureDialog; +    bool        mHackActive; +      TQPixmap    backingPixmap;      KRootPixmap  *m_rootPixmap;      int         mBackingStartupDelayTimer; | 
