Create new incliude/osgViewer/api directory to hold platform specific classes such as GraphicsWindow implementations.

Moved GraphicsWindowWin32,X11 and Carbon into their api/Win32, api/X11 and api/Carbon directories.
This commit is contained in:
Robert Osfield
2007-04-10 11:03:37 +00:00
parent a78e8d2b6b
commit cc1ab2c711
9 changed files with 6 additions and 287 deletions

View File

@@ -13,7 +13,7 @@
#ifdef __APPLE__
#include <osg/observer_ptr>
#include <osgViewer/GraphicsWindowCarbon>
#include <osgViewer/api/Carbon/GraphicsWindowCarbon>
#include <Carbon/Carbon.h>
#include <OpenGL/OpenGL.h>
using namespace osgViewer;