mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +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;
|
||||
}
|
||||
return DefWindowProc(wnd, message, wparam, lparam);
|
||||
}c
|
||||
}
|
||||
|
||||
// track whether we are in the foreground
|
||||
case WM_ACTIVATEAPP:
|
||||
|
Loading…
Reference in New Issue
Block a user