emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/src w32term.c


From: Chong Yidong
Subject: [Emacs-diffs] emacs/src w32term.c
Date: Sat, 13 Dec 2008 05:40:35 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      08/12/13 05:40:35

Modified files:
        src            : w32term.c 

Log message:
        (w32_term_init): Don't initialize the image cache here; it will be
        done in init_frame_faces.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/src/w32term.c?cvsroot=emacs&r1=1.311&r2=1.312

Patches:
Index: w32term.c
===================================================================
RCS file: /sources/emacs/emacs/src/w32term.c,v
retrieving revision 1.311
retrieving revision 1.312
diff -u -b -r1.311 -r1.312
--- w32term.c   15 Nov 2008 05:33:07 -0000      1.311
+++ w32term.c   13 Dec 2008 05:40:29 -0000      1.312
@@ -6204,7 +6204,6 @@
   dpyinfo->resx = GetDeviceCaps (hdc, LOGPIXELSX);
   dpyinfo->resy = GetDeviceCaps (hdc, LOGPIXELSY);
   dpyinfo->has_palette = GetDeviceCaps (hdc, RASTERCAPS) & RC_PALETTE;
-  dpyinfo->terminal->image_cache = make_image_cache ();
   ReleaseDC (GetDesktopWindow (), hdc);
 
   /* initialise palette with white and black */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]