thedmd / pixeltoaster

PixelToaster is a framebuffer library for C++
45 stars 9 forks source link

add list of display modes and nearest mode matching algorithm #21

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
this is required to make fullscreen output reliable across multiple
platforms. at the moment, if the exact resolution is unavailable, the
fullscreen display open fails -- but the user has no way of querying the
set of display modes available. THIS IS LAME

FIX IT! :)

Original issue reported on code.google.com by glenn.fi...@gmail.com on 7 Sep 2006 at 4:06

GoogleCodeExporter commented 8 years ago
also included in this, the ability to query the current display mode in 
windowed systems - this will allow the user 
to decide what size their window is based on the aspect ratio of the user's 
display, assuming square pixels

Original comment by glenn.fi...@gmail.com on 27 Jan 2007 at 11:46