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
					
				| 
						 | 
					@ -471,7 +471,7 @@ static int __glXAquaContextForceCurrent(__GLXcontext *baseContext)
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Drawing surface notification callbacks */
 | 
					/* Drawing surface notification callbacks */
 | 
				
			||||||
static GLboolean __glXAquaDrawableSwapBuffers(__GLXdrawable *base) {
 | 
					static GLboolean __glXAquaDrawableSwapBuffers(ClientPtr client, __GLXdrawable *base) {
 | 
				
			||||||
    CGLError err;
 | 
					    CGLError err;
 | 
				
			||||||
    __GLXAquaDrawable *drawable;
 | 
					    __GLXAquaDrawable *drawable;
 | 
				
			||||||
 
 | 
					 
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue