diff --git a/gfx/display_servers/dispserv_win32.c b/gfx/display_servers/dispserv_win32.c index 6425d348cb..b668910550 100644 --- a/gfx/display_servers/dispserv_win32.c +++ b/gfx/display_servers/dispserv_win32.c @@ -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; diff --git a/gfx/display_servers/dispserv_x11.c b/gfx/display_servers/dispserv_x11.c index 6f3bf487d9..4a3bd0c465 100644 --- a/gfx/display_servers/dispserv_x11.c +++ b/gfx/display_servers/dispserv_x11.c @@ -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;