瀏覽代碼

AGLPixelFmtID -> AGLPixelFmt

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@32129 15284696-431f-4ddb-bdfa-cd5b030d7da7
Glynn Clements 17 年之前
父節點
當前提交
e7ccbe8c50
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/nviz.h

+ 1 - 1
include/nviz.h

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