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
+11
View File
@@ -388,12 +388,23 @@ sli_init_hbar (Driver *drvthis)
1, 1, 1, 1, 0,
1, 1, 1, 1, 0,
};
char e[] = {
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 (custom != hbar) {
sli_set_char (drvthis, 1, a);
sli_set_char (drvthis, 2, b);
sli_set_char (drvthis, 3, c);
sli_set_char (drvthis, 4, d);
sli_set_char (drvthis, 5, e);
custom = hbar;
}
}