gl/caopengllayer: fix non-existent selector warning

557ca6fda5 introduced the queueResize
call without implementing the selector
This commit is contained in:
Matthew Waters 2015-09-17 22:17:24 +10:00
parent 0f0bf863fa
commit f82840ce88

View file

@ -135,6 +135,10 @@ _context_ready (gpointer data)
return self->gl_context;
}
- (void)queueResize {
self->queue_resize = TRUE;
}
- (void)releaseCGLContext:(CGLContextObj)glContext {
CGLReleaseContext (glContext);
}