]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/misc.h
Compare two NSScreen using their display id, rather than their pointer values. (point...
[vlc] / modules / gui / macosx / misc.h
index 6a636d81c21d30ff66241e4a8946d17bd07cefab..a2dfefd7c0e718b1da975ba139b9020248d19c2b 100644 (file)
@@ -42,6 +42,7 @@
 
 + (NSScreen *)screenWithDisplayID: (CGDirectDisplayID)displayID;
 - (BOOL)isMainScreen;
+- (BOOL)isScreen: (NSScreen*)screen;
 - (CGDirectDisplayID)displayID;
 - (void)blackoutOtherScreens;
 + (void)unblackoutScreens;