From 2d777dd67e9be3c5bfd36660ade94710de0f4a0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Wed, 19 Nov 2014 02:41:36 +0100 Subject: Rewrite the mouse API I wasn't aware of the fact that 1000, 1002 and 1003 are mutually exclusive and turn each other off. Also now it's not needed to set the protocol, it gets set by default. --- demo-draw.c | 1 - 1 file changed, 1 deletion(-) (limited to 'demo-draw.c') diff --git a/demo-draw.c b/demo-draw.c index 10cbe3b..26b583f 100644 --- a/demo-draw.c +++ b/demo-draw.c @@ -165,7 +165,6 @@ main (int argc, char *argv[]) exit (EXIT_FAILURE); } - termo_set_mouse_proto (tk, termo_guess_mouse_proto (tk)); termo_set_mouse_tracking_mode (tk, TERMO_MOUSE_TRACKING_DRAG); // Set up curses for our drawing needs -- cgit v1.2.3