enumerate resolutions
use mixed case for prefs values
This commit is contained in:
@@ -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 ¶msOut );
|
||||
|
||||
Reference in New Issue
Block a user