diff options
| author | jacob1 <jfu614@gmail.com> | 2013-03-04 19:57:40 (GMT) |
|---|---|---|
| committer | jacob1 <jfu614@gmail.com> | 2013-03-04 19:57:40 (GMT) |
| commit | 0f5b4a9ec83b8c6d2bb9448b6e58f841a875a636 (patch) | |
| tree | 37c55cf9d20fc543fe3bbb678f60f460f01bccf9 /src/login/LoginView.h | |
| parent | 6bea8f5235006eb46a045c4ce5d91ddead88f02c (diff) | |
| download | powder-0f5b4a9ec83b8c6d2bb9448b6e58f841a875a636.zip powder-0f5b4a9ec83b8c6d2bb9448b6e58f841a875a636.tar.gz | |
fix pressing esc in login prompt logging you out, fix possible sign bug crash
Diffstat (limited to 'src/login/LoginView.h')
| -rw-r--r-- | src/login/LoginView.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/login/LoginView.h b/src/login/LoginView.h index fe87a3f..ae7af4e 100644 --- a/src/login/LoginView.h +++ b/src/login/LoginView.h @@ -35,6 +35,7 @@ public: class CancelAction; LoginView(); virtual void OnKeyPress(int key, Uint16 character, bool shift, bool ctrl, bool alt); + virtual void OnTryExit(ExitMethod method); void AttachController(LoginController * c_) { c = c_; } void NotifyStatusChanged(LoginModel * sender); virtual void OnDraw(); |
