[BUG] Regression with Display.setLocation

Started by Freaken, April 20, 2013, 20:34:46

Previous topic - Next topic

Freaken

Hello
I've found this old topic: http://lwjgl.org/forum/index.php/topic,4673.0.html
I believe I'm experiencing the same issue here. I am using maven lwjgl dependency in the latest version - 2.8.5
My dependency looks like following:
<dependency>
    <groupId>org.lwjgl.lwjgl</groupId>
    <artifactId>lwjgl</artifactId>
    <version>2.8.5</version>
</dependency>

I am using central maven repository.
Is there different repository or different groupId that contains newer version or is there some regression with Display.setLocation?