X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/6e9ddbb313cf7db66550f93a74cbba12e39e93c0..01bd1b0df605d644ae31e8f1f81d926a5d8c7099:/src/termhooks.h?ds=sidebyside diff --git a/src/termhooks.h b/src/termhooks.h index bc61a986cc..4cad4825cd 100644 --- a/src/termhooks.h +++ b/src/termhooks.h @@ -229,7 +229,7 @@ struct input_event For a HELP_EVENT, this is the position within the object (stored in ARG below) where the help was found. */ /* In WindowsNT, for a mouse wheel event, this is the delta. */ - EMACS_INT code; + ptrdiff_t code; enum scroll_bar_part part; int modifiers; /* See enum below for interpretation. */