win32_has_focus - buildfix
This commit is contained in:
parent
3d6f6869f0
commit
f76d9c2a0d
|
@ -678,7 +678,7 @@ static HANDLE GetFocus(void)
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
bool win32_has_focus(void *data)
|
bool win32_has_focus(void)
|
||||||
{
|
{
|
||||||
if (!g_inited)
|
if (!g_inited)
|
||||||
return false;
|
return false;
|
||||||
|
|
|
@ -75,7 +75,7 @@ bool win32_get_metrics(void *data,
|
||||||
|
|
||||||
void win32_show_cursor(bool state);
|
void win32_show_cursor(bool state);
|
||||||
|
|
||||||
bool win32_has_focus(void *data);
|
bool win32_has_focus(void);
|
||||||
|
|
||||||
void win32_check_window(bool *quit,
|
void win32_check_window(bool *quit,
|
||||||
bool *resize, unsigned *width, unsigned *height);
|
bool *resize, unsigned *width, unsigned *height);
|
||||||
|
|
Loading…
Reference in New Issue