]> git.sesse.net Git - vlc/blobdiff - modules/gui/minimal_macosx/voutgl.h
LibVLC VoD: remove exceptions
[vlc] / modules / gui / minimal_macosx / voutgl.h
index eba5ecadd06cc9b63a485cef77e2cbdc8c5e63e8..3e51ea08c9d4fb2031e9eddbd383795f8ede7d30 100644 (file)
@@ -33,18 +33,18 @@ struct vout_sys_t
 {
     NSAutoreleasePool * o_pool;
     VLCOpenGLVoutView * o_glview;
-    vlc_bool_t          b_saved_frame;
+    bool                b_saved_frame;
     NSRect              s_frame;
-    vlc_bool_t          b_got_frame;
+    bool                b_got_frame;
 
     /* Mozilla plugin-related variables */
-    vlc_bool_t          b_embedded;
+    bool                b_embedded;
     AGLContext          agl_ctx;
     AGLDrawable         agl_drawable;
     int                 i_offx, i_offy;
     int                 i_width, i_height;
     WindowRef           theWindow;
     WindowGroupRef      winGroup;
-    vlc_bool_t          b_clipped_out;
+    bool                b_clipped_out;
     Rect                clipBounds, viewBounds;
 };