mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-24 16:36:22 +00:00
Renamed clear and close functions in ui
This commit is contained in:
@@ -513,14 +513,14 @@ ui_switch_win(const int i)
|
||||
}
|
||||
|
||||
void
|
||||
win_current_clear(void)
|
||||
ui_clear_current(void)
|
||||
{
|
||||
wclear(current->win);
|
||||
dirty = TRUE;
|
||||
}
|
||||
|
||||
void
|
||||
win_current_close(void)
|
||||
ui_close_current(void)
|
||||
{
|
||||
window_free(current);
|
||||
windows[current_index] = NULL;
|
||||
|
||||
Reference in New Issue
Block a user