diff options
| author | Ryan Dwyer <[email protected]> | 2018-04-30 21:24:13 +1000 | 
|---|---|---|
| committer | Drew DeVault <[email protected]> | 2018-05-01 07:46:57 -0400 | 
| commit | 630ba30e3c60cfe3f1018b4a1701f0c2a0f6da9a (patch) | |
| tree | da0aa984dd39f3501c4d9facd5c6a2f340ab2da4 /sway/desktop/xwayland.c | |
| parent | bf0603cd2d905554cc57d121b56b6708bb1d382b (diff) | |
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
Diffstat (limited to 'sway/desktop/xwayland.c')
| -rw-r--r-- | sway/desktop/xwayland.c | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/sway/desktop/xwayland.c b/sway/desktop/xwayland.c index aa9e1797..28f93d6e 100644 --- a/sway/desktop/xwayland.c +++ b/sway/desktop/xwayland.c @@ -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, | 
