Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0fc34a30c7 |
@@ -34,9 +34,9 @@ lib_hbar_static (Driver *drvthis, int x, int y, int len, int promille, int optio
|
|||||||
|
|
||||||
if ( pixels >= cellwidth ) {
|
if ( pixels >= cellwidth ) {
|
||||||
/* write a "full" block to the screen... */
|
/* write a "full" block to the screen... */
|
||||||
// #if defined(SEAMLESS_HBARS)
|
#if defined(SEAMLESS_HBARS)
|
||||||
// drvthis->chr (drvthis, x+pos, y, cellwidth + cc_offset);
|
drvthis->chr (drvthis, x+pos, y, cellwidth + cc_offset);
|
||||||
// #else
|
#else
|
||||||
drvthis->icon (drvthis, x+pos, y, ICON_BLOCK_FILLED);
|
drvthis->icon (drvthis, x+pos, y, ICON_BLOCK_FILLED);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user