gstglcaopengllayer: use the correct rectangle type for iOS and OS X

This commit is contained in:
Matthew Waters 2015-02-02 23:40:16 +11:00 committed by Tim-Philipp Müller
parent dac1e577e7
commit f3beaecfa0

View file

@ -35,7 +35,7 @@ G_BEGIN_DECLS
CGLContextObj gl_context; CGLContextObj gl_context;
@private @private
NSRect last_bounds; CGRect last_bounds;
gint expected_dims[4]; gint expected_dims[4];
GstGLWindowCB draw_cb; GstGLWindowCB draw_cb;