Przeglądaj źródła

nvizlib: fix AGLPixelFmtID type

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@32552 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 17 lat temu
rodzic
commit
6a361513d8
1 zmienionych plików z 1 dodań i 1 usunięć
  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;