Browse Source

Fixed Linux build issue.

Brucey 6 years ago
parent
commit
cd85632638
1 changed files with 1 additions and 1 deletions
  1. 1 1
      glgraphics.mod/glgraphics.linux.c

+ 1 - 1
glgraphics.mod/glgraphics.linux.c

@@ -207,7 +207,7 @@ static Bool WaitForNotify(Display *display,XEvent *event,XPointer arg){
 
 void bbGLGraphicsShareContexts(){
 	if( _sharedContext ) return;
-	_sharedContext=bbGLGraphicsCreateGraphics(0,0,0,0,0);
+	_sharedContext=bbGLGraphicsCreateGraphics(0,0,0,0,0,0,0);
 }
 
 BBGLContext *bbGLGraphicsCreateGraphics( int width,int height,int depth,int hz,int flags, int x, int y ){