Fullscreenable => FullScreenable

This commit is contained in:
Cheng Zhao 2016-01-22 23:47:37 -08:00
parent d6f2b7c982
commit 5372b6cd91
10 changed files with 24 additions and 24 deletions

View file

@ -495,10 +495,10 @@ bool NativeWindowViews::IsMaximizable() {
#endif
}
void NativeWindowViews::SetFullscreenable(bool maximizable) {
void NativeWindowViews::SetFullScreenable(bool maximizable) {
}
bool NativeWindowViews::IsFullscreenable() {
bool NativeWindowViews::IsFullScreenable() {
return true;
}