]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/intf.h
* intf.* : try to restore an a bit more intelligent behavior for the playlist toggle...
[vlc] / modules / gui / macosx / intf.h
index 31e2169fe62abf7d31cf7e556e96d349050a195e..c63b52a1bfe8ce28ef5b2a9dcf9248a0ea782ec4 100644 (file)
@@ -234,10 +234,13 @@ struct intf_sys_t
     IBOutlet id o_dmi_next;
     IBOutlet id o_dmi_previous;
     IBOutlet id o_dmi_mute;
-    
+
     bool b_small_window;
-    
+
     mtime_t i_end_scroll;
+
+    NSSize o_size_with_playlist;
+
 }
 
 + (VLCMain *)sharedInstance;