mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-04 04:00:13 +01:00
XQuartz: GLX: Drawable does not contain resize anymore.
(cherry picked from commit 1e642f22fb)
This commit is contained in:
parent
1b30545c04
commit
a8e634b86d
1 changed files with 0 additions and 8 deletions
|
|
@ -471,13 +471,6 @@ static int __glXAquaContextForceCurrent(__GLXcontext *baseContext)
|
|||
}
|
||||
|
||||
/* Drawing surface notification callbacks */
|
||||
|
||||
static GLboolean __glXAquaDrawableResize(__GLXdrawable *base) {
|
||||
// Don't remove, <rdar://problem/7114913>
|
||||
GLAQUA_DEBUG_MSG("unimplemented glAquaDrawableResize\n");
|
||||
return GL_TRUE;
|
||||
}
|
||||
|
||||
static GLboolean __glXAquaDrawableSwapBuffers(__GLXdrawable *base) {
|
||||
CGLError err;
|
||||
__GLXAquaDrawable *drawable;
|
||||
|
|
@ -664,7 +657,6 @@ __glXAquaScreenCreateDrawable(__GLXscreen *screen,
|
|||
}
|
||||
|
||||
glxPriv->base.destroy = __glXAquaDrawableDestroy;
|
||||
glxPriv->base.resize = __glXAquaDrawableResize;
|
||||
glxPriv->base.swapBuffers = __glXAquaDrawableSwapBuffers;
|
||||
glxPriv->base.copySubBuffer = NULL; /* __glXAquaDrawableCopySubBuffer; */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue