From dda23c2074bb7dbb8df9251e41c2daea1b447cd7 Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 1 Dec 2008 18:54:29 +0000 Subject: Integrated mouse support git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1384 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/graphics/nxsu/nx_requestbkgd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/graphics/nxsu/nx_requestbkgd.c') diff --git a/nuttx/graphics/nxsu/nx_requestbkgd.c b/nuttx/graphics/nxsu/nx_requestbkgd.c index 782679464..32eed1ab1 100644 --- a/nuttx/graphics/nxsu/nx_requestbkgd.c +++ b/nuttx/graphics/nxsu/nx_requestbkgd.c @@ -137,7 +137,7 @@ int nx_requestbkgd(NXHANDLE handle, FAR const struct nx_callback_s *cb) /* Provide the mouse settings to the client */ #ifdef CONFIG_NX_MOUSE - nxsu_mousereport(be->bkgd); + nxsu_mousereport(&be->bkgd); #endif /* In this single-user mode, we could return the background window -- cgit v1.2.3