Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LWJGL 2.9.0 window positioning issue #12

Closed
rogerallen opened this issue May 4, 2013 · 2 comments
Closed

LWJGL 2.9.0 window positioning issue #12

rogerallen opened this issue May 4, 2013 · 2 comments
Milestone

Comments

@rogerallen
Copy link
Member

LWJGL/lwjgl#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...

rogerallen added a commit that referenced this issue May 4, 2013
@rogerallen
Copy link
Member Author

Looks like lwjgl acknowledge the bug & we'll wait for 2.9.1

rogerallen referenced this issue Jul 24, 2013
… for me.

Fix issue #27 with this change, although we'll have to "unfix" it after we move to 2.9.1
@rogerallen
Copy link
Member Author

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))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant