docs updated

This commit is contained in:
evgenyzinoviev 2016-01-19 16:07:51 +01:00
parent 2a554cb138
commit c3049e1e99
2 changed files with 44 additions and 5 deletions

View file

@ -789,7 +789,7 @@ bool NativeWindowViews::CanMaximize() const {
}
bool NativeWindowViews::CanMinimize() const {
#ifdef (OS_WIN)
#ifdef(OS_WIN)
return minimizable_;
#elif defined(USE_X11)
return true;