xserver: Branch 'master'

Jon TURNEY jturney at kemper.freedesktop.org
Thu Jan 15 13:56:58 PST 2009


 hw/xwin/win.h                     |    1 +
 hw/xwin/winmultiwindowwindow.c    |    7 -------
 hw/xwin/winmultiwindowwndproc.c   |    1 -
 hw/xwin/winwin32rootlesswndproc.c |    1 -
 4 files changed, 1 insertion(+), 9 deletions(-)

New commits:
commit 6f065a26db62aaf1d7aab9f9a3d0e6cd09d1c1dd
Author: Colin Harrison <colin.harrison at virgin.net>
Date:   Thu Jan 15 21:42:26 2009 +0000

    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.

diff --git a/hw/xwin/win.h b/hw/xwin/win.h
index 33b7469..999c719 100644
--- a/hw/xwin/win.h
+++ b/hw/xwin/win.h
@@ -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
diff --git a/hw/xwin/winmultiwindowwindow.c b/hw/xwin/winmultiwindowwindow.c
index 6cad631..313bd7d 100644
--- a/hw/xwin/winmultiwindowwindow.c
+++ b/hw/xwin/winmultiwindowwindow.c
@@ -63,13 +63,6 @@ static void
 winFindWindow (pointer value, XID id, pointer cdata);
 
 /*
- * Constant defines
- */
-
-#define MOUSE_POLLING_INTERVAL		500
-
-
-/*
  * Macros
  */
 
diff --git a/hw/xwin/winmultiwindowwndproc.c b/hw/xwin/winmultiwindowwndproc.c
index 8eadf45..1ea6959 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
 
 
diff --git a/hw/xwin/winwin32rootlesswndproc.c b/hw/xwin/winwin32rootlesswndproc.c
index 32a6b69..e624ded 100755
--- a/hw/xwin/winwin32rootlesswndproc.c
+++ b/hw/xwin/winwin32rootlesswndproc.c
@@ -48,7 +48,6 @@
  * Constant defines
  */
 
-#define MOUSE_POLLING_INTERVAL		500
 #define MOUSE_ACTIVATE_DEFAULT		TRUE
 #define RAISE_ON_CLICK_DEFAULT		FALSE
 


More information about the xorg-commit mailing list