Skip to content

Commit

Permalink
linux: workaround for radeon/mesa dri driver window recreation problems
Browse files Browse the repository at this point in the history
  • Loading branch information
tfg13 committed Sep 6, 2014
1 parent e74811e commit e3b84f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/java/org/lwjgl/opengl/Display.java
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,6 @@ private static void destroyWindow() {
if ( parent != null ) {
parent.removeComponentListener(component_listener);
}
releaseDrawable();

// Automatically destroy keyboard & mouse
if ( Mouse.isCreated() ) {
Expand Down

0 comments on commit e3b84f2

Please sign in to comment.