X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2F16_vl.h;h=d63dcabfaafd585ccd0f2af1911d509f5863df71;hb=40e0a339b2d6e79ace05d43dd9d44b21b23244b1;hp=e2c28a3242d926f02d7b8e0b9b95eb85db1c3cf8;hpb=5bc7b6ceb8766da1f537b30a9027db6d10999157;p=16.git diff --git a/src/lib/16_vl.h b/src/lib/16_vl.h index e2c28a32..d63dcabf 100755 --- a/src/lib/16_vl.h +++ b/src/lib/16_vl.h @@ -166,7 +166,7 @@ static inline byte modexreadPixel(page_t *page, int x, int y, word addr) #endif void modexDrawChar(page_t *page, int x/*for planar selection only*/, word t, word col, word bgcol, word addr); -void modexprint(page_t *page, word x, word y, word t, word col, word bgcol, const byte *str); +void modexprint(page_t *page, sword x, sword y, word t, word col, word bgcol, const byte *str); void modexprintbig(page_t *page, word x, word y, word t, word col, word bgcol, const byte *str); void modexpdump(page_t *pee); void modexcls(page_t *page, byte color, byte *Where);