summaryrefslogtreecommitdiffstats
path: root/client/screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/screen.h')
-rw-r--r--client/screen.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/screen.h b/client/screen.h
index 957cece1..b191d099 100644
--- a/client/screen.h
+++ b/client/screen.h
@@ -136,8 +136,8 @@ private:
virtual void on_activate();
virtual void on_pointer_enter();
virtual void on_pointer_leave();
- virtual void on_start_key_interception() { _key_interception = true;}
- virtual void on_stop_key_interception() { _key_interception = false;}
+ virtual void on_start_key_interception();
+ virtual void on_stop_key_interception();
virtual void enter_modal_loop();
virtual void exit_modal_loop();