comparison src/xterm.c @ 43713:f92c4d87863a

Change defvar_int def and vars to use EMACS_INT instead of just int.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 04 Mar 2002 23:41:00 +0000
parents 7755c5d1d8b4
children 20dbe11a2ad3
comparison
equal deleted inserted replaced
43712:223f1f5d160d 43713:f92c4d87863a
381 381
382 extern int errno; 382 extern int errno;
383 383
384 /* A mask of extra modifier bits to put into every keyboard char. */ 384 /* A mask of extra modifier bits to put into every keyboard char. */
385 385
386 extern int extra_keyboard_modifiers; 386 extern EMACS_INT extra_keyboard_modifiers;
387 387
388 /* The keysyms to use for the various modifiers. */ 388 /* The keysyms to use for the various modifiers. */
389 389
390 Lisp_Object Vx_alt_keysym, Vx_hyper_keysym, Vx_meta_keysym, Vx_super_keysym; 390 Lisp_Object Vx_alt_keysym, Vx_hyper_keysym, Vx_meta_keysym, Vx_super_keysym;
391 static Lisp_Object Qalt, Qhyper, Qmeta, Qsuper, Qmodifier_value; 391 static Lisp_Object Qalt, Qhyper, Qmeta, Qsuper, Qmodifier_value;