From 291b8efd79cf005f0568e72abf744a2ba34c9ca0 Mon Sep 17 00:00:00 2001 From: Jeremy Huddleston Date: Wed, 5 Aug 2009 16:13:10 -0700 Subject: [PATCH] XQuartz: Added a reminder not to purge a stub that can lead to a crash --- hw/xquartz/GL/indirect.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/xquartz/GL/indirect.c b/hw/xquartz/GL/indirect.c index e8ba4c773..39234b94f 100644 --- a/hw/xquartz/GL/indirect.c +++ b/hw/xquartz/GL/indirect.c @@ -430,6 +430,7 @@ static int __glXAquaContextForceCurrent(__GLXcontext *baseContext) /* Drawing surface notification callbacks */ static GLboolean __glXAquaDrawableResize(__GLXdrawable *base) { + // Don't remove, GLAQUA_DEBUG_MSG("unimplemented glAquaDrawableResize\n"); return GL_TRUE; }