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

@@ -16,7 +16,7 @@
* These elements are license under OSGPL as above, with Copyright (C) 2001-2004 Don Burns.
*/
#include <osgViewer/GraphicsWindowX11>
#include <osgViewer/api/X11/GraphicsWindowX11>
#include <X11/Xlib.h>
#include <X11/Xutil.h>