diff src/window.c @ 5217:c0f518284a68

Unbreak `show-memory-usage' for NEW_GC.
author Marcus Crestani <crestani@informatik.uni-tuebingen.de>
date Sat, 29 May 2010 07:12:17 +0200
parents 0b4d355771bd
children 3889ef128488 308d34e9f07d
line wrap: on
line diff
--- a/src/window.c	Sat May 29 07:10:49 2010 +0200
+++ b/src/window.c	Sat May 29 07:12:17 2010 +0200
@@ -5230,9 +5230,9 @@
   stats->line_start =
     compute_line_start_cache_dynarr_usage (w->line_start_cache, ustats);
   stats->face = compute_face_cachel_usage (w->face_cachels,
-					   IF_OLD_GC (ustats));
+					   ustats);
   stats->glyph = compute_glyph_cachel_usage (w->glyph_cachels,
-					     IF_OLD_GC (ustats));
+					     ustats);
   {
     struct window_mirror *wm;