]> Pileus Git - grits/commit - src/Makefile.am
Move OpenGL includes to a common place
authorAndy Spencer <andy753421@gmail.com>
Mon, 12 Dec 2011 05:37:20 +0000 (05:37 +0000)
committerAndy Spencer <andy753421@gmail.com>
Mon, 12 Dec 2011 05:39:27 +0000 (05:39 +0000)
commitce0016070b1fe7db3bd208d6148a776efd3f7d6e
tree414f1294babbef493519d570b2ae99225abc0f87
parent3431a57d2edcda77151d678ed10079c565d623aa
Move OpenGL includes to a common place

Apple seems to think the should put GL.h in OpenGL instead of GL..
putting it all gtkgl.h makes it a little easier, but requires gtkgl.h to
be included in the install and by grits.h.
15 files changed:
src/Makefile.am
src/grits-opengl.c
src/grits.h
src/gtkgl.h
src/objects/grits-marker.c
src/objects/grits-object.c
src/objects/grits-poly.c
src/objects/grits-tile.c
src/objects/grits-volume.c
src/plugins/elev.c
src/plugins/env.c
src/plugins/map.c
src/plugins/sat.c
src/plugins/test.c
src/roam.c