From: Ged Murphy Date: Thu, 5 Jan 2006 20:57:29 +0000 (+0000) Subject: Fix ugly toolbar colour X-Git-Tag: backups/expat-rbuild@40467~564 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=821881246818dd2a9ee41898921239c2e97e0cb2 Fix ugly toolbar colour svn path=/trunk/; revision=20588 --- diff --git a/reactos/subsys/system/servman/servman.c b/reactos/subsys/system/servman/servman.c index 393154d8ff8..31e828f2f35 100644 --- a/reactos/subsys/system/servman/servman.c +++ b/reactos/subsys/system/servman/servman.c @@ -571,7 +571,7 @@ int WINAPI WinMain(HINSTANCE hThisInstance, HINSTANCE hPrevInstance, wc.hInstance = hInstance; wc.hIcon = LoadIcon(GetModuleHandle(NULL), MAKEINTRESOURCE(IDI_SM_ICON)); wc.hCursor = LoadCursor(NULL, IDC_ARROW); - wc.hbrBackground = (HBRUSH)(COLOR_WINDOW); + wc.hbrBackground = (HBRUSH)(COLOR_BTNFACE + 1); wc.lpszMenuName = MAKEINTRESOURCE(IDR_MAINMENU); wc.lpszClassName = ClassName; wc.hIconSm = (HICON)LoadImage(GetModuleHandle(NULL),