]> code.delx.au - gnu-emacs/commit
Drop unnecessary functions that deals with frame pixel size.
authorDmitry Antipov <dmantipov@yandex.ru>
Wed, 31 Jul 2013 12:50:59 +0000 (16:50 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Wed, 31 Jul 2013 12:50:59 +0000 (16:50 +0400)
commitf435830ea42db6073ed8714452dae302a3c855c5
tree439809f2d9947708019f4be567365f80e11e5598
parent2412ee1af63c6cc8f4a85919cc78e59cb6ec83e3
Drop unnecessary functions that deals with frame pixel size.
* frame.h, msdos.h, w32term.h, xterm.h (x_pixel_width)
(x_pixel_height): Drop prototypes.
* msdos.c, nsfns.m, w32fns.c, xfns.c (x_pixel_width)
(x_pixel_height): Drop implementations.
* frame.c (Fframe_pixel_height): Use FRAME_PIXEL_HEIGHT
which should be always valid for window frame.
(Frame_pixel_width): Likewise with FRAME_PIXEL_WIDTH.
* w32menu.c (Fx_popup_dialog):
* xmenu.c (Fx_popup_dialog): Likewise for both.
12 files changed:
src/ChangeLog
src/frame.c
src/frame.h
src/msdos.c
src/msdos.h
src/nsfns.m
src/w32fns.c
src/w32menu.c
src/w32term.h
src/xfns.c
src/xmenu.c
src/xterm.h