Fixed X11DRV_MOUSE_WarpPointer initial value.

This commit is contained in:
Brian Gerst 1999-04-10 16:37:03 +00:00 committed by Alexandre Julliard
parent 3ef75725fd
commit 2f9a31c2dc

View File

@ -21,7 +21,7 @@
Cursor X11DRV_MOUSE_XCursor = None; /* Current X cursor */
static BOOL X11DRV_MOUSE_WarpPointer = FALSE; /* hack; see DISPLAY_MoveCursor */
static BOOL X11DRV_MOUSE_WarpPointer = TRUE; /* hack; see DISPLAY_MoveCursor */
/***********************************************************************
* X11DRV_MOUSE_DoSetCursor