projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9352747
)
space
author
Dana Jansens
<danakj@orodu.net>
Thu, 24 Jul 2003 05:25:33 +0000
(
05:25
+0000)
committer
Dana Jansens
<danakj@orodu.net>
Thu, 24 Jul 2003 05:25:33 +0000
(
05:25
+0000)
render/render.c
patch
|
blob
|
history
diff --git
a/render/render.c
b/render/render.c
index eee96da5fcc4a68154c3dcd44f13cef3eab102b2..1fbfef672b09a83ffbc5533875c625d5a2448543 100644
(file)
--- a/
render/render.c
+++ b/
render/render.c
@@
-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);