Mercurial > hg > xemacs-beta
comparison src/redisplay-msw.c @ 278:90d73dddcdc4 r21-0b37
Import from CVS: tag r21-0b37
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:31:29 +0200 |
parents | 6330739388db |
children | 7df0dd720c89 |
comparison
equal
deleted
inserted
replaced
277:cfdf3ff11843 | 278:90d73dddcdc4 |
---|---|
819 /* If any window on the frame has had its face cache reset then the | 819 /* If any window on the frame has had its face cache reset then the |
820 redisplay structures are effectively invalid. If we attempt to | 820 redisplay structures are effectively invalid. If we attempt to |
821 use them we'll blow up. We mark the frame as changed to ensure | 821 use them we'll blow up. We mark the frame as changed to ensure |
822 that redisplay will do a full update. This probably isn't | 822 that redisplay will do a full update. This probably isn't |
823 necessary but it can't hurt. */ | 823 necessary but it can't hurt. */ |
824 #ifdef HAVE_TOOLBARS | |
825 /* #### We would rather put these off as well but there is currently | |
826 no combination of flags which will force an unchanged toolbar to | |
827 redraw anyhow. */ | |
828 MAYBE_FRAMEMETH (f, redraw_exposed_toolbars, (f, x, y, width, height)); | |
829 #endif | |
824 | 830 |
825 if (!f->window_face_cache_reset) | 831 if (!f->window_face_cache_reset) |
826 { | 832 { |
827 mswindows_redraw_exposed_windows (f->root_window, x, y, width, height); | 833 mswindows_redraw_exposed_windows (f->root_window, x, y, width, height); |
828 GdiFlush(); | 834 GdiFlush(); |