aboutsummaryrefslogtreecommitdiff
path: root/nuttx/graphics
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-05-12 16:59:57 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-05-12 16:59:57 +0000
commitd4c261ea71bf5a01c1897e0cd67d9dbbfdd5cfa9 (patch)
treee1b475a8402986605c60b204f160ffeda35e9c26 /nuttx/graphics
parent48e8fe230493d3a378797c0723ee166823658e07 (diff)
downloadpx4-firmware-d4c261ea71bf5a01c1897e0cd67d9dbbfdd5cfa9.tar.gz
px4-firmware-d4c261ea71bf5a01c1897e0cd67d9dbbfdd5cfa9.tar.bz2
px4-firmware-d4c261ea71bf5a01c1897e0cd67d9dbbfdd5cfa9.zip
NxWM: Correct the calculation of the physical dispaly size
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4726 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/graphics')
-rw-r--r--nuttx/graphics/nxmu/nxmu_mouse.c6
-rw-r--r--nuttx/graphics/nxsu/nx_mousein.c4
2 files changed, 5 insertions, 5 deletions
diff --git a/nuttx/graphics/nxmu/nxmu_mouse.c b/nuttx/graphics/nxmu/nxmu_mouse.c
index 44ec9918a..1ae31bec2 100644
--- a/nuttx/graphics/nxmu/nxmu_mouse.c
+++ b/nuttx/graphics/nxmu/nxmu_mouse.c
@@ -1,8 +1,8 @@
/****************************************************************************
* graphics/nxmu/nxmu__mouse.c
*
- * Copyright (C) 2008-2009, 2011 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+ * Copyright (C) 2008-2009, 2011-2012 Gregory Nutt. All rights reserved.
+ * Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -194,7 +194,7 @@ int nxmu_mousein(FAR struct nxfe_state_s *fe,
g_mbutton = buttons;
/* Pick the window to receive the mouse event. Start with
- * the top window and go down. Step with the first window
+ * the top window and go down. Stop with the first window
* that gets the mouse report
*/
diff --git a/nuttx/graphics/nxsu/nx_mousein.c b/nuttx/graphics/nxsu/nx_mousein.c
index 01505ee8b..bee4a2265 100644
--- a/nuttx/graphics/nxsu/nx_mousein.c
+++ b/nuttx/graphics/nxsu/nx_mousein.c
@@ -1,8 +1,8 @@
/****************************************************************************
* graphics/nxsu/nx_mousein.c
*
- * Copyright (C) 2008-2009, 2011 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+ * Copyright (C) 2008-2009, 2011-2012 Gregory Nutt. All rights reserved.
+ * Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions