throw an error for out of bounds window levels

This commit is contained in:
leethomas 2017-01-24 20:08:08 -08:00
parent fb741285c6
commit 1f5518b91e
6 changed files with 20 additions and 8 deletions

View file

@ -683,7 +683,7 @@ bool NativeWindowViews::IsClosable() {
}
void NativeWindowViews::SetAlwaysOnTop(bool top, const std::string& level,
int relativeLevel) {
int relativeLevel, std::string* error) {
window_->SetAlwaysOnTop(top);
}