From 1de940d7b46d53083f71a77d1714ca2a3156604d Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 3 Feb 2019 10:24:26 +0530 Subject: [PATCH] Forgot to commit this in the previous commit --- kitty/glfw-wrapper.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kitty/glfw-wrapper.h b/kitty/glfw-wrapper.h index 025f0f30c..148857be8 100644 --- a/kitty/glfw-wrapper.h +++ b/kitty/glfw-wrapper.h @@ -36,14 +36,14 @@ * semantic sugar for the number 1. You can also use `1` or `true` or `_True` * or `GL_TRUE` or whatever you want. */ -#define GLFW_TRUE 1 +#define GLFW_TRUE true /*! @brief Zero. * * Zero. Seriously. You don't _need_ to use this symbol in your code. It's * semantic sugar for the number 0. You can also use `0` or `false` or * `_False` or `GL_FALSE` or whatever you want. */ -#define GLFW_FALSE 0 +#define GLFW_FALSE false /*! @} */ /*! @name Key and button actions