From d33ae93b897bc407829c5f3c8b2000a7c31d37bd Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 24 Nov 2014 16:48:34 +0100 Subject: input: simplify --- input/input.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'input/input.h') diff --git a/input/input.h b/input/input.h index 02e9d2f86b..33d458ad5f 100644 --- a/input/input.h +++ b/input/input.h @@ -78,8 +78,8 @@ typedef struct mp_cmd { char *input_section; bool is_up_down : 1; bool is_up : 1; + bool emit_on_up : 1; bool is_mouse_button : 1; - bool key_up_follows : 1; bool repeated : 1; bool mouse_move : 1; int mouse_x, mouse_y; -- cgit v1.2.3