Merge pull request #30 from vberger/master

wayland: sync drawn border size on window creation
This commit is contained in:
tomaka 2016-11-02 20:38:11 +01:00 committed by GitHub
commit 8a1f4d6669

View file

@ -87,6 +87,8 @@ impl Window {
} else if attributes.decorations {
decorated.set_decorate(true);
}
// Finally, set the decorations size
decorated.resize(width as i32, height as i32);
}
// init general handler