Hello Guest

[BUG] Fullscreen window returns the wrong size details

  • 0 Replies
  • 6741 Views
[BUG] Fullscreen window returns the wrong size details
« on: April 15, 2012, 01:19:01 »
The code in Display.java has a couple lines like:

      if (Display.isFullscreen()) {
         return Display.getDisplayMode().getWidth();
      }

This is a false assumption as things like NetWM fullscreen often do not match the displayMode size.   Bug is related to: http://lwjgl.org/forum/index.php/topic,4539.0.html