diff --git a/Documentation/NXGraphicsSubsystem.html b/Documentation/NXGraphicsSubsystem.html index 0eb18e54ea..857fcd1a47 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