summaryrefslogtreecommitdiffstats
path: root/jogl.iml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2019-04-05 05:54:48 +0200
committerSven Gothel <[email protected]>2019-04-05 05:54:48 +0200
commit1c697274a3c1e976bd9c9b089d6583edf4f346ae (patch)
tree81e34ba1c905a36dc5bd6b090b9f79b3ccab8ea6 /jogl.iml
parent38cb6fa11f00fb358b8bbe40dc79443a5f30269f (diff)
Bug 1370: Call from Main-Thread: NW's OSXUtil.CreateNSWindow0(..) and NEWT's WindowDriver.createWindow0(..)
OSX 10.14.3 Mojave issues a WARNING: NSWindow drag regions should only be invalidated on the Main Thread! This will throw an exception in the future. The complaint about NativeWindow (NW)'s OSXUtil.CreateNSWindow0(..) might be valid, which does create a NS Window instance w/ NSView and framebuffer initialized. However, the complaint about NEWT's WindowDriver.createWindow0(..) is not, since the initialization incl framebuffer happened later on the main thread. Regardless, encapsulated both construction fully to run on the Main-Thread. +++ Originally the Main-Thread design spec was like: Must run on Main-Thread when or after making visible. Oh well.
Diffstat (limited to 'jogl.iml')
0 files changed, 0 insertions, 0 deletions