소스 검색

nvizlib: fix AGLPixelFmtID type

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@32552 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 17 년 전
부모
커밋
6a361513d8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      include/nviz.h

+ 1 - 1
include/nviz.h

@@ -122,7 +122,7 @@ struct render_window
     GLXPixmap windowId;
     Pixmap pixmap;
 #elif defined(OPENGL_AQUA)
-    AGLPixelFmt pixelFmtId;
+    AGLPixelFmtID pixelFmtId;
     AGLContext contextId;
     AGLPixmap windowId;
     GWorldPtr pixmap;