Aleksey Bragin : winex11.drv: Fix SetCursor entry in the spec file.
Module: wine Branch: master Commit: bd7859c5fea2602c15972a6a00dfa0c196e55368 URL: http://source.winehq.org/git/wine.git/?a=commit;h=bd7859c5fea2602c15972a6a00... Author: Aleksey Bragin <aleksey(a)reactos.org> Date: Thu May 20 17:01:21 2010 +0400 winex11.drv: Fix SetCursor entry in the spec file. --- dlls/winex11.drv/winex11.drv.spec | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/winex11.drv/winex11.drv.spec b/dlls/winex11.drv/winex11.drv.spec index 0a69581..6bdf66e 100644 --- a/dlls/winex11.drv/winex11.drv.spec +++ b/dlls/winex11.drv/winex11.drv.spec @@ -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
participants (1)
-
Alexandre Julliard