From e429ce39deaf4a8d5975e871af0530634ea2a63e Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 11 Feb 2003 21:05:50 +0000 Subject: new key code with keyboard grabs and such, thanks to ManMower. Kills the "key leak" bug, and makes everything work better and faster! woot --- src/bindings.hh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/bindings.hh') 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(); -- cgit v1.2.3