diff src/redisplay-msw.c @ 249:83b3d10dcba9 r20-5b23

Import from CVS: tag r20-5b23
author cvs
date Mon, 13 Aug 2007 10:19:09 +0200
parents 51092a27c943
children 677f6a0ee643
line wrap: on
line diff
--- a/src/redisplay-msw.c	Mon Aug 13 10:18:22 2007 +0200
+++ b/src/redisplay-msw.c	Mon Aug 13 10:19:09 2007 +0200
@@ -538,7 +538,7 @@
       
   if (IntersectRect (&rect_paint, &rect_dead, prc))
     FillRect (FRAME_MSWINDOWS_DC (f), &rect_paint,
-	      (HBRUSH)GetClassLong (FRAME_MSWINDOWS_HANDLE(f), GCL_HBRBACKGROUND));
+	      (HBRUSH) (COLOR_BTNFACE+1));
 }
 
 #endif /* HAVE_SCROLLBARS */