aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xfns.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xfns.c b/src/xfns.c
index 1af4921e1c6..d8a41b5d537 100644
--- a/src/xfns.c
+++ b/src/xfns.c
@@ -6587,6 +6587,7 @@ x_put_x_image (f, ximg, pixmap, width, height)
6587 struct frame *f; 6587 struct frame *f;
6588 XImage *ximg; 6588 XImage *ximg;
6589 Pixmap pixmap; 6589 Pixmap pixmap;
6590 int width, height;
6590{ 6591{
6591 GC gc; 6592 GC gc;
6592 6593