[GRASS-SVN] r34982 - grass/branches/releasebranch_6_4/lib/nviz
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Dec 21 14:01:35 EST 2008
Author: martinl
Date: 2008-12-21 14:01:34 -0500 (Sun, 21 Dec 2008)
New Revision: 34982
Removed:
grass/branches/releasebranch_6_4/lib/nviz/render.h
Log:
unused header removed
Deleted: grass/branches/releasebranch_6_4/lib/nviz/render.h
===================================================================
--- grass/branches/releasebranch_6_4/lib/nviz/render.h 2008-12-21 19:00:57 UTC (rev 34981)
+++ grass/branches/releasebranch_6_4/lib/nviz/render.h 2008-12-21 19:01:34 UTC (rev 34982)
@@ -1,45 +0,0 @@
-#ifndef __RENDER_H__
-#define __RENDER_H__
-
-#include <grass/gsurf.h>
-#include <grass/gstypes.h>
-
-/*** Windows headers ***/
-#if defined(OPENGL_WINDOWS)
-# define WIN32_LEAN_AND_MEAN
-# include <windows.h>
-# undef WIN32_LEAN_AND_MEAN
-# include <winnt.h>
-
-/*** X Window System headers ***/
-#elif defined(OPENGL_X11)
-# 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 ***/
-#elif defined(OPENGL_AQUA)
-# define Cursor QDCursor
-# include <AGL/agl.h>
-# undef Cursor
-# include <ApplicationServices/ApplicationServices.h>
-
-#else /* make sure only one platform defined */
-# error Unsupported platform, or confused platform defines...
-#endif
-
-typedef struct
-{
- Display *displayId; /* display connection */
- GLXContext contextId; /* GLX rendering context */
- Pixmap pixmap;
- GLXPixmap windowId;
-} render_window;
-
-#endif /* __RENDER_H__ */
More information about the grass-commit
mailing list