diff options
Diffstat (limited to 'tdmlib/kgreet_pam.h')
-rw-r--r-- | tdmlib/kgreet_pam.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tdmlib/kgreet_pam.h b/tdmlib/kgreet_pam.h index 7772880a1..79e92b33a 100644 --- a/tdmlib/kgreet_pam.h +++ b/tdmlib/kgreet_pam.h @@ -53,6 +53,7 @@ class KPamGreeter : public TQObject, public KGreeterPlugin { virtual void lockUserEntry( const bool lock ); virtual void setPassword( const TQString &pass ); virtual void setEnabled( bool on ); + virtual void setInfoMessageDisplay( bool on ); virtual bool textMessage( const char *message, bool error ); virtual void textPrompt( const char *prompt, bool echo, bool nonBlocking ); virtual bool binaryPrompt( const char *prompt, bool nonBlocking ); @@ -89,7 +90,7 @@ class KPamGreeter : public TQObject, public KGreeterPlugin { Context ctx; int exp, pExp, has; unsigned state; - bool running, authTok; + bool running, authTok, suppressInfoMsg; }; #endif /* KGREET_CLASSIC_H */ |