Magellan Linux

Annotation of /trunk/nx/patches/nx-x11-1.5.0-plastik-render-fix.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 153 - (hide annotations) (download)
Tue May 8 20:52:56 2007 UTC (17 years ago) by niro
File size: 694 byte(s)
-import

1 niro 153 --- nx-X11/programs/Xserver/hw/nxagent/GCOps.c~ 2005-11-25 21:42:23.000000000 +0100
2     +++ nx-X11/programs/Xserver/hw/nxagent/GCOps.c 2006-03-08 11:28:43.000000000 +0100
3     @@ -2385,7 +2385,7 @@
4     {
5     if ((pDrawable)->type == DRAWABLE_PIXMAP)
6     {
7     - miPolySegment(nxagentVirtualDrawable(pDrawable), pGC, nSegments, pSegments);
8     + fbPolySegment(nxagentVirtualDrawable(pDrawable), pGC, nSegments, pSegments);
9     }
10    
11     return;
12     @@ -2423,7 +2423,7 @@
13     }
14    
15     nxagentGCTrap++;
16     - miPolySegment(nxagentVirtualDrawable(pDrawable), pGC, nSegments, pSegments);
17     + fbPolySegment(nxagentVirtualDrawable(pDrawable), pGC, nSegments, pSegments);
18     nxagentGCTrap--;
19     return;
20     }