X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=vid_agl.c;h=bacbb5ffd4d23a47fa49765cc489711257aa097c;hb=c4fcd15162dfb3e4f467a35d6a827611b8ac9d42;hp=87559d36f19a980d4cf2b7f1336af3f9959087e5;hpb=4e863679a571cdf161e7e9a047dc0351e0a5eea6;p=xonotic%2Fdarkplaces.git diff --git a/vid_agl.c b/vid_agl.c index 87559d36..bacbb5ff 100644 --- 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();