win32 implementation of Update_status_line()
This commit is contained in:
parent
18e942d486
commit
131e0f9630
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user