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

minimal_macosx: cleanup

parent 40b3a5a1
......@@ -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