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:
@@ -367,7 +367,7 @@ void GraphicsWindowX11::useCursor(bool cursorOn)
|
||||
|
||||
}
|
||||
|
||||
void GraphicsWindowX11::init()
|
||||
void GraphicsWindowX11::init(WindowData* inheritedWindowData)
|
||||
{
|
||||
if (_initialized) return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user