mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-05 14:38:09 +02:00
Use CursorScreenKey.
This commit is contained in:
parent
2fda3eb35b
commit
8be57614e5
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@
|
|||
/** Initialize the private area for the cursor functions. */
|
||||
Bool dmxInitCursor(ScreenPtr pScreen)
|
||||
{
|
||||
if (!dixRequestPrivate(pScreen, sizeof(dmxCursorPrivRec)))
|
||||
if (!dixRequestPrivate(CursorScreenKey(pScreen), sizeof(dmxCursorPrivRec)))
|
||||
return FALSE;
|
||||
|
||||
if (!dixRequestPrivate (dmxDevicePrivateKey, sizeof(dmxDevicePrivRec)))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue