enumerate resolutions

use mixed case for prefs values
This commit is contained in:
Chris Danford
2005-11-26 07:22:33 +00:00
parent b948f686cc
commit 730a113ed6
22 changed files with 246 additions and 103 deletions
@@ -3,7 +3,8 @@
#define GRAPHICS_WINDOW_H
#include <windows.h>
struct VideoModeParams; // for VideoModeParams
class VideoModeParams;
class DisplayResolutions;
namespace GraphicsWindow
{
@@ -20,6 +21,8 @@ namespace GraphicsWindow
void DestroyGraphicsWindow();
void ConfigureGraphicsWindow( const VideoModeParams &p );
void GetDisplayResolutions( DisplayResolutions &out );
LRESULT CALLBACK GraphicsWindow_WndProc( HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam );
void GetParams( VideoModeParams &paramsOut );