Merge pull request #11097 from alphanu1/master

Fix for dispserv win32 compile issue
This commit is contained in:
Autechre 2020-07-29 04:21:01 +02:00 committed by GitHub
commit 74cd3ab99f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ static bool win32_display_server_set_window_decorations(void *data, bool on)
}
static bool win32_display_server_set_resolution(void *data,
unsigned width, unsigned height, int int_hz, float hz, int center, int monitor_index, int xoffset)
unsigned width, unsigned height, int int_hz, float hz, int center, int monitor_index, int xoffset, int padjust)
{
DEVMODE dm = {0};
LONG res = 0;