swayfx/sway
Ryan Dwyer 96c8c02483 Fix flash of background when xwayland views are mapped
A flash of background was happening for two reasons:

1) We were using the xsurface's dimensions to check if the surface is
ready, but these are pending dimensions.
2) In my particular setup, the default geometry of the xsurface does not
intersect any output, which prevented it from receiving a frame done
event. This made the transaction time out and the client would only
redraw once it's been rendered.
2018-06-30 14:30:14 +10:00
..
commands Merge remote-tracking branch 'upstream/master' into atomic 2018-06-29 20:04:24 +10:00
config Store sway_outputs so that they can be reenabled 2018-06-06 20:11:24 -04:00
desktop Fix flash of background when xwayland views are mapped 2018-06-30 14:30:14 +10:00
input Merge remote-tracking branch 'upstream/master' into atomic 2018-06-29 20:04:24 +10:00
tree Move unsetting of view->surface into view_unmap 2018-06-27 17:54:57 +10:00
base64.c Rework get_clipboard implementation 2017-07-07 21:51:34 +02:00
commands.c Implement gaps (PR #2047) 2018-06-09 09:34:56 -04:00
config.c Refactor everything that needs to arrange windows 2018-06-09 10:11:25 +10:00
criteria.c sway/criteria: gcc string truncation warning fix 2018-06-08 22:30:13 +09:00
debug-tree.c Add L_FLOATING back to debug tree 2018-06-01 23:14:58 +10:00
ipc-json.c Fix compilation errors related to disabled outputs 2018-06-09 11:38:16 +01:00
ipc-server.c Switch output storing from list_t to wl_list 2018-06-06 20:11:24 -04:00
main.c Remove incorrect assertion and supporting code 2018-06-26 20:18:57 +10:00
meson.build Merge remote-tracking branch 'upstream/master' into atomic 2018-06-29 20:04:24 +10:00
security.c Add minimal config subsystem 2017-12-05 10:40:55 +01:00
server.c Merge remote-tracking branch 'upstream/master' into atomic 2018-06-29 20:04:24 +10:00
sway-bar.5.scd Add sway-bar(5) 2018-05-11 21:13:43 -04:00
sway-input.5.scd Add sway-input(5) 2018-05-11 21:25:05 -04:00
sway.1.scd Add sway(5) 2018-05-11 21:03:43 -04:00
sway.5.scd Support i3's legacy force_focus_wrapping command 2018-05-28 11:09:46 -04:00