mirror of
https://github.com/swaywm/sway.git
synced 2025-11-15 06:59:50 -05:00
Implement borders
Implements rendering of borders. Title text is still to do. Implements the following configuration directives: * client.focused * client.focused_inactive * client.unfocused * client.urgent * border * default_border
This commit is contained in:
parent
b84dfa794c
commit
e67f354333
15 changed files with 447 additions and 74 deletions
|
|
@ -163,8 +163,6 @@ static void configure(struct sway_view *view, double ox, double oy, int width,
|
|||
return;
|
||||
}
|
||||
|
||||
view_update_position(view, ox, oy);
|
||||
|
||||
xwayland_view->pending_width = width;
|
||||
xwayland_view->pending_height = height;
|
||||
wlr_xwayland_surface_configure(xsurface, ox + loutput->x, oy + loutput->y,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue