소스 검색

Fixed flags type. Resolves #216

Brucey 3 년 전
부모
커밋
15283ee325
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      glgraphics.mod/glgraphics.linux.c

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

@@ -194,7 +194,7 @@ static void _validateContext( BBGLContext *context ){
 	bbSetSystemWindow(context->window);
 }
 
-void bbGLGraphicsGetSettings( BBGLContext *context,int *width,int *height,int *depth,int *hertz,int *flags ){
+void bbGLGraphicsGetSettings( BBGLContext *context,int *width,int *height,int *depth,int *hertz,BBInt64 *flags ){
 	_validateSize( context );
 	*width=context->width;
 	*height=context->height;