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;
@private
NSRect last_bounds;
CGRect last_bounds;
gint expected_dims[4];
GstGLWindowCB draw_cb;