* key.c [HAVE_TEXTMODE_X11_SUPPORT]: Rename `display' to
commit72db8e927d0b53bb405e8157af1e5eeebb7f9231
authorPavel Roskin <proski@gnu.org>
Tue, 5 Jun 2001 22:08:31 +0000 (5 22:08 +0000)
committerPavel Roskin <proski@gnu.org>
Tue, 5 Jun 2001 22:08:31 +0000 (5 22:08 +0000)
treeedd8788e33598e3d7f374933d1a059394dc220f1
parent7b340a2af9eb4fae0bd27d0125c2a318482bea52
* key.c [HAVE_TEXTMODE_X11_SUPPORT]: Rename `display' to
`x11_display' and `w' to `x11_window'. Make them static.
(init_textmode_x11_support): Include into init_key().
(done_textmode_x11_support): Include into done_key().
(k_dispose): Make static.
(s_dispose): Likewise.
* key.h: Remove init_textmode_x11_support() and
done_textmode_x11_support().
* main.c: Don't call init_textmode_x11_support() and
done_textmode_x11_support().
src/ChangeLog
src/key.c
src/key.h
src/main.c