X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9b0b5ba76e7311091f473e5591cb74c05f6912d6..062dfc9a96dc9e796c53544f41ff92dc47f26e82:/src/palmos/settings.cpp?ds=sidebyside diff --git a/src/palmos/settings.cpp b/src/palmos/settings.cpp index bb050eb107..ecb01c9bd5 100644 --- a/src/palmos/settings.cpp +++ b/src/palmos/settings.cpp @@ -24,15 +24,18 @@ #pragma hdrstop #endif +#include "wx/settings.h" + #ifndef WX_PRECOMP #include "wx/utils.h" #include "wx/gdicmn.h" + #include "wx/module.h" #endif -#include "wx/settings.h" -#include "wx/module.h" #include "wx/fontutil.h" +#include + // ============================================================================ // implementation // ============================================================================ @@ -73,6 +76,7 @@ wxColour wxSystemSettingsNative::GetColour(wxSystemColour index) case wxSYS_COLOUR_INACTIVEBORDER: case wxSYS_COLOUR_APPWORKSPACE: case wxSYS_COLOUR_HIGHLIGHT: + case wxSYS_COLOUR_LISTBOXHIGHLIGHTTEXT: case wxSYS_COLOUR_HIGHLIGHTTEXT: case wxSYS_COLOUR_BTNFACE: case wxSYS_COLOUR_BTNSHADOW: