SetFullscreen => SetFullScreen
This commit is contained in:
parent
28ca883805
commit
271eb63083
8 changed files with 13 additions and 13 deletions
|
@ -80,7 +80,7 @@ class Window : public mate::EventEmitter,
|
|||
void Minimize();
|
||||
void Restore();
|
||||
bool IsMinimized();
|
||||
void SetFullscreen(bool fullscreen);
|
||||
void SetFullScreen(bool fullscreen);
|
||||
bool IsFullscreen();
|
||||
void SetSize(int width, int height);
|
||||
std::vector<int> GetSize();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue