NX: Don't change the background if the color has not really changed

This commit is contained in:
Gregory Nutt 2014-07-11 20:47:12 -06:00
parent 646312d50f
commit 073cd0e887
2 changed files with 12 additions and 0 deletions

View File

@ -509,6 +509,12 @@ CONFIG_DEV_ZERO=y
CONFIG_ARCH_HAVE_RNG=y
CONFIG_DEV_RANDOM=y
# CONFIG_LOOP is not set
#
# Buffering
#
# CONFIG_DRVR_WRITEBUFFER is not set
# CONFIG_DRVR_READAHEAD is not set
# CONFIG_RAMDISK is not set
# CONFIG_CAN is not set
# CONFIG_ARCH_HAVE_PWM_PULSECOUNT is not set
@ -822,6 +828,7 @@ CONFIG_SYSLOG=y
#
CONFIG_NX=y
CONFIG_NX_NPLANES=1
CONFIG_NX_BGCOLOR=0x7b5d
# CONFIG_NX_WRITEONLY is not set
#

View File

@ -513,6 +513,10 @@ CONFIG_DEV_ZERO=y
CONFIG_ARCH_HAVE_RNG=y
CONFIG_DEV_RANDOM=y
# CONFIG_LOOP is not set
#
# Buffering
#
# CONFIG_DRVR_WRITEBUFFER is not set
# CONFIG_DRVR_READAHEAD is not set
# CONFIG_RAMDISK is not set
@ -828,6 +832,7 @@ CONFIG_SYSLOG=y
#
CONFIG_NX=y
CONFIG_NX_NPLANES=1
CONFIG_NX_BGCOLOR=0x7b5d
# CONFIG_NX_WRITEONLY is not set
#