projects
/
platform
/
upstream
/
syslinux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f00093
)
Shading fix
author
H. Peter Anvin
<hpa@zytor.com>
Thu, 31 Aug 2006 22:59:45 +0000
(15:59 -0700)
committer
H. Peter Anvin
<hpa@zytor.com>
Thu, 31 Aug 2006 22:59:45 +0000
(15:59 -0700)
com32/lib/sys/vesa/drawtxt.c
patch
|
blob
|
history
diff --git
a/com32/lib/sys/vesa/drawtxt.c
b/com32/lib/sys/vesa/drawtxt.c
index
f2c7951
..
5910e08
100644
(file)
--- a/
com32/lib/sys/vesa/drawtxt.c
+++ b/
com32/lib/sys/vesa/drawtxt.c
@@
-113,7
+113,7
@@
static void vesacon_update_characters(int row, int col, int nrows, int ncols)
chsbits = __vesacon_graphics_font[csptr->ch][pixsrow];
chsbits &= (csptr->sha & 0x02) ? 0xff : 0x00;
chsbits ^= (csptr->sha & 0x01) ? 0xff : 0x00;
- chsbits <<=
7
;
+ chsbits <<=
6
;
csptr++;
for (j = width*ncols; j >= 0; j--) {