mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-04-21 18:10:42 +02:00
winReallySetCursor was empty and not needed.
This commit is contained in:
parent
3e54b792e1
commit
e8836763ed
1 changed files with 0 additions and 10 deletions
|
|
@ -574,16 +574,6 @@ winSetCursor (ScreenPtr pScreen, CursorPtr pCursor, int x, int y)
|
|||
}
|
||||
|
||||
|
||||
/*
|
||||
* winReallySetCursor
|
||||
* Not needed for xpr. Cursor is set from the X server thread.
|
||||
*/
|
||||
void
|
||||
winReallySetCursor ()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* QuartzMoveCursor
|
||||
* Move the cursor. This is a noop for us.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue