Merge pull request #46 from alphanu1/alphanu1-patch-46

Variable rename
This commit is contained in:
alphanu1 2018-04-30 17:51:51 +01:00 committed by GitHub
commit 3e17cbd2e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -200,7 +200,7 @@ static bool win32_set_window_decorations(void *data, bool on)
}
static bool win32_display_server_set_resolution(void *data,
unsigned width, unsigned height, int win_hz, float hz)
unsigned width, unsigned height, int int_hz, float hz)
{
LONG res;
DEVMODE curDevmode;

View File

@ -82,7 +82,7 @@ static bool x11_set_window_decorations(void *data, bool on)
}
static bool x11_set_resolution(void *data,
unsigned width, unsigned height, int win_hz, float hz)
unsigned width, unsigned height, int int_hz, float hz)
{
int i = 0;
int hfp = 0;