compositor: Drop core ping_handler callout
authorKristian Høgsberg <krh@bitplanet.net>
Wed, 12 Feb 2014 00:35:22 +0000 (16:35 -0800)
committerKristian Høgsberg <krh@bitplanet.net>
Wed, 12 Feb 2014 00:35:22 +0000 (16:35 -0800)
commite11ef64534d7faed2a2efa1f03d2b8e330b2eb6b
treeae9915e9c721d890c83f6817c7640357c871461e
parentfe84a97f173b61528074ad9dd27a77214a353406
compositor: Drop core ping_handler callout

This was always a little iffy.  At least it could have been a signal,
but we now have focus signal, so lets just use that.  We lose
the ability to detect unresponsive clients at key event time, but we
could add that back by adding a key_signal.
desktop-shell/shell.c
src/compositor.c
src/compositor.h
src/input.c