diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-02-11 21:05:50 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-02-11 21:05:50 +0000 |
| commit | e429ce39deaf4a8d5975e871af0530634ea2a63e (patch) | |
| tree | 1c564182db8bcc76d056dc165355477176051564 /src/bindings.hh | |
| parent | 4eaa65510b26d342c5419e6081bcecaa0ec8aa24 (diff) | |
new key code with keyboard grabs and such, thanks to ManMower. Kills the "key leak" bug, and makes everything work better and faster! woot
Diffstat (limited to 'src/bindings.hh')
| -rw-r--r-- | src/bindings.hh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/bindings.hh b/src/bindings.hh index 53565c38..f45e5ca3 100644 --- a/src/bindings.hh +++ b/src/bindings.hh @@ -116,7 +116,9 @@ private: EventCallbackList _eventlist[EventAction::NUM_EVENT_ACTION]; KeyCallbackData _keybgrab_callback; - + + bool _grabbed; + public: //! Initializes an Bindings object Bindings(); |
