expose actual ViewportWidth and ViewportHeight, too
This commit is contained in:
parent
3eda5c5ac4
commit
debd7350bf
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@ class CVideo
|
|||
public:
|
||||
int Width;
|
||||
int Height;
|
||||
int ViewportWidth;
|
||||
int ViewportHeight;
|
||||
int Depth;
|
||||
int ShaderIndex;
|
||||
bool FullScreen;
|
||||
|
|
Loading…
Add table
Reference in a new issue