will seg again

This commit is contained in:
Dana Jansens 2003-04-02 05:56:00 +00:00
parent 170fa13d83
commit 8cd8b1d0f4

View 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)