mirror of
https://github.com/glfw/glfw.git
synced 2024-11-14 18:34:34 +00:00
Fixed naming according to coding convention
Made a function camelCase.
This commit is contained in:
parent
8fe887fe00
commit
6f08e09191
@ -330,7 +330,7 @@ BOOL loadWin7MonitorPointers(AccurateMonitorNameRequiredData *io_ptrs)
|
|||||||
}
|
}
|
||||||
|
|
||||||
// If the returned pointer is valid (not NULL) the caller of this function is in charge of freeing the memory when he is done.
|
// If the returned pointer is valid (not NULL) the caller of this function is in charge of freeing the memory when he is done.
|
||||||
static char * GetAccurateMonitorName(const WCHAR *deviceName)
|
static char * getAccurateMonitorName(const WCHAR *deviceName)
|
||||||
{
|
{
|
||||||
AccurateMonitorNameRequiredData dllPointers;
|
AccurateMonitorNameRequiredData dllPointers;
|
||||||
DISPLAYCONFIG_PATH_INFO *paths;
|
DISPLAYCONFIG_PATH_INFO *paths;
|
||||||
|
Loading…
Reference in New Issue
Block a user