mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-07 19:30:31 +01:00
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
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue