X11DRV_ScrollDC bugfix, fixes -fomit-frame-pointer compile problem

Rein Klazes rklazes at xs4all.nl
Sat Sep 18 12:55:24 CDT 2004


Hi,

Changelog:
	dlls/x11drv	: scroll.c
	X11DRV_ScrollDC should not have a WINAPI attribute.

Rein.
-- 
Rein Klazes
rklazes at xs4all.nl
-------------- next part --------------
--- wine/dlls/x11drv/scroll.c	2004-06-16 08:46:41.000000000 +0200
+++ mywine/dlls/x11drv/scroll.c	2004-09-18 19:53:21.000000000 +0200
@@ -40,8 +40,8 @@
 /*************************************************************************
  *		ScrollDC   (X11DRV.@)
  */
-BOOL WINAPI X11DRV_ScrollDC( HDC hdc, INT dx, INT dy, const RECT *lprcScroll,
-                             const RECT *lprcClip, HRGN hrgnUpdate, LPRECT lprcUpdate )
+BOOL X11DRV_ScrollDC( HDC hdc, INT dx, INT dy, const RECT *lprcScroll,
+                      const RECT *lprcClip, HRGN hrgnUpdate, LPRECT lprcUpdate )
 
 {
     RECT rSrc, rClipped_src, rClip, rDst, offset;


More information about the wine-patches mailing list