window: supports HTML5 fullscreen api
This commit is contained in:
parent
67bc4afe88
commit
20b4cae980
6 changed files with 24 additions and 5 deletions
|
@ -369,7 +369,7 @@ void NativeWindowViews::SetFullScreen(bool fullscreen) {
|
|||
#endif
|
||||
}
|
||||
|
||||
bool NativeWindowViews::IsFullscreen() {
|
||||
bool NativeWindowViews::IsFullscreen() const {
|
||||
return window_->IsFullscreen();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue