]> git.sesse.net Git - vlc/commitdiff
minimal_macosx: cleanup
authorJean-Paul Saman <jpsaman@videolan.org>
Fri, 24 Jul 2009 10:10:26 +0000 (12:10 +0200)
committerJean-Paul Saman <jpsaman@videolan.org>
Fri, 24 Jul 2009 12:26:29 +0000 (14:26 +0200)
modules/gui/minimal_macosx/voutgl.h

index 5965dbb58540b5b8c944a697f12a82d476ecb6dd..3e51ea08c9d4fb2031e9eddbd383795f8ede7d30 100644 (file)
@@ -33,18 +33,18 @@ struct vout_sys_t
 {
     NSAutoreleasePool * o_pool;
     VLCOpenGLVoutView * o_glview;
-    bool          b_saved_frame;
+    bool                b_saved_frame;
     NSRect              s_frame;
-    bool          b_got_frame;
+    bool                b_got_frame;
 
     /* Mozilla plugin-related variables */
-    bool          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;
-    bool          b_clipped_out;
+    bool                b_clipped_out;
     Rect                clipBounds, viewBounds;
 };