Allow setCursorPosition when mouse is grabbed
Fix cursor jumping after Mouse.setGrabbed()
Moved AWTSurfaceLock retry-loop to java to avoid non-standard sleep functions
Linux: try to work around crash on opengl library unload
Linux: Fixed crash
Mac OS X: Fix potential NPE
*** empty log message ***
Added Mouse.setCursorPosition(x, y)
Moved ALC error check to java. Fix linux type cast warnings
Converted ALC pointers from int to long