فهرست منبع

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;