Fixed wrong variable binding for WindowAttributes on asserts
This commit is contained in:
parent
9a05577df8
commit
2be3c142f0
2 changed files with 4 additions and 4 deletions
|
|
@ -258,8 +258,8 @@ impl Window {
|
|||
use self::wayland::internals::FFI;
|
||||
|
||||
// not implemented
|
||||
assert!(win_attribs.min_dimensions.is_none());
|
||||
assert!(win_attribs.max_dimensions.is_none());
|
||||
assert!(window.min_dimensions.is_none());
|
||||
assert!(window.max_dimensions.is_none());
|
||||
|
||||
let wayland_context = match *WAYLAND_CONTEXT {
|
||||
Some(ref c) => c,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue