commit | 2bff94e057f91f6a483b34421bec2e24b9765f4f | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Tue Feb 11 12:22:51 2014 -0800 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Tue Feb 11 16:22:10 2014 -0800 |
tree | 3114f7ca640fedf565abfec3de5c3a2368e61649 | |
parent | cbb915816249a68c34e8a290ca89c8aae669c461 [diff] |
xdg-shell: Move "ping" and "pong" to xdg_shell, not xdg_surface Responsivenes is a per-client thing so we move the ping/pong functionality to xdg_shell. Having this per-window was carries over from the EWMH protocol, where the WM has no other way to do this. In wayland, the compositor can directly ping the client that owns the surface.