Variable rename
This commit is contained in:
parent
fdddbb713d
commit
9400754a2b
|
@ -200,7 +200,7 @@ static bool win32_set_window_decorations(void *data, bool on)
|
||||||
}
|
}
|
||||||
|
|
||||||
static bool win32_display_server_set_resolution(void *data,
|
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;
|
LONG res;
|
||||||
DEVMODE curDevmode;
|
DEVMODE curDevmode;
|
||||||
|
|
|
@ -82,7 +82,7 @@ static bool x11_set_window_decorations(void *data, bool on)
|
||||||
}
|
}
|
||||||
|
|
||||||
static bool x11_set_resolution(void *data,
|
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 i = 0;
|
||||||
int hfp = 0;
|
int hfp = 0;
|
||||||
|
|
Loading…
Reference in New Issue