Skip to content
Snippets Groups Projects
Commit 072f660d authored by Camilla Löwy's avatar Camilla Löwy
Browse files

Allow C99 booleans

parent 68dcea0d
No related branches found
No related tags found
No related merge requests found
......@@ -48,6 +48,8 @@
#define GLFW_INCLUDE_NONE
#include "../include/GLFW/glfw3.h"
#include <stdbool.h>
#define _GLFW_INSERT_FIRST 0
#define _GLFW_INSERT_LAST 1
......
......@@ -28,8 +28,6 @@
#include <xkbcommon/xkbcommon.h>
#include <xkbcommon/xkbcommon-compose.h>
#include <stdbool.h>
typedef VkFlags VkWaylandSurfaceCreateFlagsKHR;
typedef struct VkWaylandSurfaceCreateInfoKHR
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment