diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2023-11-02 04:34:57 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2023-11-02 04:34:57 +0000 |
commit | 32aeb3c41fedbbd7b11aacfec48e8f699d16bff0 (patch) | |
tree | fc5893a490729ebf6b87b83eebf5d4ebfdfccf27 /lib/mesa/src/glx/driwindows_glx.c | |
parent | 286ec9d289bada8abb84753c461cfa3432866e98 (diff) |
Import Mesa 23.1.9
Diffstat (limited to 'lib/mesa/src/glx/driwindows_glx.c')
-rw-r--r-- | lib/mesa/src/glx/driwindows_glx.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/mesa/src/glx/driwindows_glx.c b/lib/mesa/src/glx/driwindows_glx.c index 3eb961dae..0c5540f38 100644 --- a/lib/mesa/src/glx/driwindows_glx.c +++ b/lib/mesa/src/glx/driwindows_glx.c @@ -79,8 +79,7 @@ driwindows_destroy_context(struct glx_context *context) } static int -driwindows_bind_context(struct glx_context *context, struct glx_context *old, - GLXDrawable draw, GLXDrawable read) +driwindows_bind_context(struct glx_context *context, GLXDrawable draw, GLXDrawable read) { struct driwindows_context *pcp = (struct driwindows_context *) context; struct driwindows_drawable *pdraw, *pread; @@ -101,7 +100,7 @@ driwindows_bind_context(struct glx_context *context, struct glx_context *old, } static void -driwindows_unbind_context(struct glx_context *context, struct glx_context *new) +driwindows_unbind_context(struct glx_context *context) { struct driwindows_context *pcp = (struct driwindows_context *) context; |