window: supports HTML5 fullscreen api

This commit is contained in:
deepak1556 2015-04-21 19:05:36 +05:30
parent 67bc4afe88
commit 20b4cae980
6 changed files with 24 additions and 5 deletions

View file

@ -369,7 +369,7 @@ void NativeWindowViews::SetFullScreen(bool fullscreen) {
#endif
}
bool NativeWindowViews::IsFullscreen() {
bool NativeWindowViews::IsFullscreen() const {
return window_->IsFullscreen();
}