* frame.h (x_char_width, x_char_height): Remove prototypes.
authorDmitry Antipov <dmantipov@yandex.ru>
Thu, 6 Dec 2012 13:48:11 +0000 (17:48 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Thu, 6 Dec 2012 13:48:11 +0000 (17:48 +0400)
commit1700db3c71ec3fde2e263b3325a5b5f5315a4ef9
tree45c1f5b29b64297a99faa2dcf44772c393e21c0e
parent347966bf30451362f5df5a211b9d53fbf7491573
* frame.h (x_char_width, x_char_height): Remove prototypes.
* w32term.h (x_char_width, x_char_height): Likewise.
* xfns.c (x_char_width, x_char_height): Remove.
* w32fns.c (x_char_width, x_char_height): Likewise.
* nsfns.c (x_char_width, x_char_height): Likewise.
* frame.c (Fframe_char_width): Use FRAME_COLUMN_WIDTH for
all window frames.
(Fframe_char_height): Likewise with FRAME_LINE_HEIGHT.
* keyboard.c (command_loop_1): Remove prototype.
(command_loop_2, top_level_1): Add static to match prototype.
src/ChangeLog
src/frame.c
src/frame.h
src/keyboard.c
src/nsfns.m
src/w32fns.c
src/w32term.h
src/xfns.c