winex11.drv: Fix specfile entry for X11DRV_ScrollDC.

Sebastian Lackner sebastian at fds-team.de
Fri Nov 27 23:04:04 CST 2015


Signed-off-by: Sebastian Lackner <sebastian at fds-team.de>
---

The function has the prototype:
BOOL   (CDECL *pScrollDC)(HDC,INT,INT,HRGN);

 dlls/winex11.drv/winex11.drv.spec |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/winex11.drv/winex11.drv.spec b/dlls/winex11.drv/winex11.drv.spec
index 182b351..7cdce52 100644
--- a/dlls/winex11.drv/winex11.drv.spec
+++ b/dlls/winex11.drv/winex11.drv.spec
@@ -36,7 +36,7 @@
 @ cdecl IsClipboardFormatAvailable(long) X11DRV_IsClipboardFormatAvailable
 @ cdecl MsgWaitForMultipleObjectsEx(long ptr long long long) X11DRV_MsgWaitForMultipleObjectsEx
 @ cdecl ReleaseDC(long long) X11DRV_ReleaseDC
-@ cdecl ScrollDC(long long long) X11DRV_ScrollDC
+@ cdecl ScrollDC(long long long long) X11DRV_ScrollDC
 @ cdecl SetClipboardData(long long long) X11DRV_SetClipboardData
 @ cdecl SetCapture(long long) X11DRV_SetCapture
 @ cdecl SetFocus(long) X11DRV_SetFocus
-- 
2.6.2



More information about the wine-patches mailing list