From 3805abcde539339b87e3a9f8445413f25dd4c80b Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 29 Dec 2013 08:48:06 -0600 Subject: [PATCH] Move more files from graphics/nxmu to libnx/nxmu --- Documentation/NXGraphicsSubsystem.html | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/Documentation/NXGraphicsSubsystem.html b/Documentation/NXGraphicsSubsystem.html index 74460715449..7d9c2d64e9c 100644 --- a/Documentation/NXGraphicsSubsystem.html +++ b/Documentation/NXGraphicsSubsystem.html @@ -3170,7 +3170,7 @@ int nxf_convert_32bpp(FAR uint32_t *dest, uint16_t height, It contains most of the important window management logic: clipping, window controls, window drawing, etc. -
graphics/nxsu +
graphics/nxsu1
This is the NX single user front end. When combined with the generic back-end (nxbe), it implements a single threaded, single user windowing system. @@ -3179,11 +3179,6 @@ int nxf_convert_32bpp(FAR uint32_t *dest, uint16_t height, The single user front-end is selected when CONFIG_NX_MULTIUSER is not defined in the NuttX configuration file. -
- NOTE: There is no nxsu sub-directory in nuttx/libnx. - That is because this separation of interfaces is only required in the kernel build mode and only the multi-user interfaces can be used with the kernel build. -
-
graphics/nxmu and libnx/nxmu
This is the NX multi user front end. When combined with the generic back-end (nxbe), it implements a @@ -3213,6 +3208,10 @@ int nxf_convert_32bpp(FAR uint32_t *dest, uint16_t height,
The NxConsole driver is built on top of NX and works with either the single-user or multi-user NX version. See include/nuttx/nx/nxconsole.h. +

+ 1There is no nxsu sub-directory in nuttx/libnx. + That is because this separation of interfaces is only required in the kernel build mode and only the multi-user interfaces can be used with the kernel build. +