Fixed X11DRV_MOUSE_WarpPointer initial value.
This commit is contained in:
parent
3ef75725fd
commit
2f9a31c2dc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue