summaryrefslogtreecommitdiff
path: root/NxWidgets/nxwm/src/cfullscreenwindow.cxx
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-09 22:30:19 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-09 22:30:19 +0000
commit6b32872462ba7e069df10760d89806a9ae895006 (patch)
tree8ffa46c052f35e2c47106b80ecd1a2a9f1cc75be /NxWidgets/nxwm/src/cfullscreenwindow.cxx
parentf81b74eab2c36a5bc0a2d5778e5b21daac7702e2 (diff)
downloadnuttx-6b32872462ba7e069df10760d89806a9ae895006.tar.gz
nuttx-6b32872462ba7e069df10760d89806a9ae895006.tar.bz2
nuttx-6b32872462ba7e069df10760d89806a9ae895006.zip
Adding beginning of NxWM touchscreen support
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4718 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'NxWidgets/nxwm/src/cfullscreenwindow.cxx')
-rw-r--r--NxWidgets/nxwm/src/cfullscreenwindow.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/NxWidgets/nxwm/src/cfullscreenwindow.cxx b/NxWidgets/nxwm/src/cfullscreenwindow.cxx
index d4fcf23b2..6b0d13fa0 100644
--- a/NxWidgets/nxwm/src/cfullscreenwindow.cxx
+++ b/NxWidgets/nxwm/src/cfullscreenwindow.cxx
@@ -1,5 +1,5 @@
/********************************************************************************************
- * NxWidgets/nxwm/src/cfullscreen.cxx
+ * NxWidgets/nxwm/src/cfullscreenwindow.cxx
*
* Copyright (C) 2012 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
@@ -57,7 +57,7 @@
* CFullScreenWindow Method Implementations
********************************************************************************************/
- using namespace NxWM;
+using namespace NxWM;
/**
* CFullScreenWindow Constructor