allow feedback on window size; ask glfw how big a window we *actually* got.

This commit is contained in:
Chris Forbes
2010-02-18 08:18:46 +13:00
parent ecb92c45b6
commit a6d36fcb9a
4 changed files with 14 additions and 2 deletions

View File

@@ -28,6 +28,8 @@ namespace OpenRa.FileFormats.Graphics
IShader CreateShader( Stream stream );
Size WindowSize { get; }
void Begin();
void End();
void Clear( Color color );