summaryrefslogtreecommitdiff
path: root/NxWidgets/nxwm/src/ccalibration.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'NxWidgets/nxwm/src/ccalibration.cxx')
-rw-r--r--NxWidgets/nxwm/src/ccalibration.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/NxWidgets/nxwm/src/ccalibration.cxx b/NxWidgets/nxwm/src/ccalibration.cxx
index 6e66f3028..82c12ebb3 100644
--- a/NxWidgets/nxwm/src/ccalibration.cxx
+++ b/NxWidgets/nxwm/src/ccalibration.cxx
@@ -43,6 +43,7 @@
#include "nxwmconfig.hxx"
#include "nxwmglyphs.hxx"
+#include "ctouchscreen.hxx"
#include "ccalibration.hxx"
/****************************************************************************
@@ -161,7 +162,7 @@ bool CCalibration::run(void)
// Wait for the next raw touchscreen input
struct touch_sample_s sample;
- while (!m_touchscreen->waitRawTouchData(sample));
+ while (!m_touchscreen->waitRawTouchData(&sample));
// Then process the raw touchscreen input
@@ -190,7 +191,7 @@ void CCalibration::stop(void)
void CCalibration::hide(void)
{
-#warning "Revisit"
+ // REVISIT
}
/**