[GRASS-SVN] r53851 - grass/branches/releasebranch_6_4/include
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Nov 17 02:38:25 PST 2012
Author: martinl
Date: 2012-11-17 02:38:24 -0800 (Sat, 17 Nov 2012)
New Revision: 53851
Modified:
grass/branches/releasebranch_6_4/include/nviz.h
Log:
nvizlib: no need for !XmuLookupStandardColormap
(merge r53777 from devbr6)
Modified: grass/branches/releasebranch_6_4/include/nviz.h
===================================================================
--- grass/branches/releasebranch_6_4/include/nviz.h 2012-11-17 08:24:59 UTC (rev 53850)
+++ grass/branches/releasebranch_6_4/include/nviz.h 2012-11-17 10:38:24 UTC (rev 53851)
@@ -15,11 +15,6 @@
# include <X11/Xlib.h>
# include <X11/Xutil.h>
# include <X11/Xatom.h> /* for XA_RGB_DEFAULT_MAP atom */
-# if defined(__vms)
-# include <X11/StdCmap.h> /* for XmuLookupStandardColormap */
-# else
-# include <X11/Xmu/StdCmap.h> /* for XmuLookupStandardColormap */
-# endif
# include <GL/glx.h>
/*** Mac headers ***/
More information about the grass-commit
mailing list