mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-26 00:19:13 +00:00
Fix mouse lag on Linux with hi-res devices (fix #283)
This commit is contained in:
parent
771a7ba467
commit
f47ba09984
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user