From 622bdafb59e9fb4ce959e0f04c1f584e33373983 Mon Sep 17 00:00:00 2001 From: Araki Ken Date: Tue, 23 Sep 2014 02:05:44 +0900 Subject: Minor fix. --- image.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'image.c') diff --git a/image.c b/image.c index b5137e7..33c5462 100644 --- a/image.c +++ b/image.c @@ -214,7 +214,8 @@ drawImage() if (enable_inline_image) { #if 0 fprintf(stderr,"file %s x %d y %d w %d h %d sx %d sy %d sw %d sh %d (ppc %d ppl %d)\n", - (getenv("WINDOWID") && i->cache->touch) ? i->cache->file : i->cache->url, + ((enable_inline_image == 2 || getenv("WINDOWID")) && + i->cache->touch) ? i->cache->file : i->cache->url, i->x, i->y, i->cache->width > 0 ? i->cache->width : 0, i->cache->height > 0 ? i->cache->height : 0, -- cgit v1.2.3