X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/39e378da07fe365c6442dc95b937539eb31fe8ef..134643946085b24a695d73b3d8f7af5aa23602aa:/src/gtkutil.c diff --git a/src/gtkutil.c b/src/gtkutil.c index 8826b08851..70bc18a75f 100644 --- a/src/gtkutil.c +++ b/src/gtkutil.c @@ -4429,7 +4429,7 @@ update_frame_tool_bar (FRAME_PTR f) int enabled_p = !NILP (PROP (TOOL_BAR_ITEM_ENABLED_P)); int selected_p = !NILP (PROP (TOOL_BAR_ITEM_SELECTED_P)); int idx; - int img_id; + ptrdiff_t img_id; int icon_size = 0; struct image *img = NULL; Lisp_Object image;