Fix conflicting declarations of x_get_keysym_name
commit7af07b967171736a35e0af8b6ecf6feb072184dc
authorAndreas Schwab <schwab@linux-m68k.org>
Tue, 6 Jul 2010 13:33:34 +0000 (6 15:33 +0200)
committerAndreas Schwab <schwab@linux-m68k.org>
Tue, 6 Jul 2010 13:33:34 +0000 (6 15:33 +0200)
treecdd258fa78624490df359ee23358685ecb4babf1
parent1725ae554e4d8cd696c9413b63629bf374c362a3
Fix conflicting declarations of x_get_keysym_name

* xterm.c (x_get_keysym_name): Change type of parameter to int.
* lisp.h: Declare x_get_keysym_name.
* keyboard.c (modify_event_symbol): Don't declare
x_get_keysym_name here.
src/ChangeLog
src/keyboard.c
src/lisp.h
src/xterm.c