Commit f9208253 authored by Jean-Paul Saman's avatar Jean-Paul Saman

minimal_macosx: cleanup

(cherry picked from commit f5004eb5ea212cdf42c3fc8a22a37b3951000380)
Signed-off-by: default avatarJean-Paul Saman <jpsaman@videolan.org>
parent 909d207e
......@@ -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;
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment