[BUG] Display.setLocation regression in 2.9.0 (OSX)

Started by dlubarov, December 29, 2013, 10:39:40

Previous topic - Next topic

dlubarov

I'm on OSX 10.9. With lwjgl-2.8.5, Display.setLocation worked fine, but with lwjgl-2.9.0, it has no effect if the display has already been created. I looked at the code, and MacOSXDisplay's reshape method is just empty.

Related to this thread. There's sample code there.