From 0363cbbc1a111f650c8e6ec52d9a0719737511e3 Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 27 Nov 2008 23:31:37 +0000 Subject: More graphic support routines git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1321 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/graphics/nxbe/nxbe_setsize.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'nuttx/graphics/nxbe/nxbe_setsize.c') diff --git a/nuttx/graphics/nxbe/nxbe_setsize.c b/nuttx/graphics/nxbe/nxbe_setsize.c index 322a814a4..b75aabfe6 100644 --- a/nuttx/graphics/nxbe/nxbe_setsize.c +++ b/nuttx/graphics/nxbe/nxbe_setsize.c @@ -40,8 +40,8 @@ #include #include -#include -#include "nxfe.h" +#include +#include "nxbe.h" /**************************************************************************** * Pre-Processor Definitions @@ -108,6 +108,6 @@ void nxbe_setsize(FAR struct nxbe_window_s *wnd, /* Report the new size/position */ #ifdef CONFIG_NX_MULTIUSER - nxmu_getposition(wnd); + nxmu_reportposition(wnd); #endif } -- cgit v1.2.3