gl/caopengllayer: fix non-existent selector warning
557ca6fda5f831be4aba5819bf7b30b296e575cd introduced the queueResize call without implementing the selector
This commit is contained in:
parent
0f0bf863fa
commit
f82840ce88
@ -135,6 +135,10 @@ _context_ready (gpointer data)
|
|||||||
return self->gl_context;
|
return self->gl_context;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
- (void)queueResize {
|
||||||
|
self->queue_resize = TRUE;
|
||||||
|
}
|
||||||
|
|
||||||
- (void)releaseCGLContext:(CGLContextObj)glContext {
|
- (void)releaseCGLContext:(CGLContextObj)glContext {
|
||||||
CGLReleaseContext (glContext);
|
CGLReleaseContext (glContext);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user