You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and dots ('.'), can be up to 35 characters long. Letters must be lowercase.
14 lines
532 B
14 lines
532 B
/* Configure build time options of GLFW */ |
|
|
|
/* Define this to 1 if XRandR is available */ |
|
#cmakedefine _GLFW_HAS_XRANDR 1 |
|
/* Define this to 1 if Xf86VidMode is available */ |
|
#cmakedefine _GLFW_HAS_XF86VIDMODE 1 |
|
|
|
/* Define this to 1 if glXGetProcAddress is available */ |
|
#cmakedefine _GLFW_HAS_GLXGETPROCADDRESS 1 |
|
/* Define this to 1 if glXGetProcAddressARB is available */ |
|
#cmakedefine _GLFW_HAS_GLXGETPROCADDRESSARB 1 |
|
/* Define this to 1 if glXGetProcAddressEXT is available */ |
|
#cmakedefine _GLFW_HAS_GLXGETPROCADDRESSEXT 1 |
|
|
|
|