Skip to content

Commit 5b6401b

Browse files
committed
Undo use of Emacs_Pixmap over Pixmap for x_kill_gs_process
* src/dispextern.h (x_kill_gs_process): * src/image.c (x_kill_gs_process): Undo use of Emacs_Pixmap over Pixmap. * src/dispextern.h (x_kill_gs_process): Move extern inside HAVE_X_WINDOWS.
1 parent 84a3da1 commit 5b6401b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/dispextern.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3396,10 +3396,10 @@ extern void image_destroy_bitmap (struct frame *, ptrdiff_t);
33963396
extern void image_destroy_all_bitmaps (Display_Info *);
33973397
#ifdef HAVE_X_WINDOWS
33983398
extern void x_create_bitmap_mask (struct frame *, ptrdiff_t);
3399+
extern void x_kill_gs_process (Pixmap, struct frame *);
33993400
#endif
34003401
extern Lisp_Object image_find_image_file (Lisp_Object);
34013402

3402-
void x_kill_gs_process (Emacs_Pixmap, struct frame *);
34033403
struct image_cache *make_image_cache (void);
34043404
void free_image_cache (struct frame *);
34053405
void clear_image_caches (Lisp_Object);

src/image.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9550,7 +9550,7 @@ gs_load (struct frame *f, struct image *img)
95509550
telling Emacs that Ghostscript has finished drawing. */
95519551

95529552
void
9553-
x_kill_gs_process (Emacs_Pixmap pixmap, struct frame *f)
9553+
x_kill_gs_process (Pixmap pixmap, struct frame *f)
95549554
{
95559555
struct image_cache *c = FRAME_IMAGE_CACHE (f);
95569556
ptrdiff_t i;

0 commit comments

Comments
 (0)