Mercurial > hg > xemacs-beta
comparison src/window.c @ 420:41dbb7a9d5f2 r21-2-18
Import from CVS: tag r21-2-18
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:24:09 +0200 |
parents | da8ed4261e83 |
children | 95016f13131a |
comparison
equal
deleted
inserted
replaced
419:66615b78f1a5 | 420:41dbb7a9d5f2 |
---|---|
229 } | 229 } |
230 } | 230 } |
231 | 231 |
232 DEFINE_LRECORD_IMPLEMENTATION ("window", window, | 232 DEFINE_LRECORD_IMPLEMENTATION ("window", window, |
233 mark_window, print_window, finalize_window, | 233 mark_window, print_window, finalize_window, |
234 0, 0, struct window); | 234 0, 0, 0, struct window); |
235 | 235 |
236 | 236 |
237 #define INIT_DISP_VARIABLE(field, initialization) \ | 237 #define INIT_DISP_VARIABLE(field, initialization) \ |
238 p->field[CURRENT_DISP] = initialization; \ | 238 p->field[CURRENT_DISP] = initialization; \ |
239 p->field[DESIRED_DISP] = initialization; \ | 239 p->field[DESIRED_DISP] = initialization; \ |
4709 | 4709 |
4710 DEFINE_LRECORD_SEQUENCE_IMPLEMENTATION ("window-configuration", | 4710 DEFINE_LRECORD_SEQUENCE_IMPLEMENTATION ("window-configuration", |
4711 window_configuration, | 4711 window_configuration, |
4712 mark_window_config, | 4712 mark_window_config, |
4713 print_window_config, | 4713 print_window_config, |
4714 0, 0, 0, sizeof_window_config, | 4714 0, 0, 0, 0, sizeof_window_config, |
4715 struct window_config); | 4715 struct window_config); |
4716 | 4716 |
4717 | 4717 |
4718 /* Returns a boolean indicating whether the two saved windows are | 4718 /* Returns a boolean indicating whether the two saved windows are |
4719 identical. */ | 4719 identical. */ |