]> Dogcows Code - chaz/openbox/commitdiff
will seg again
authorDana Jansens <danakj@orodu.net>
Wed, 2 Apr 2003 05:56:00 +0000 (05:56 +0000)
committerDana Jansens <danakj@orodu.net>
Wed, 2 Apr 2003 05:56:00 +0000 (05:56 +0000)
render/render.c

index e188bf3df1d071bc848fb4c390d8d680596c3863..babfa52235716e52bb8907b42b279878f52fc4b0 100644 (file)
@@ -122,7 +122,7 @@ void x_paint(Window win, Appearance *l)
             + sw * l->surface.data.planar.parenty;
         dest = l->surface.data.planar.pixel_data;
         for (i = 0; i < h; i++, source += sw, dest += w) {
-/*            memcpy(dest, source, w * sizeof(pixel32));*/
+            memcpy(dest, source, w * sizeof(pixel32));
         }
     }
     else if (l->surface.data.planar.grad == Background_Solid)
This page took 0.023403 seconds and 4 git commands to generate.