win32 implementation of Update_status_line()

This commit is contained in:
Thomas Bernard 2018-06-26 14:02:19 +02:00
parent 18e942d486
commit 131e0f9630

View File

@ -417,6 +417,8 @@ void Flush_update(void)
void Update_status_line(short char_pos, short width)
{
Update_rect((18+char_pos*8)*Menu_factor_X*Pixel_width, Menu_status_Y*Pixel_height,
width*8*Menu_factor_X*Pixel_width, 8*Menu_factor_Y*Pixel_height);
}
int SetPalette(const T_Components * colors, int firstcolor, int ncolors)