XQuartz: Include os.h for OsAbort()
Fixes regression from 5b9a52be7e
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
This commit is contained in:
parent
b7a16117c6
commit
b117bc7a44
|
@ -31,6 +31,10 @@
|
||||||
|
|
||||||
#include "capabilities.h"
|
#include "capabilities.h"
|
||||||
|
|
||||||
|
#define Cursor X_Cursor
|
||||||
|
#include "os.h"
|
||||||
|
#undef Cursor
|
||||||
|
|
||||||
static void handleBufferModes(struct glCapabilitiesConfig *c, GLint bufferModes) {
|
static void handleBufferModes(struct glCapabilitiesConfig *c, GLint bufferModes) {
|
||||||
if(bufferModes & kCGLStereoscopicBit) {
|
if(bufferModes & kCGLStereoscopicBit) {
|
||||||
c->stereo = true;
|
c->stereo = true;
|
||||||
|
|
Loading…
Reference in New Issue