Olivier Fourdan e75d9a5237 wayland: Implement force-quit using kill()
The X11 backend uses EWMH's _NET_WM_PID to get the PID of an offending
client and kill its PID to force the client to terminate.

The Wayland backend is using a Wayland protocol error, but if the client
is hung, that will not be sufficient to kill the client.

Retrieve the client PID under Wayland using the Wayland client API
wl_client_get_credentials() and kill() the client the same way the X11
backend does.

https://bugzilla.gnome.org/show_bug.cgi?id=767464
2016-06-10 11:50:17 +02:00
2015-11-09 10:25:40 -05:00
2015-07-06 00:52:18 -07:00
2016-05-26 19:27:56 +00:00
2014-03-18 20:37:35 -04:00
2016-03-21 14:58:09 -07:00
2016-05-10 22:15:58 +02:00
2015-07-06 00:52:18 -07:00
2014-07-31 17:50:28 +02:00
2016-05-10 22:15:58 +02:00
Description
91 MiB
Languages
C 98.9%
Meson 0.7%
Python 0.3%