#313 Add partial support for American Girls Dress Designer (Fullscreen only, no upscaling)

This commit is contained in:
FunkyFr3sh 2024-05-22 23:51:48 +02:00
parent 504c2eb1c5
commit 0cf0533654
4 changed files with 27 additions and 3 deletions

View file

@ -17,6 +17,7 @@ void util_toggle_maximize();
void util_toggle_fullscreen();
BOOL util_unadjust_window_rect(LPRECT prc, DWORD dwStyle, BOOL fMenu, DWORD dwExStyle);
void util_set_window_rect(int x, int y, int width, int height, UINT flags);
BOOL CALLBACK util_enum_thread_wnd_proc(HWND hwnd, LPARAM lParam);
BOOL CALLBACK util_enum_child_proc(HWND hwnd, LPARAM lParam);
BOOL util_detect_low_res_screen();