1
1
mirror of https://github.com/swaywm/sway synced 2024-09-30 04:51:18 +02:00
sway/sway
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
..
commands add config handlers 2018-02-24 13:34:47 -05:00
config copy config references for input and seat 2018-01-17 09:49:02 -05:00
desktop xwayland: do not send surface configure when no width/height 2018-03-03 16:37:14 +01:00
input take seat param for handle_command and rename 2018-02-24 12:50:24 -05:00
tree ipc new window event 2018-02-27 19:53:15 -05:00
base64.c Rework get_clipboard implementation 2017-07-07 21:51:34 +02:00
commands.c add config handlers 2018-02-24 13:34:47 -05:00
config.c Implement workspaces 2018-01-30 23:09:21 -05:00
criteria.c criteria cleanup 2018-01-21 14:11:41 -05:00
ipc-json.c ipc show focused container 2018-02-26 19:07:59 -05:00
ipc-server.c ipc new window event 2018-02-27 19:53:15 -05:00
main.c fix typos in comments/messages; add shutting down message 2018-01-05 00:07:34 +01:00
meson.build basic layout command 2018-02-22 18:37:14 -05:00
security.c Add minimal config subsystem 2017-12-05 10:40:55 +01:00
server.c take seat param for handle_command and rename 2018-02-24 12:50:24 -05:00
sway-bar.5.txt Various manpage edits 2017-10-14 21:41:49 +02:00
sway-input.5.txt document fallback seat 2017-12-19 04:52:03 -05:00
sway-security.7.txt Various manpage edits 2017-10-14 21:41:49 +02:00
sway.1.txt input and seat command docs 2017-12-16 08:19:33 -05:00
sway.5.txt Document updates to the output command 2018-02-25 11:35:31 -05:00