notaz.gp2x.de
/
picodrive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30e8aac
)
fix blank line increment
author
notaz
<notasas@gmail.com>
Wed, 4 Sep 2013 23:19:18 +0000
(
02:19
+0300)
committer
notaz
<notasas@gmail.com>
Fri, 6 Sep 2013 00:37:05 +0000
(
03:37
+0300)
pico/draw.c
patch
|
blob
|
blame
|
history
diff --git
a/pico/draw.c
b/pico/draw.c
index
f2a8c9c
..
a03d887
100644
(file)
--- a/
pico/draw.c
+++ b/
pico/draw.c
@@
-1457,6
+1457,9
@@
static void DrawBlankedLine(int line, int offs, int sh, int bgc)
\r
if (PicoScanEnd != NULL)
\r
PicoScanEnd(line + offs);
\r
+
\r
+ HighCol += HighColIncrement;
\r
+ DrawLineDest = (char *)DrawLineDest + DrawLineDestIncrement;
\r
}
\r
\r
static void PicoLine(int line, int offs, int sh, int bgc)
\r