1
0
Fork 0

Platform/Unix/X11Display: Adding stub for enterFullscreen and exitFullscreen

This commit is contained in:
Henrik Hautakoski 2022-10-02 23:31:46 +02:00
parent 84f0a83bee
commit 0a5eb397c7
2 changed files with 14 additions and 0 deletions

View file

@ -44,6 +44,10 @@ public :
virtual void maximize();
virtual void enterFullscreen(DisplayMode mode);
virtual void exitFullscreen();
virtual void setCaption(const std::string& caption);
virtual void setIcon(unsigned int width, unsigned int height, const uint8_t *pixels);