mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-28 16:29:51 +00:00
XQuartz: Include os.h for OsAbort()
Fixes regression from 5b9a52be7e
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
This commit is contained in:
@@ -31,6 +31,10 @@
|
||||
|
||||
#include "capabilities.h"
|
||||
|
||||
#define Cursor X_Cursor
|
||||
#include "os.h"
|
||||
#undef Cursor
|
||||
|
||||
static void handleBufferModes(struct glCapabilitiesConfig *c, GLint bufferModes) {
|
||||
if(bufferModes & kCGLStereoscopicBit) {
|
||||
c->stereo = true;
|
||||
|
||||
Reference in New Issue
Block a user