comparison src/window.c @ 5164:8bf9e67e06ec

Fix broken compile of window.c under Visual Studio 6.
author Vin Shelton <acs@xemacs.org>
date Mon, 22 Mar 2010 19:04:51 -0400
parents 1fae11d56ad2
children be6e5ea38dda
comparison
equal deleted inserted replaced
5163:57f4dcb14ad5 5164:8bf9e67e06ec
5514 5514
5515 void 5515 void
5516 vars_of_window (void) 5516 vars_of_window (void)
5517 { 5517 {
5518 #ifdef MEMORY_USAGE_STATS 5518 #ifdef MEMORY_USAGE_STATS
5519 #ifdef HAVE_SCROLLBARS
5519 OBJECT_HAS_PROPERTY 5520 OBJECT_HAS_PROPERTY
5520 (window, memusage_stats_list, 5521 (window, memusage_stats_list,
5521 listu (Qface_cache, Qglyph_cache, 5522 listu (Qface_cache, Qglyph_cache,
5522 Qline_start_cache, Qother_redisplay, 5523 Qline_start_cache, Qother_redisplay,
5523 #ifdef HAVE_SCROLLBARS
5524 Qscrollbar_instances, 5524 Qscrollbar_instances,
5525 Qunbound));
5526 #else
5527 OBJECT_HAS_PROPERTY
5528 (window, memusage_stats_list,
5529 listu (Qface_cache, Qglyph_cache,
5530 Qline_start_cache, Qother_redisplay,
5531 Qunbound));
5525 #endif 5532 #endif
5526 Qunbound));
5527 #endif /* MEMORY_USAGE_STATS */ 5533 #endif /* MEMORY_USAGE_STATS */
5528 5534
5529 DEFVAR_BOOL ("scroll-on-clipped-lines", &scroll_on_clipped_lines /* 5535 DEFVAR_BOOL ("scroll-on-clipped-lines", &scroll_on_clipped_lines /*
5530 *Non-nil means to scroll if point lands on a line which is clipped. 5536 *Non-nil means to scroll if point lands on a line which is clipped.
5531 */ ); 5537 */ );