XQuartz: Added a reminder not to purge a stub that can lead to a crash

This commit is contained in:
Jeremy Huddleston 2009-08-05 16:13:10 -07:00
parent dc7a527563
commit 291b8efd79

View file

@ -430,6 +430,7 @@ 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;
}