wayland: implement set_resizable (#565)
This commit is contained in:
parent
233ac4aed2
commit
ced1616e51
4 changed files with 11 additions and 4 deletions
|
|
@ -237,7 +237,7 @@ impl Window {
|
|||
pub fn set_resizable(&self, resizable: bool) {
|
||||
match self {
|
||||
&Window::X(ref w) => w.set_resizable(resizable),
|
||||
&Window::Wayland(ref _w) => unimplemented!(),
|
||||
&Window::Wayland(ref w) => w.set_resizable(resizable),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue