mirror of
https://github.com/holub/mame
synced 2025-06-18 18:28:57 +03:00
fix warning (nw)
This commit is contained in:
parent
c7581acda1
commit
f2c54ef73e
@ -1896,7 +1896,7 @@ static void set_fullscreen(win_window_info *window, int fullscreen)
|
|||||||
adjust_window_position_after_major_change(window);
|
adjust_window_position_after_major_change(window);
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef USE_QTDEBUG
|
#if (USE_QTDEBUG)
|
||||||
bool winwindow_qt_filter(void *message)
|
bool winwindow_qt_filter(void *message)
|
||||||
{
|
{
|
||||||
MSG *msg = (MSG *)message;
|
MSG *msg = (MSG *)message;
|
||||||
|
Loading…
Reference in New Issue
Block a user