mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 14:51:40 +00:00
- fixed mac compile(hopefully?)
This commit is contained in:
parent
af32edd054
commit
0df2779004
1 changed files with 1 additions and 0 deletions
|
@ -65,6 +65,7 @@ public:
|
|||
int GetClientWidth();
|
||||
int GetClientHeight();
|
||||
|
||||
virtual int GetTrueHeight() { return GetClientHeight(); }
|
||||
protected:
|
||||
int m_Lock;
|
||||
bool UpdatePending;
|
||||
|
|
Loading…
Reference in a new issue