throw an error for out of bounds window levels
This commit is contained in:
parent
fb741285c6
commit
1f5518b91e
6 changed files with 20 additions and 8 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue