]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/intf.h
* Implement Crop in the ogl vout
[vlc] / modules / gui / macosx / intf.h
index 797f02b37bdbdf2c3cd08ff49854b1efe68433e0..49019c09670d4bc8ca842d6e2e1f737080c4c618 100644 (file)
@@ -230,6 +230,8 @@ struct intf_sys_t
     IBOutlet id o_mu_screen;
     IBOutlet id o_mi_aspect_ratio;
     IBOutlet id o_mu_aspect_ratio;
+    IBOutlet id o_mi_crop;
+    IBOutlet id o_mu_crop;
     IBOutlet id o_mi_subtitle;
     IBOutlet id o_mu_subtitle;
     IBOutlet id o_mi_deinterlace;