sway/sway/desktop
Dominique Martinet 95963e4a1f xwayland: do not send surface configure when no width/height
The code in apply_horiz_layout systematically does `set_position`
then `set_size`, so for new windows there is an invalid call.

For old windows there are two calls when only one is needed,
with the current code set_position could not send any surface
configure without impact, but in the future it might be needed?
Native wayland surfaces do not need to know where they are (the
set_position handled only updates the sway internal view variable),
why does X11 window need that?
2018-03-03 16:37:14 +01:00
..
output.c Fix wlr_render_with_matrix call 2018-02-26 19:04:57 -05:00
wl_shell.c Use focus for new windows xwayland/wl_shell 2018-02-25 12:55:19 -05:00
xdg_shell_v6.c Send surface enter/leave events 2018-02-25 17:23:36 -05:00
xwayland.c xwayland: do not send surface configure when no width/height 2018-03-03 16:37:14 +01:00