]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/fspanel.h
macosx/fspanel: optimize image rendering for sliders and background
[vlc] / modules / gui / macosx / fspanel.h
index 5461e056774e1155a40e81cb663c6e5b95eea68b..ea06de86f45dd27bd1d67ccf4cbb08ecf062a14e 100644 (file)
@@ -71,7 +71,6 @@
 
 - (BOOL)isDisplayed;
 - (void)setVoutWasUpdated: (int)i_screen;
-- (void)adaptWindowSizeToScreen;
 @end
 
 @interface VLCFSPanelView : NSView
@@ -80,6 +79,7 @@
     NSButton *o_prev, *o_next, *o_bwd, *o_fwd, *o_play, *o_fullscreen;
     NSTextField *o_streamTitle_txt, *o_streamPosition_txt;
     NSSlider *o_fs_timeSlider, *o_fs_volumeSlider;
+    NSImage *o_background_img, *o_vol_sld_img, *o_vol_mute_img, *o_vol_max_img, *o_time_sld_img;
 }
 - (id)initWithFrame: (NSRect)frameRect;
 - (void)drawRect: (NSRect)rect;