custom window level as string
This commit is contained in:
parent
b35bde662a
commit
783d47f78b
7 changed files with 28 additions and 12 deletions
|
@ -487,7 +487,7 @@ bool Window::IsClosable() {
|
|||
}
|
||||
|
||||
void Window::SetAlwaysOnTop(bool top, mate::Arguments* args) {
|
||||
int level = 0;
|
||||
std::string level = "floating";
|
||||
args->GetNext(&level);
|
||||
window_->SetAlwaysOnTop(top, level);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue