summaryrefslogtreecommitdiff
path: root/NxWidgets/nxwm/include/ctouchscreen.hxx
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-10 01:35:23 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-10 01:35:23 +0000
commit2bfda8161a877d7e618a37353f806981c0ab4a4b (patch)
treeed24ca0b53d7c523a4d09b961329fd081234457e /NxWidgets/nxwm/include/ctouchscreen.hxx
parent6b32872462ba7e069df10760d89806a9ae895006 (diff)
downloadnuttx-2bfda8161a877d7e618a37353f806981c0ab4a4b.tar.gz
nuttx-2bfda8161a877d7e618a37353f806981c0ab4a4b.tar.bz2
nuttx-2bfda8161a877d7e618a37353f806981c0ab4a4b.zip
More NxWM touchscreen fixes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4719 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'NxWidgets/nxwm/include/ctouchscreen.hxx')
-rw-r--r--NxWidgets/nxwm/include/ctouchscreen.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/NxWidgets/nxwm/include/ctouchscreen.hxx b/NxWidgets/nxwm/include/ctouchscreen.hxx
index 31c61623b..f8eaeaee8 100644
--- a/NxWidgets/nxwm/include/ctouchscreen.hxx
+++ b/NxWidgets/nxwm/include/ctouchscreen.hxx
@@ -45,9 +45,6 @@
#include <semaphore.h>
#include <nuttx/input/touchscreen.h>
-#include "cwidgeteventhandler.hxx"
-#include "iapplication.hxx"
-
/****************************************************************************
* Pre-processor Definitions
****************************************************************************/
@@ -63,7 +60,7 @@ namespace NxWM
* callibration data.
*/
- class CTouchscreen : public IApplication, private NXWidgets::CWidgetEventHandler
+ class CTouchscreen
{
private:
int m_touchFd; /**< File descriptor of the opened touchscreen device */