tias / xinput_calibrator

A generic touchscreen calibration program for X.Org
http://www.freedesktop.org/wiki/Software/xinput_calibrator
Other
136 stars 105 forks source link

Use timerfd if available #43

Closed austriancoder closed 11 years ago

austriancoder commented 12 years ago

The timerfd interface is a Linux-specific set of functions that present POSIX timers as file descriptors (hence the fd) rather than signals thus avoiding all that tedious messing about with signal handlers. It was first implemented in GNU libc 2.8 and kernel 2.6.25.

Signed-off-by: Christian Gmeiner christian.gmeiner@gmail.com

austriancoder commented 12 years ago

Forgot the mention that this fixes a problem I had with cppcms:

http://comments.gmane.org/gmane.comp.lib.cppcms.user/1593

tias commented 11 years ago

Applying, thanks.