Windows: Don't use a non-portable anonymous struct in contex.h

This commit is contained in:
Elias Naur 2006-07-15 20:25:56 +00:00
parent 5e012ce2e1
commit 050638760e
5 changed files with 12 additions and 13 deletions

View file

@ -69,7 +69,6 @@ public class DisplayTest {
System.out.println("Info about current:");
System.out.println("Graphics card: " + Display.getAdapter() + ", version: " + Display.getVersion());
System.exit(1);
System.out.println("Resolution: " +
Display.getDisplayMode().getWidth() + "x" +
Display.getDisplayMode().getHeight() + "x" +