Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
248:ad40ac2754d8 | 249:83b3d10dcba9 |
---|---|
536 rect_dead.bottom = WINDOW_BOTTOM (w) - modh; | 536 rect_dead.bottom = WINDOW_BOTTOM (w) - modh; |
537 } | 537 } |
538 | 538 |
539 if (IntersectRect (&rect_paint, &rect_dead, prc)) | 539 if (IntersectRect (&rect_paint, &rect_dead, prc)) |
540 FillRect (FRAME_MSWINDOWS_DC (f), &rect_paint, | 540 FillRect (FRAME_MSWINDOWS_DC (f), &rect_paint, |
541 (HBRUSH)GetClassLong (FRAME_MSWINDOWS_HANDLE(f), GCL_HBRBACKGROUND)); | 541 (HBRUSH) (COLOR_BTNFACE+1)); |
542 } | 542 } |
543 | 543 |
544 #endif /* HAVE_SCROLLBARS */ | 544 #endif /* HAVE_SCROLLBARS */ |
545 | 545 |
546 /***************************************************************************** | 546 /***************************************************************************** |