Replace GL booleans with public macros

This commit is contained in:
Camilla Berglund
2015-08-23 19:30:04 +02:00
parent 13fbb4748a
commit 0eccf75f65
71 changed files with 581 additions and 557 deletions
+2 -2
View File
@@ -60,7 +60,7 @@ typedef struct _GLFWvidmodeWayland _GLFWvidmodeWayland;
typedef struct _GLFWwindowWayland
{
int width, height;
GLboolean visible;
GLFWbool visible;
struct wl_surface* surface;
struct wl_egl_window* native;
struct wl_shell_surface* shell_surface;
@@ -118,7 +118,7 @@ typedef struct _GLFWmonitorWayland
_GLFWvidmodeWayland* modes;
int modesCount;
int modesSize;
GLboolean done;
GLFWbool done;
int x;
int y;