summaryrefslogtreecommitdiff
path: root/nuttx/graphics/nxmu/nxmu_requestbkgd.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-12-01 18:54:29 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-12-01 18:54:29 +0000
commitdda23c2074bb7dbb8df9251e41c2daea1b447cd7 (patch)
tree15e07d44e6416f8d95d00b95551b72de26eb9ce0 /nuttx/graphics/nxmu/nxmu_requestbkgd.c
parent8e6e74e3d8a9f3ca62793363827378af2dea413d (diff)
downloadpx4-nuttx-dda23c2074bb7dbb8df9251e41c2daea1b447cd7.tar.gz
px4-nuttx-dda23c2074bb7dbb8df9251e41c2daea1b447cd7.tar.bz2
px4-nuttx-dda23c2074bb7dbb8df9251e41c2daea1b447cd7.zip
Integrated mouse support
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1384 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/graphics/nxmu/nxmu_requestbkgd.c')
-rw-r--r--nuttx/graphics/nxmu/nxmu_requestbkgd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/graphics/nxmu/nxmu_requestbkgd.c b/nuttx/graphics/nxmu/nxmu_requestbkgd.c
index 962cb01ac..6dba04a98 100644
--- a/nuttx/graphics/nxmu/nxmu_requestbkgd.c
+++ b/nuttx/graphics/nxmu/nxmu_requestbkgd.c
@@ -116,7 +116,7 @@ void nxmu_requestbkgd(FAR struct nxfe_conn_s *conn,
/* Provide the mouse settings */
#ifdef CONFIG_NX_MOUSE
- nxsu_mousereport(be->bkgd);
+ nxsu_mousereport(&be->bkgd);
#endif
}