mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-06 03:28:20 +00:00
(Win32) Buildfix
This commit is contained in:
parent
aedd7fa53e
commit
05c4308cac
@ -64,7 +64,7 @@ void ui_window_win32_set_visible(void *data,
|
||||
bool set_visible)
|
||||
{
|
||||
ui_window_win32_t *window = (ui_window_win32_t*)data;
|
||||
ShowWindow(window->hwnd, visible ? SW_SHOWNORMAL : SW_HIDE);
|
||||
ShowWindow(window->hwnd, set_visible ? SW_SHOWNORMAL : SW_HIDE);
|
||||
}
|
||||
|
||||
void ui_window_win32_set_title(void *data, char *buf)
|
||||
|
Loading…
x
Reference in New Issue
Block a user