Module: Mesa Branch: 7.10 Commit: 5255e844afb7b2618cfdbe9a724d95382dc203f8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5255e844afb7b2618cfdbe9a724d95382dc203f8
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
