Added RandR header inclusion to native header.

Fixes #222.
This commit is contained in:
Camilla Berglund 2014-07-28 21:19:50 +02:00
parent c39ebfe1b8
commit 036da0fb4e

View File

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