mirror of
https://github.com/simh/simh.git
synced 2026-05-02 14:20:05 +00:00
SCP: Cleanup potential compiler warnings
This commit is contained in:
@@ -202,7 +202,7 @@ void vid_draw (int32 x, int32 y, int32 w, int32 h, uint32 *buf);
|
||||
void vid_beep (void);
|
||||
void vid_refresh (void);
|
||||
const char *vid_version (void);
|
||||
const char *vid_key_name (int32 key);
|
||||
const char *vid_key_name (uint32 key);
|
||||
t_stat vid_set_cursor (t_bool visible, uint32 width, uint32 height, uint8 *data, uint8 *mask, uint32 hot_x, uint32 hot_y);
|
||||
t_stat vid_set_release_key (FILE* st, UNIT* uptr, int32 val, CONST void* desc);
|
||||
t_stat vid_show_release_key (FILE* st, UNIT* uptr, int32 val, CONST void* desc);
|
||||
|
||||
Reference in New Issue
Block a user