]> git.mxchange.org Git - simgear.git/commit
- remove the SG_GLxxxx_H #defines, since OSG provides its own versions
authorehofman <ehofman>
Sun, 27 Jul 2008 16:10:36 +0000 (16:10 +0000)
committerehofman <ehofman>
Sun, 27 Jul 2008 16:10:36 +0000 (16:10 +0000)
commitc7cbb22667c901e6107dd099e02e9506f9fbd360
treeac29cb613fbcda96a04ca91e68e5a946c98b4446
parentff72b68731e512133fd1ab8c2684d60a277379d7
 - remove the SG_GLxxxx_H #defines, since OSG provides its own versions
 - this exposed a bizarre issue on Mac where dragging in <AGL/agl.h> in
   extensions.hxx was pulling in all of Carbon to the global namespace
   - very scary. As a result, I now need to explicitly include CoreFoundation
   in fg_init.cxx.
 - change SG_USING_STD(x) to using std::x

Issues:

 - the logic for X11 and Win32 in RenderTexture and extensions is tortured,
   please see if you agree I got all the ifdefs correct.
15 files changed:
simgear/compiler.h
simgear/scene/model/shadowvolume.cxx
simgear/scene/sky/bbcache.cxx
simgear/scene/sky/newcloud.cxx
simgear/screen/GLBitmaps.h
simgear/screen/RenderTexture.cpp
simgear/screen/RenderTexture.h
simgear/screen/TestRenderTexture.cpp
simgear/screen/extensions.hxx
simgear/screen/screen-dump.cxx
simgear/screen/screen-dump.hxx
simgear/screen/texture.cxx
simgear/screen/texture.hxx
simgear/screen/tr.cxx
simgear/screen/tr.h