[GRASS-SVN] r38125 - grass/trunk/swig/include
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Jun 30 12:00:29 EDT 2009
Author: glynn
Date: 2009-06-30 12:00:29 -0400 (Tue, 30 Jun 2009)
New Revision: 38125
Modified:
grass/trunk/swig/include/grass.i
Log:
Add functions/structures from colors.h
Modified: grass/trunk/swig/include/grass.i
===================================================================
--- grass/trunk/swig/include/grass.i 2009-06-30 15:57:49 UTC (rev 38124)
+++ grass/trunk/swig/include/grass.i 2009-06-30 16:00:29 UTC (rev 38125)
@@ -3,7 +3,12 @@
%include "grass/gis.h"
%include "grass/gisdefs.h"
+%include "grass/colors.h"
+%{
+#include <grass/colors.h>
+%}
+
%pythoncode %{
import sys
More information about the grass-commit
mailing list