• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

A generic touchscreen calibration program for X.Org


Commit MetaInfo

Revisãoc4ad108e668b680bfd0b67b1beaa3621175ff5ba (tree)
Hora2012-08-03 00:07:23
AutorPhilipp Hagemeister <phihag@phih...>
CommiterPhilipp Hagemeister

Mensagem de Log

Add include for pause()

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

Mudança Sumário

Diff

--- a/src/main_x11.cpp
+++ b/src/main_x11.cpp
@@ -20,6 +20,7 @@
2020 * THE SOFTWARE.
2121 */
2222
23+#include <unistd.h>
2324 #include "calibrator.hh"
2425 #include "gui/x11.hpp"
2526