]> Pileus Git - grits/commit
Refactoring a lot of things. Taking all the opengl and GIS stuff out of
authorAndy Spencer <andy753421@gmail.com>
Tue, 4 Aug 2009 06:22:49 +0000 (06:22 +0000)
committerAndy Spencer <andy753421@gmail.com>
Tue, 4 Aug 2009 06:22:49 +0000 (06:22 +0000)
commit5e8bf923bce829075eb0754eecfd7e6b9b768a61
tree954031ed69ac460bb72847634685c5835f15420e
parentaba05890085cec97c631b5b8a25fd04c960ec203
Refactoring a lot of things. Taking all the opengl and GIS stuff out of
AWeather and putting it in a Gis prefix.
16 files changed:
src/Makefile.am
src/aweather-gui.c
src/aweather-gui.h
src/aweather-view.c [deleted file]
src/aweather-view.h [deleted file]
src/gis-opengl.c [new file with mode: 0644]
src/gis-opengl.h [new file with mode: 0644]
src/gis-view.c [new file with mode: 0644]
src/gis-view.h [new file with mode: 0644]
src/gis-world.c [new file with mode: 0644]
src/gis-world.h [new file with mode: 0644]
src/location.h
src/main.c
src/plugin-example.c
src/plugin-radar.c
src/plugin-ridge.c