mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 09:40:06 +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)
|
bool set_visible)
|
||||||
{
|
{
|
||||||
ui_window_win32_t *window = (ui_window_win32_t*)data;
|
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)
|
void ui_window_win32_set_title(void *data, char *buf)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user