Mercurial > hg > xemacs-beta
comparison src/redisplay.h @ 430:a5df635868b2 r21-2-23
Import from CVS: tag r21-2-23
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:29:08 +0200 |
parents | 3ecd8885ac67 |
children | 3a7e78e1142d |
comparison
equal
deleted
inserted
replaced
429:8305706cbb93 | 430:a5df635868b2 |
---|---|
558 point_changed = 0; \ | 558 point_changed = 0; \ |
559 toolbar_changed = 0; \ | 559 toolbar_changed = 0; \ |
560 gutter_changed = 0; \ | 560 gutter_changed = 0; \ |
561 glyphs_changed = 0; \ | 561 glyphs_changed = 0; \ |
562 subwindows_changed = 0; \ | 562 subwindows_changed = 0; \ |
563 subwindows_state_changed = 0; \ | 563 subwindows_state_changed = 0; \ |
564 windows_changed = 0; \ | 564 windows_changed = 0; \ |
565 windows_structure_changed = 0; \ | 565 windows_structure_changed = 0; \ |
566 } while (0) | 566 } while (0) |
567 | 567 |
568 #define CLASS_REDISPLAY_FLAGS_CHANGEDP(p) \ | 568 #define CLASS_REDISPLAY_FLAGS_CHANGEDP(p) \ |
576 (p)->modeline_changed || \ | 576 (p)->modeline_changed || \ |
577 (p)->point_changed || \ | 577 (p)->point_changed || \ |
578 (p)->toolbar_changed || \ | 578 (p)->toolbar_changed || \ |
579 (p)->gutter_changed || \ | 579 (p)->gutter_changed || \ |
580 (p)->glyphs_changed || \ | 580 (p)->glyphs_changed || \ |
581 (p)->size_changed || \ | |
581 (p)->subwindows_changed || \ | 582 (p)->subwindows_changed || \ |
582 (p)->subwindows_state_changed || \ | 583 (p)->subwindows_state_changed || \ |
583 (p)->windows_changed || \ | 584 (p)->windows_changed || \ |
584 (p)->windows_structure_changed ) | 585 (p)->windows_structure_changed ) |
585 | 586 |
594 modeline_changed || \ | 595 modeline_changed || \ |
595 point_changed || \ | 596 point_changed || \ |
596 toolbar_changed || \ | 597 toolbar_changed || \ |
597 gutter_changed || \ | 598 gutter_changed || \ |
598 glyphs_changed || \ | 599 glyphs_changed || \ |
600 size_changed || \ | |
599 subwindows_changed || \ | 601 subwindows_changed || \ |
600 subwindows_state_changed || \ | 602 subwindows_state_changed || \ |
601 windows_changed || \ | 603 windows_changed || \ |
602 windows_structure_changed ) | 604 windows_structure_changed ) |
603 | 605 |