mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 07:12:16 +00:00
- fixed linux compile
This commit is contained in:
parent
7d21fe6d75
commit
af32edd054
1 changed files with 1 additions and 0 deletions
|
@ -76,6 +76,7 @@ public:
|
||||||
|
|
||||||
SDL_Window *GetSDLWindow() override { return Screen; }
|
SDL_Window *GetSDLWindow() override { return Screen; }
|
||||||
|
|
||||||
|
virtual int GetTrueHeight() { return GetClientHeight(); }
|
||||||
protected:
|
protected:
|
||||||
bool CanUpdate();
|
bool CanUpdate();
|
||||||
void SetGammaTable(uint16_t *tbl);
|
void SetGammaTable(uint16_t *tbl);
|
||||||
|
|
Loading…
Reference in a new issue