diff --git a/src/video/cocoa/cocoa_v.mm b/src/video/cocoa/cocoa_v.mm index 5392c67d6c..53fe6e6feb 100644 --- a/src/video/cocoa/cocoa_v.mm +++ b/src/video/cocoa/cocoa_v.mm @@ -550,6 +550,9 @@ void VideoDriver_Cocoa::MainLoopReal() @end +/** Register the cocoa video driver. */ +static FVideoDriver_CocoaQuartz iFVideoDriver_CocoaQuartz; + /** * Clear buffer to opaque black. * @param buffer Pointer to the buffer.