diff options
Diffstat (limited to 'src/w32fns.c')
-rw-r--r-- | src/w32fns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32fns.c b/src/w32fns.c index d61dba18e35..062d36dc10f 100644 --- a/src/w32fns.c +++ b/src/w32fns.c @@ -7476,7 +7476,7 @@ x_create_tip_frame (dpyinfo, parms, text) f->icon_name = Qnil; #if 0 /* GLYPH_DEBUG TODO: image support. */ - image_cache_refcount = FRAME_X_IMAGE_CACHE (f)->refcount; + image_cache_refcount = FRAME_IMAGE_CACHE (f)->refcount; dpyinfo_refcount = dpyinfo->reference_count; #endif /* GLYPH_DEBUG */ #ifdef MULTI_KBOARD |