libinput/tools
Peter Hutterer fe8e6706bd tools: switch signal handler in event-debug
Under gdb, signalfd will still deliver the signal when gdb itself is
interrupted and quit event-debug. For a debugging tool, that's not optimal.
Switch to a normal signal handler instead, signalfd is overkill here anyway.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Jonas Ådahl <jadahl@gmail.com>
2015-01-08 13:19:55 +10:00
..
.gitignore tools: add a tool for GUI-based debugging 2014-06-23 14:53:27 +10:00
event-debug.c tools: switch signal handler in event-debug 2015-01-08 13:19:55 +10:00
event-gui.c tools: pass the userdata to the context 2014-12-23 11:14:39 +10:00
Makefile.am tools: use the new shared lib from event-gui 2014-12-23 10:50:31 +10:00
publish-doc tools: fix the publish-doc script 2014-06-16 16:44:34 +10:00
shared.c tools: pass the userdata to the context 2014-12-23 11:14:39 +10:00
shared.h tools: pass the userdata to the context 2014-12-23 11:14:39 +10:00