mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-11 01:14:00 +00:00
Fix for Linux fullscreen mode problem with Compiz (http://lwjgl.org/forum/index.php/topic,3335.0.html)
This commit is contained in:
parent
1cdef6606b
commit
e0bfcca323
3 changed files with 8 additions and 1 deletions
|
|
@ -222,6 +222,8 @@ public class FullScreenWindowedTest {
|
|||
if (angleRotation > MAX_SPEED) {
|
||||
angleRotation = MAX_SPEED;
|
||||
}
|
||||
|
||||
while ( Mouse.next() );
|
||||
}
|
||||
/**
|
||||
* Cleans up the test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue