mirror of
https://github.com/holub/mame
synced 2025-07-01 00:09:18 +03:00
Update window.c
Just a mistype.
This commit is contained in:
parent
d7cf28647a
commit
27f3177dda
@ -1395,7 +1395,7 @@ LRESULT CALLBACK win_window_info::video_window_proc(HWND wnd, UINT message, WPAR
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
return DefWindowProc(wnd, message, wparam, lparam);
|
return DefWindowProc(wnd, message, wparam, lparam);
|
||||||
}c
|
}
|
||||||
|
|
||||||
// track whether we are in the foreground
|
// track whether we are in the foreground
|
||||||
case WM_ACTIVATEAPP:
|
case WM_ACTIVATEAPP:
|
||||||
|
Loading…
Reference in New Issue
Block a user