Xming: Reduce MOUSE_POLLING_INTERVAL

Reduce MOUSE_POLLING_INTERVAL from 500ms to 50ms

In -multiwindow mode, this determines how quickly X windows can track the mouse
when it is outside any X window... Move the cursor around an xeyes, and you will
see what this timing effects.
This commit is contained in:
Colin Harrison 2009-01-15 21:42:26 +00:00 committed by Jon TURNEY
parent c745db1674
commit 6f065a26db
4 changed files with 1 additions and 9 deletions

View File

@ -102,6 +102,7 @@
#define WIN_E3B_TIMER_ID 1
#define WIN_POLLING_MOUSE_TIMER_ID 2
#define MOUSE_POLLING_INTERVAL 50
#define WIN_E3B_OFF -1
#define WIN_FD_INVALID -1

View File

@ -62,13 +62,6 @@ winUpdateWindowsWindow (WindowPtr pWin);
static void
winFindWindow (pointer value, XID id, pointer cdata);
/*
* Constant defines
*/
#define MOUSE_POLLING_INTERVAL 500
/*
* Macros
*/

View File

@ -61,7 +61,6 @@ static UINT_PTR g_uipMousePollingTimerID = 0;
* Constant defines
*/
#define MOUSE_POLLING_INTERVAL 500
#define WIN_MULTIWINDOW_SHAPE YES

View File

@ -48,7 +48,6 @@
* Constant defines
*/
#define MOUSE_POLLING_INTERVAL 500
#define MOUSE_ACTIVATE_DEFAULT TRUE
#define RAISE_ON_CLICK_DEFAULT FALSE