expose actual ViewportWidth and ViewportHeight, too

This commit is contained in:
Tim Felgentreff 2017-06-11 23:25:33 +02:00
parent 3eda5c5ac4
commit debd7350bf

View file

@ -11,6 +11,8 @@ class CVideo
public:
int Width;
int Height;
int ViewportWidth;
int ViewportHeight;
int Depth;
int ShaderIndex;
bool FullScreen;