]> code.delx.au - gnu-emacs/blobdiff - src/termhooks.h
Merge from trunk.
[gnu-emacs] / src / termhooks.h
index bc61a986cce52caaaef5ad4cde02062daaedc943..4cad4825cdd9762d10674890d332aab53217bbaa 100644 (file)
@@ -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.  */