]> Pileus Git - grits/commit - src/Makefile.am
Refactor GisViewer and GisOpenGL
authorAndy Spencer <andy753421@gmail.com>
Sat, 14 Nov 2009 13:38:33 +0000 (13:38 +0000)
committerAndy Spencer <andy753421@gmail.com>
Sat, 14 Nov 2009 13:38:33 +0000 (13:38 +0000)
commita15a1829ffbf0176930601ee9ac7cc0c07fa2d06
tree7481843a9886c3cc2f9088fff6554398582cac25
parenta2a902d978b6050289f7a92794fb1dc0aa2b5e26
Refactor GisViewer and GisOpenGL

- GisViewer is an abstract type that extends GtkDrawingArea
- GisOpenGL extends GisViewer and is the core of the library.
  It is always accessed though the GisViewer API
15 files changed:
src/Makefile.am
src/gis-opengl.c
src/gis-opengl.h
src/gis-plugin.c
src/gis-plugin.h
src/gis-prefs.c
src/gis-viewer.c
src/gis-viewer.h
src/gis_test.c
src/plugins/bmng.c
src/plugins/bmng.h
src/plugins/srtm.c
src/plugins/srtm.h
src/plugins/test.c
src/plugins/test.h