From Blasius Czink, "when creating windows with decorations (titlebar) the mouse position

should be adjusted."
This commit is contained in:
Robert Osfield
2007-05-15 19:32:55 +00:00
parent e8cf7b22ad
commit 9cfff7fa19
2 changed files with 13 additions and 0 deletions

View File

@@ -128,6 +128,8 @@ class GraphicsWindowCarbon : public osgViewer::GraphicsWindow
WindowRef _window;
AGLContext _context;
AGLPixelFormat _pixelFormat;
int _windowTitleHeight;
private:
bool _closeRequested;