diff src/event-Xt.c @ 2837:c1ec282bb160

[xemacs-hg @ 2005-06-29 09:47:33 by crestani] 2005-06-28 Marcus Crestani <crestani@xemacs.org> * console-x.c (x_perhaps_init_unseen_key_defaults): Use build_intstring to avoid type error. * event-Xt.c (x_keysym_to_emacs_keysym): Add cast to avoid type error.
author crestani
date Wed, 29 Jun 2005 09:47:35 +0000
parents a25c824ed558
children ade0c13d91a3
line wrap: on
line diff
--- a/src/event-Xt.c	Tue Jun 28 21:51:26 2005 +0000
+++ b/src/event-Xt.c	Wed Jun 29 09:47:35 2005 +0000
@@ -826,7 +826,7 @@
 	      INC_IBYTEPTR(iname);
 	    }
 	}
-      return KEYSYM (eidata(einame));
+      return KEYSYM ((const CIbyte *) eidata (einame));
     }
 }