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 ...@@ -33,18 +33,18 @@ struct vout_sys_t
{ {
NSAutoreleasePool * o_pool; NSAutoreleasePool * o_pool;
VLCOpenGLVoutView * o_glview; VLCOpenGLVoutView * o_glview;
bool b_saved_frame; bool b_saved_frame;
NSRect s_frame; NSRect s_frame;
bool b_got_frame; bool b_got_frame;
/* Mozilla plugin-related variables */ /* Mozilla plugin-related variables */
bool b_embedded; bool b_embedded;
AGLContext agl_ctx; AGLContext agl_ctx;
AGLDrawable agl_drawable; AGLDrawable agl_drawable;
int i_offx, i_offy; int i_offx, i_offy;
int i_width, i_height; int i_width, i_height;
WindowRef theWindow; WindowRef theWindow;
WindowGroupRef winGroup; WindowGroupRef winGroup;
bool b_clipped_out; bool b_clipped_out;
Rect clipBounds, viewBounds; 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