]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - vid_agl.c
Travis build script: bump the min OS X version.
[xonotic/darkplaces.git] / vid_agl.c
index 87559d36f19a980d4cf2b7f1336af3f9959087e5..bacbb5ffd4d23a47fa49765cc489711257aa097c 100644 (file)
--- a/vid_agl.c
+++ b/vid_agl.c
@@ -1158,6 +1158,11 @@ long GetDictionaryLong(CFDictionaryRef d, const void *key)
     return value;
 }
 
+vid_mode_t *VID_GetDesktopMode(void)
+{
+       return NULL; // FIXME add desktopfullscreen
+}
+
 size_t VID_ListModes(vid_mode_t *modes, size_t maxcount)
 {
        CGDirectDisplayID mainDisplay = CGMainDisplayID();