Forgot to commit this in the previous commit

This commit is contained in:
Kovid Goyal 2019-02-03 10:24:26 +05:30
parent 9a2ff9e419
commit 1de940d7b4
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

4
kitty/glfw-wrapper.h generated
View File

@ -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