[vlc-devel] commit: minimal_macosx: cleanup (Jean-Paul Saman )

git version control git at videolan.org
Fri Jul 24 14:28:35 CEST 2009


vlc | branch: master | Jean-Paul Saman <jpsaman at videolan.org> | Fri Jul 24 12:10:26 2009 +0200| [ded94a34593cf4aa0a862d73b8e04afd5bc18cd9] | committer: Jean-Paul Saman 

minimal_macosx: cleanup

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ded94a34593cf4aa0a862d73b8e04afd5bc18cd9
---

 modules/gui/minimal_macosx/voutgl.h |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/modules/gui/minimal_macosx/voutgl.h b/modules/gui/minimal_macosx/voutgl.h
index 5965dbb..3e51ea0 100644
--- a/modules/gui/minimal_macosx/voutgl.h
+++ b/modules/gui/minimal_macosx/voutgl.h
@@ -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;
 };




More information about the vlc-devel mailing list