comparison src/window.c @ 5474:4dee0387b9de

Merged with trunk.
author Mats Lidell <matsl@xemacs.org>
date Tue, 29 Mar 2011 00:02:47 +0200
parents 308d34e9f07d 3889ef128488
children 56144c8593a8
comparison
equal deleted inserted replaced
5473:ac37a5f7e5be 5474:4dee0387b9de
5166 #ifdef MEMORY_USAGE_STATS 5166 #ifdef MEMORY_USAGE_STATS
5167 5167
5168 struct window_mirror_stats 5168 struct window_mirror_stats
5169 { 5169 {
5170 struct usage_stats u; 5170 struct usage_stats u;
5171 /* Ancilliary non-lisp */ 5171 /* Ancillary non-lisp */
5172 Bytecount redisplay_structs; 5172 Bytecount redisplay_structs;
5173 #ifdef HAVE_SCROLLBARS 5173 #ifdef HAVE_SCROLLBARS
5174 /* Ancilliary Lisp */ 5174 /* Ancillary Lisp */
5175 Bytecount scrollbar; 5175 Bytecount scrollbar;
5176 #endif 5176 #endif
5177 }; 5177 };
5178 5178
5179 struct window_stats 5179 struct window_stats