]> git.sesse.net Git - vlc/blobdiff - projects/macosx/vlc_app/Sources/VLCAppAdditions.h
vlc_app: New media layer view. Enabled by default. Set bindings from resources. ...
[vlc] / projects / macosx / vlc_app / Sources / VLCAppAdditions.h
index 758c44a97608a247f1a9357645e6d4840b488956..b9a5c8bd7f98836b2064175007c1145b306839e2 100644 (file)
@@ -55,9 +55,7 @@
  *****************************************************************************/
 @interface VLCOneSplitView : NSSplitView
 {
-    BOOL fixedCursorDuringResize;
 }
-@property (assign) BOOL fixedCursorDuringResize;
 - (float)sliderPosition;
 - (void)setSliderPosition:(float)newPosition;
 @end
 @interface NSImageView (VLCAppAdditions)
 - (BOOL)mouseDownCanMoveWindow;
 @end
+
+/*****************************************************************************
+ * NSImage (VLCAppAdditions)
+ *
+ *  Make the image view move the window by mouse down by default
+ *****************************************************************************/
+
+@interface NSImage (VLCAppAdditions)
+- (CGImageRef)CGImage;
+@end