Added WindowData structures to GraphicsWindowX11,Win32 and Carbon to help support

GraphicsWindow inheriting their window handles from an external toolkit
This commit is contained in:
Robert Osfield
2007-03-16 13:22:05 +00:00
parent bfdc645a09
commit aa28f60357
7 changed files with 45 additions and 11 deletions

View File

@@ -367,7 +367,7 @@ void GraphicsWindowX11::useCursor(bool cursorOn)
}
void GraphicsWindowX11::init()
void GraphicsWindowX11::init(WindowData* inheritedWindowData)
{
if (_initialized) return;