Skip to content
Snippets Groups Projects
Commit 036da0fb authored by Camilla Löwy's avatar Camilla Löwy
Browse files

Added RandR header inclusion to native header.

Fixes #222.
parent c39ebfe1
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment