re-enable maximize button
This commit is contained in:
parent
2d1b967630
commit
e34cd3b5e2
4 changed files with 48 additions and 32 deletions
|
@ -11,6 +11,7 @@
|
|||
void util_limit_game_ticks();
|
||||
void util_update_bnet_pos(int newX, int newY);
|
||||
BOOL util_get_lowest_resolution(float ratio, SIZE* outRes, DWORD minWidth, DWORD minHeight, DWORD maxWidth, DWORD maxHeight);
|
||||
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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue