Added RandR header inclusion to native header.

Fixes #222.
master
Camilla Berglund ago%!(EXTRA string=11 years)
parent c39ebfe1b8
commit 036da0fb4e
  1. 1
      include/GLFW/glfw3native.h

@ -81,6 +81,7 @@ extern "C" {
#endif
#elif defined(GLFW_EXPOSE_NATIVE_X11)
#include <X11/Xlib.h>
#include <X11/extensions/Xrandr.h>
#else
#error "No window API specified"
#endif

Loading…
Cancel
Save