Prevent excessive clipping in SysListView32

Medland, Bill Bill.Medland at accpac.com
Wed Jul 25 10:59:35 CDT 2001


I am not very comfortable with this one but strange as it may seem it solves
the problem.  I'd love to know why.
 <<diff13.txt>> 
-------------- next part --------------
Bill Medland (medbi01 at accpac.com)
Prevents excessive clipping in SysListView32.

Index: wine/graphics/x11drv/bitblt.c
===================================================================
RCS file: /home/wine/wine/graphics/x11drv/bitblt.c,v
retrieving revision 1.34
diff -u -r1.34 bitblt.c
--- wine/graphics/x11drv/bitblt.c	2001/07/23 00:04:01	1.34
+++ wine/graphics/x11drv/bitblt.c	2001/07/25 15:26:38
@@ -526,7 +526,7 @@
  *
  * Favor correctness or speed?
  */
-static inline int perfect_graphics(void)
+static int perfect_graphics(void)
 {
     static int perfect = -1;
     if (perfect == -1)


More information about the wine-patches mailing list