diff options
| author | Colin Harrison <colin.harrison@virgin.net> | 2009-01-15 21:42:26 +0000 |
|---|---|---|
| committer | Jon TURNEY <jon.turney@dronecode.org.uk> | 2009-01-15 21:49:52 +0000 |
| commit | 6f065a26db62aaf1d7aab9f9a3d0e6cd09d1c1dd (patch) | |
| tree | 17a1c74c646e948a1d121c90640cbb2403e34e8f /hw/xwin/winmultiwindowwndproc.c | |
| parent | c745db1674c3cb55249c9eb6e74939b74c42409c (diff) | |
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.
Diffstat (limited to 'hw/xwin/winmultiwindowwndproc.c')
| -rw-r--r-- | hw/xwin/winmultiwindowwndproc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/xwin/winmultiwindowwndproc.c b/hw/xwin/winmultiwindowwndproc.c index 8eadf45f5..1ea6959d2 100644 --- a/hw/xwin/winmultiwindowwndproc.c +++ b/hw/xwin/winmultiwindowwndproc.c @@ -61,7 +61,6 @@ static UINT_PTR g_uipMousePollingTimerID = 0; * Constant defines */ -#define MOUSE_POLLING_INTERVAL 500 #define WIN_MULTIWINDOW_SHAPE YES |
