summaryrefslogtreecommitdiff
path: root/core/opie-login/loginwindowimpl.h
authorsandman <sandman>2002-09-30 00:29:12 (UTC)
committer sandman <sandman>2002-09-30 00:29:12 (UTC)
commitf6e9cebd79044b1ca54648ecdadd13db8c4673dc (patch) (unidiff)
treee29985455734329ee31e14d04b2d613eafabb6a0 /core/opie-login/loginwindowimpl.h
parentb53db7a5a334fdd53bd86e8b50587f1dae41cfba (diff)
downloadopie-f6e9cebd79044b1ca54648ecdadd13db8c4673dc.zip
opie-f6e9cebd79044b1ca54648ecdadd13db8c4673dc.tar.gz
opie-f6e9cebd79044b1ca54648ecdadd13db8c4673dc.tar.bz2
- added an option to quit to console
- launcher is now started via a login shell - font is "hardcoded" to helvetica - screen saver is "hardcoded" to 30/20/60 secs (this should make opie-login usable, regardless of any (miss)-configuration of the normal OPIE appearance)
Diffstat (limited to 'core/opie-login/loginwindowimpl.h') (more/less context) (show whitespace changes)
-rw-r--r--core/opie-login/loginwindowimpl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/opie-login/loginwindowimpl.h b/core/opie-login/loginwindowimpl.h
index 16c42e6..2e2ba0d 100644
--- a/core/opie-login/loginwindowimpl.h
+++ b/core/opie-login/loginwindowimpl.h
@@ -11,12 +11,13 @@ class LoginWindowImpl : public LoginWindow {
11public: 11public:
12 LoginWindowImpl ( ); 12 LoginWindowImpl ( );
13 virtual ~LoginWindowImpl ( ); 13 virtual ~LoginWindowImpl ( );
14 14
15protected slots: 15protected slots:
16 void restart ( ); 16 void restart ( );
17 void quit ( );
17 void showIM ( ); 18 void showIM ( );
18 void suspend ( ); 19 void suspend ( );
19 void backlight ( ); 20 void backlight ( );
20 void login ( ); 21 void login ( );
21 void toggleEchoMode ( bool ); 22 void toggleEchoMode ( bool );
22 23