Browse Source

nvizlib: fix AGLPixelFmtID type

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@32552 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 17 năm trước cách đây
mục cha
commit
6a361513d8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;