Module: Mesa Branch: 7.9 Commit: 025d348dc14b9dbf8a9ee39978cb2a43f94b626d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=025d348dc14b9dbf8a9ee39978cb2a43f94b626d
Author: Jeremy Huddleston <[email protected]> Date: Mon Jun 13 12:00:55 2011 -0700 apple: applegl_destroy_context: Pass along the correct display Signed-off-by: Jeremy Huddleston <[email protected]> (cherry picked from commit c6cf82fb553405bee241170f6e51cafd751d46ea) --- src/glx/applegl_glx.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/glx/applegl_glx.c b/src/glx/applegl_glx.c index 9b8605f..e888a0f 100644 --- a/src/glx/applegl_glx.c +++ b/src/glx/applegl_glx.c @@ -43,7 +43,7 @@ static void applegl_destroy_context(struct glx_context *gc) { - apple_glx_destroy_context(&gc->driContext, gc->currentDpy); + apple_glx_destroy_context(&gc->driContext, gc->psc->dpy); } static int _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
