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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user