diff options
| author | Dmitry Antipov | 2014-07-18 10:02:19 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2014-07-18 10:02:19 +0400 |
| commit | 0e6040770c6d7c819f985e1a665dce3e78751480 (patch) | |
| tree | d52fc24eb6ed76495ea5a855bd3104d91d24ee84 /src/xterm.c | |
| parent | 5d59504a3198da6173a8cc1d4125a76b657b4538 (diff) | |
| download | emacs-0e6040770c6d7c819f985e1a665dce3e78751480.tar.gz emacs-0e6040770c6d7c819f985e1a665dce3e78751480.zip | |
* frame.c (frame_unspecified_color): New function
refactored out from ...
(Fframe_parameters, Fframe_parameter): ... adjusted users.
(x_fullscreen_adjust, set_frame_param): Move Windows-specific
function to ...
* w32term.c (x_fullscreen_adjust, set_frame_param): ... static here.
* frame.h (x_fullscreen_adjust) [HAVE_NTGUI]:
* lisp.h (set_frame_param): Remove prototype.
* xterm.c (x_display_pixel_width, x_display_pixel_height): Now ...
* xterm.h (x_display_pixel_width, x_display_pixel_height): ...
inlined from here.
Diffstat (limited to 'src/xterm.c')
| -rw-r--r-- | src/xterm.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/xterm.c b/src/xterm.c index b7a7f0b3d4c..1d2ae196355 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -442,19 +442,6 @@ x_set_frame_alpha (struct frame *f) | |||
| 442 | x_uncatch_errors (); | 442 | x_uncatch_errors (); |
| 443 | } | 443 | } |
| 444 | 444 | ||
| 445 | int | ||
| 446 | x_display_pixel_height (struct x_display_info *dpyinfo) | ||
| 447 | { | ||
| 448 | return HeightOfScreen (dpyinfo->screen); | ||
| 449 | } | ||
| 450 | |||
| 451 | int | ||
| 452 | x_display_pixel_width (struct x_display_info *dpyinfo) | ||
| 453 | { | ||
| 454 | return WidthOfScreen (dpyinfo->screen); | ||
| 455 | } | ||
| 456 | |||
| 457 | |||
| 458 | /*********************************************************************** | 445 | /*********************************************************************** |
| 459 | Starting and ending an update | 446 | Starting and ending an update |
| 460 | ***********************************************************************/ | 447 | ***********************************************************************/ |