Commit 94cdda13 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* More code cleanup for OSX vout. Man what a mess this is :)

parent e4ceccd3
...@@ -82,6 +82,7 @@ struct vout_sys_t ...@@ -82,6 +82,7 @@ struct vout_sys_t
NSAutoreleasePool *o_pool; NSAutoreleasePool *o_pool;
NSRect s_rect; NSRect s_rect;
VLCWindow * o_window; VLCWindow * o_window;
VLCQTView * o_qtview;
int i_opengl; int i_opengl;
int b_pos_saved; int b_pos_saved;
......
This diff is collapsed.
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