space
This commit is contained in:
parent
9352747a3c
commit
159ef95805
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ void RrPaint(RrAppearance *l, Window win, gint w, gint h)
|
|||
for (i = 0; i < h; i++, source += sw, dest += w) {
|
||||
memcpy(dest, source, w * sizeof(RrPixel32));
|
||||
}
|
||||
}else
|
||||
} else
|
||||
RrRender(l, w, h);
|
||||
|
||||
RECT_SET(tarea, 0, 0, w, h);
|
||||
|
|
Loading…
Reference in a new issue