Get rid of GLFWbool

This commit is contained in:
Kovid Goyal
2019-06-08 08:12:42 +05:30
parent 6bcab56988
commit fe62700825
42 changed files with 275 additions and 276 deletions

2
glfw/monitor.c vendored
View File

@@ -60,7 +60,7 @@ static int compareVideoModes(const void* fp, const void* sp)
// Retrieves the available modes for the specified monitor
//
static GLFWbool refreshVideoModes(_GLFWmonitor* monitor)
static bool refreshVideoModes(_GLFWmonitor* monitor)
{
int modeCount;
GLFWvidmode* modes;