forward input to video window during video playback

This commit is contained in:
FunkyFr3sh 2023-10-16 03:35:09 +02:00
parent 94afdc378b
commit c328ae9550
6 changed files with 27 additions and 0 deletions

View file

@ -136,6 +136,7 @@ typedef struct CNCDDRAW
void* last_freed_palette; /* Dungeon Keeper hack */
void* last_freed_surface; /* Nox hack */
BOOL child_window_exists;
HWND video_window_hwnd;
BOOL got_child_windows;
DWORD last_set_window_pos_tick; /* WINE hack */
SPEEDLIMITER ticks_limiter;