From f0c16c236dfea402b5aab0441b95b459dc2dd840 Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 4 May 2012 20:48:52 +0000 Subject: [PATCH] Updated NxWM widgets, several NX, NxWidgets, and NxWM bug fixes git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4699 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NXGraphicsSubsystem.html | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/Documentation/NXGraphicsSubsystem.html b/Documentation/NXGraphicsSubsystem.html index 0eb18e54ea0..857fcd1a474 100644 --- a/Documentation/NXGraphicsSubsystem.html +++ b/Documentation/NXGraphicsSubsystem.html @@ -12,7 +12,7 @@

NX Graphics Subsystem

-

Last Updated: March 25, 2012

+

Last Updated: May 4, 2012

@@ -3277,11 +3277,13 @@ int nxf_convert_32bpp(FAR uint32_t *dest, uint16_t height,
CONFIG_NXTK_BORDERWIDTH:
Specifies with with of the border (in pixels) used with framed windows. The default is 4. -
CONFIG_NXTK_BORDERCOLOR1 and CONFIG_NXTK_BORDERCOLOR2: +
CONFIG_NXTK_BORDERCOLOR1, CONFIG_NXTK_BORDERCOLOR2, and CONFIG_NXTK_BORDERCOLOR3:
Specify the colors of the border used with framed windows. -
CONFIG_NXTK_BORDERCOLOR2 is the shadow side color and so -
is normally darker. The default is medium and dark grey, - respectively +
CONFIG_NXTK_BORDERCOLOR2 +
The shadow side color and so is normally darker. +
CONFIG_NXTK_BORDERCOLOR3 +
The shiny side color and so is normally brighter. + The default is medium, dark, and light grey, respectively
CONFIG_NXTK_AUTORAISE:
If set, a window will be raised to the top if the mouse position is over a visible portion of the window. Default: A mouse @@ -4198,6 +4200,7 @@ sudo ln -s libXext.so.6.4.0 libXext.so nxf_convert_32bpp() +
YES