diff options
| -rw-r--r-- | src/xfns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xfns.c b/src/xfns.c index 77f3769dcd7..293e3660fac 100644 --- a/src/xfns.c +++ b/src/xfns.c | |||
| @@ -6284,7 +6284,7 @@ x_destroy_x_image (ximg) | |||
| 6284 | /* Put XImage XIMG into pixmap PIXMAP on frame F. WIDTH and HEIGHT | 6284 | /* Put XImage XIMG into pixmap PIXMAP on frame F. WIDTH and HEIGHT |
| 6285 | are width and height of both the image and pixmap. */ | 6285 | are width and height of both the image and pixmap. */ |
| 6286 | 6286 | ||
| 6287 | void | 6287 | static void |
| 6288 | x_put_x_image (f, ximg, pixmap, width, height) | 6288 | x_put_x_image (f, ximg, pixmap, width, height) |
| 6289 | struct frame *f; | 6289 | struct frame *f; |
| 6290 | XImage *ximg; | 6290 | XImage *ximg; |