From 9400754a2b21cf6c5c3e43b8652073a217bcc262 Mon Sep 17 00:00:00 2001 From: alphanu1 <37101891+alphanu1@users.noreply.github.com> Date: Mon, 30 Apr 2018 17:51:28 +0100 Subject: [PATCH] Variable rename --- gfx/display_servers/dispserv_win32.c | 2 +- gfx/display_servers/dispserv_x11.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;