From eac0bdf28acea4a7be985f13d8417c0e16e406c5 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 12 May 2012 16:59:57 +0000 Subject: [PATCH] NxWM: Correct the calculation of the physical dispaly size git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4726 42af7a65-404d-4744-a932-0658087f49c3 --- graphics/nxmu/nxmu_mouse.c | 6 +++--- graphics/nxsu/nx_mousein.c | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/graphics/nxmu/nxmu_mouse.c b/graphics/nxmu/nxmu_mouse.c index 44ec9918a80..1ae31bec2b5 100644 --- a/graphics/nxmu/nxmu_mouse.c +++ b/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 + * Copyright (C) 2008-2009, 2011-2012 Gregory Nutt. All rights reserved. + * Author: Gregory Nutt * * 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/graphics/nxsu/nx_mousein.c b/graphics/nxsu/nx_mousein.c index 01505ee8b43..bee4a226507 100644 --- a/graphics/nxsu/nx_mousein.c +++ b/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 + * Copyright (C) 2008-2009, 2011-2012 Gregory Nutt. All rights reserved. + * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions