*** empty log message ***

This commit is contained in:
gephilipp 2007-07-02 21:59:05 +00:00
parent 8d8a4cf620
commit f99d339ddf

View File

@ -1039,6 +1039,8 @@ bool osxGraphicsWindow::OSOpenWindow(WindowProperties &req_properties)
NSWindow* childWindow = [[NSWindow alloc] initWithWindowRef:_osx_window]; NSWindow* childWindow = [[NSWindow alloc] initWithWindowRef:_osx_window];
[childWindow setFrameOrigin:origin]; [childWindow setFrameOrigin:origin];
[childWindow setAcceptsMouseMovedEvents:YES];
[childWindow setBackgroundColor:[NSColor blackColor]];
[parentWindow addChildWindow:childWindow ordered:NSWindowAbove]; [parentWindow addChildWindow:childWindow ordered:NSWindowAbove];
[childWindow orderFront:nil]; [childWindow orderFront:nil];