winex11.drv: Fix SetCursor entry in the spec file.

This commit is contained in:
Aleksey Bragin 2010-05-20 17:01:21 +04:00 committed by Alexandre Julliard
parent 5395c999d2
commit bd7859c5fe
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@
@ cdecl VkKeyScanEx(long long) X11DRV_VkKeyScanEx
@ cdecl CreateCursorIcon(long ptr) X11DRV_CreateCursorIcon
@ cdecl DestroyCursorIcon(long) X11DRV_DestroyCursorIcon
@ cdecl SetCursor(long ptr) X11DRV_SetCursor
@ cdecl SetCursor(long) X11DRV_SetCursor
@ cdecl GetCursorPos(ptr) X11DRV_GetCursorPos
@ cdecl SetCursorPos(long long) X11DRV_SetCursorPos
@ cdecl ClipCursor(ptr) X11DRV_ClipCursor