mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-05 14:35:58 +00:00
Windows: Don't use a non-portable anonymous struct in contex.h
This commit is contained in:
parent
5e012ce2e1
commit
050638760e
5 changed files with 12 additions and 13 deletions
|
|
@ -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" +
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue