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 include for pause() #42

Closed phihag closed 12 years ago

phihag commented 12 years ago

On debian Linux unstable, main_x11.cpp is missing an include:

main_x11.cpp: In function ‘int main(int, char**)’:
main_x11.cpp:34:15: error: ‘pause’ was not declared in this scope
tias commented 12 years ago

Both patches added, thanks!

Tias