mirror of
https://github.com/glfw/glfw.git
synced 2026-09-18 22:55:46 +00:00
Added define guards for XRandR code.
This commit is contained in:
@@ -250,7 +250,10 @@ GLFWGLOBAL struct {
|
||||
//------------------------------------------------------------------------
|
||||
typedef struct _GLFWmonitorX11
|
||||
{
|
||||
#if defined(_GLFW_HAS_XRANDR)
|
||||
XRROutputInfo* output;
|
||||
#endif /*_GLFW_HAS_XRANDR*/
|
||||
int dummy;
|
||||
} _GLFWmonitorX11;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user