]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/fspanel.h
* forwardport: [18319], [18320]
[vlc] / modules / gui / macosx / fspanel.h
index 31bfe25ff4a6c62e76a0b31bf89a5ddb50db55bd..338aea2e633e02b133d07ca87ff1696c05f2f2c8 100644 (file)
@@ -33,6 +33,7 @@
 \r
     BOOL b_displayed;\r
     BOOL b_voutWasUpdated;\r
+    int i_device;\r
 }\r
 - (id)initWithContentRect: (NSRect)contentRect \r
                 styleMask: (unsigned int)aStyle \r
@@ -65,7 +66,7 @@
 - (void)mouseDragged:(NSEvent *)theEvent;\r
 \r
 - (BOOL)isDisplayed;\r
-- (void)setVoutWasUpdated;\r
+- (void)setVoutWasUpdated: (int) i_screen;\r
 @end\r
 \r
 @interface VLCFSPanelView : NSView\r