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

Add option for setting timeout value #67

Open edef opened 8 years ago

edef commented 8 years ago

This commit adds a '--timeout ' option by which users can specify the amount of seconds for the timeout, or 0 to disable it.

This is useful in those cases in which the default value (15 seconds) is too short or even too long.

Actually the existing '--no-timeout' has been kept for compatibility and is a shortcut for '--timeout 0'.