mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-04-25 02:40:56 +02:00
XQuartz: GLX: Fix prototype for swapBuffers
This was a regression introduced by 04a54f69a8
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
This commit is contained in:
parent
178da6534f
commit
b7a16117c6
1 changed files with 1 additions and 1 deletions
|
|
@ -471,7 +471,7 @@ static int __glXAquaContextForceCurrent(__GLXcontext *baseContext)
|
|||
}
|
||||
|
||||
/* Drawing surface notification callbacks */
|
||||
static GLboolean __glXAquaDrawableSwapBuffers(__GLXdrawable *base) {
|
||||
static GLboolean __glXAquaDrawableSwapBuffers(ClientPtr client, __GLXdrawable *base) {
|
||||
CGLError err;
|
||||
__GLXAquaDrawable *drawable;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue