6b303da968
apps/graphics/twm4nx: Clean up some build issues. apps/graphics/nxglyphs: Remove some warnings due to coupling with NXWM. apps/graphics/twmndx: Separate out the main() entry point for ctwm4nx.cxx. There is functionality there that does not involve CTwm4Nx and so it is better if the main function were totally separate.
17 lines
351 B
Plaintext
17 lines
351 B
Plaintext
#
|
|
# For a description of the syntax of this configuration file,
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
#
|
|
|
|
ifdef CONFIG_NXWIDGETS
|
|
|
|
config NXGLPYHS_LARGE_ICONS
|
|
bool
|
|
default n
|
|
|
|
config NXGLYPHS_BACKGROUNDCOLOR
|
|
hex "Background Color"
|
|
---help---
|
|
Normal background color. Default: RGB(148,189,215)
|
|
|
|
endif # CONFIG_NXWIDGETS |