Closed rogerallen closed 11 years ago
Looks like lwjgl acknowledge the bug & we'll wait for 2.9.1
Duh--need to enclose this fix in a
(if (= "Mac OS X" (System/getProperty "os.name")) ;; FIXME #27
(Display/setLocation 0 (- (.getHeight (Display/getDesktopDisplayMode)) height))
(Display/setLocation 0 0))
https://github.com/LWJGL/lwjgl/issues/27
describes the issue I'm having when I updated to 2.9.0 from 2.8.5 -- the window pops up in the lower-left instead of the upper left. It's like the origin changed...
I'm going to go back to 2.8.5 because the older behavior seems right. We'll see what happens on that bug...