• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
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

修订版c4ad108e668b680bfd0b67b1beaa3621175ff5ba (tree)
时间2012-08-03 00:07:23
作者Philipp Hagemeister <phihag@phih...>
CommiterPhilipp Hagemeister

Log Message

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

更改概述

差异

--- 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