make other drivers also work correctly when SEAMLESS_HBARS is set

This commit is contained in:
marschap
2005-06-28 17:09:03 +00:00
parent 4e4a460aca
commit bf1c2688c2
5 changed files with 64 additions and 2 deletions
+10
View File
@@ -752,6 +752,15 @@ char d[CELLWIDTH*CELLHEIGHT] = {
1, 1, 1, 1, 0,
1, 1, 1, 1, 0,
1, 1, 1, 1, 0 };
char e[CELLWIDTH*CELLHEIGHT] = {
1, 1, 1, 1, 1,
1, 1, 1, 1, 1,
1, 1, 1, 1, 1,
1, 1, 1, 1, 1,
1, 1, 1, 1, 1,
1, 1, 1, 1, 1,
1, 1, 1, 1, 1,
1, 1, 1, 1, 1 };
if (p->ccmode != hbar) {
if (p->ccmode != standard) {
@@ -766,6 +775,7 @@ char d[CELLWIDTH*CELLHEIGHT] = {
IOWarrior_set_char(drvthis, 2, b);
IOWarrior_set_char(drvthis, 3, c);
IOWarrior_set_char(drvthis, 4, d);
IOWarrior_set_char(drvthis, 5, e);
}
}