This is an automated email from the git hooks/post-receive script.

thansen pushed a commit to branch master
in repository aseprite.

commit f47ba09984b0146a2599a5f2bd8fab161052f072
Author: David Capello <[email protected]>
Date:   Mon Nov 30 15:30:25 2015 -0300

    Fix mouse lag on Linux with hi-res devices (fix #283)
---
 src/allegro/src/x/xwin.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/allegro/src/x/xwin.c b/src/allegro/src/x/xwin.c
index ec36331..0369539 100644
--- a/src/allegro/src/x/xwin.c
+++ b/src/allegro/src/x/xwin.c
@@ -165,7 +165,7 @@ static int use_bgr_palette_hack = FALSE; /* use BGR hack 
for color conversion pa
 int _xwin_missed_input;
 #endif
 
-#define X_MAX_EVENTS   5
+#define X_MAX_EVENTS       50
 #define MOUSE_WARP_DELAY   200
 
 static char _xwin_driver_desc[256] = EMPTY_STRING;

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/aseprite.git

_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to