GLFW: X11: Include X Shape extension headers

From upstream: 68e4261d73.
This commit is contained in:
Luflosi
2020-07-16 23:50:26 +02:00
parent 6a472bd6da
commit d7cd6edaa5
2 changed files with 5 additions and 2 deletions

3
glfw/x11_platform.h vendored
View File

@@ -51,6 +51,9 @@
// The XInput extension provides raw mouse motion input
#include <X11/extensions/XInput2.h>
// The Shape extension provides custom window shapes
#include <X11/extensions/shape.h>
// The libxkb library is used for improved keyboard support
#include "xkb_glfw.h"
#include "backend_utils.h"