]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/misc.h
Fix main screen detection on Mac OS X.
[vlc] / modules / gui / macosx / misc.h
index 9cb548e1096956813ef1bc9a10a4676baa95d2e1..6a636d81c21d30ff66241e4a8946d17bd07cefab 100644 (file)
@@ -41,6 +41,7 @@
 @interface NSScreen (VLCAdditions)
 
 + (NSScreen *)screenWithDisplayID: (CGDirectDisplayID)displayID;
+- (BOOL)isMainScreen;
 - (CGDirectDisplayID)displayID;
 - (void)blackoutOtherScreens;
 + (void)unblackoutScreens;