mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-23 08:20:41 -08:00
Update commentary.
This commit is contained in:
parent
bf61b6ada1
commit
91c37b7e41
1 changed files with 3 additions and 1 deletions
|
|
@ -849,8 +849,10 @@ init_frame_faces (f)
|
|||
/* Make the image cache. */
|
||||
if (FRAME_WINDOW_P (f))
|
||||
{
|
||||
/* We initialize the image cache when creating the first frame
|
||||
on a terminal, and not during terminal creation. This way,
|
||||
`x-open-connection' on a tty won't create an image cache. */
|
||||
if (FRAME_IMAGE_CACHE (f) == NULL)
|
||||
/* Is that ever possible?? --Stef */
|
||||
FRAME_IMAGE_CACHE (f) = make_image_cache ();
|
||||
++FRAME_IMAGE_CACHE (f)->refcount;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue