From 7e34b91b6d401b3434ba650c617510bc6b9aedd4 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 10 Apr 2007 11:09:38 +0000 Subject: [PATCH] Updated wrapper to honour move of GraphicsWindow* include/osgViewer/api/ --- genwrapper.conf | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/genwrapper.conf b/genwrapper.conf index c87910827..1261be546 100644 --- a/genwrapper.conf +++ b/genwrapper.conf @@ -38,10 +38,9 @@ end ############################################################################# -ignore file "osgViewer/GraphicsWindowX11" -ignore file "osgViewer/GraphicsWindowWin32" -ignore file "osgViewer/GraphicsWindowCocoa" -ignore file "osgViewer/GraphicsWindowCarbon" +ignore file "osgViewer/api/X11/GraphicsWindowX11" +ignore file "osgViewer/api/Win32/GraphicsWindowWin32" +ignore file "osgViewer/api/Cocoa/GraphicsWindowCocoa" #############################################################################