aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2008-12-13 05:40:29 +0000
committerChong Yidong2008-12-13 05:40:29 +0000
commitbb9038ffc0df57d00992997d72bc79a0d880d27e (patch)
tree790d9ed9fbafe6e5492d016afbf76e42edcd70e3
parent20d68145d219e1bda10a0c403bb3b3290a62b36d (diff)
downloademacs-bb9038ffc0df57d00992997d72bc79a0d880d27e.tar.gz
emacs-bb9038ffc0df57d00992997d72bc79a0d880d27e.zip
(w32_term_init): Don't initialize the image cache here; it will be
done in init_frame_faces.
-rw-r--r--src/w32term.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/w32term.c b/src/w32term.c
index c9960420597..470c9d0a04a 100644
--- a/src/w32term.c
+++ b/src/w32term.c
@@ -6204,7 +6204,6 @@ w32_term_init (display_name, xrm_option, resource_name)
6204 dpyinfo->resx = GetDeviceCaps (hdc, LOGPIXELSX); 6204 dpyinfo->resx = GetDeviceCaps (hdc, LOGPIXELSX);
6205 dpyinfo->resy = GetDeviceCaps (hdc, LOGPIXELSY); 6205 dpyinfo->resy = GetDeviceCaps (hdc, LOGPIXELSY);
6206 dpyinfo->has_palette = GetDeviceCaps (hdc, RASTERCAPS) & RC_PALETTE; 6206 dpyinfo->has_palette = GetDeviceCaps (hdc, RASTERCAPS) & RC_PALETTE;
6207 dpyinfo->terminal->image_cache = make_image_cache ();
6208 ReleaseDC (GetDesktopWindow (), hdc); 6207 ReleaseDC (GetDesktopWindow (), hdc);
6209 6208
6210 /* initialise palette with white and black */ 6209 /* initialise palette with white and black */