diff options
| author | Juanma Barranquero | 2008-09-19 08:44:14 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2008-09-19 08:44:14 +0000 |
| commit | 05eb7cdce953e52faaeb88768f52ab1167498586 (patch) | |
| tree | a881fea6e3412db04deff1287f74995d6480bd94 /src/frame.c | |
| parent | c673dabeb83a170b38f9e1aa6d5d597da5d0d58e (diff) | |
| download | emacs-05eb7cdce953e52faaeb88768f52ab1167498586.tar.gz emacs-05eb7cdce953e52faaeb88768f52ab1167498586.zip | |
* frame.c (x_fullscreen_adjust): Declare var as Display_Info.
* w32fns.c (Fx_display_pixel_width, Fx_display_pixel_height)
(compute_tip_xy): Use x_display_pixel_width, x_display_pixel_height.
Diffstat (limited to 'src/frame.c')
| -rw-r--r-- | src/frame.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frame.c b/src/frame.c index 50aae703f53..35b6417a71c 100644 --- a/src/frame.c +++ b/src/frame.c | |||
| @@ -2862,7 +2862,7 @@ x_fullscreen_adjust (f, width, height, top_pos, left_pos) | |||
| 2862 | { | 2862 | { |
| 2863 | int newwidth = FRAME_COLS (f); | 2863 | int newwidth = FRAME_COLS (f); |
| 2864 | int newheight = FRAME_LINES (f); | 2864 | int newheight = FRAME_LINES (f); |
| 2865 | struct x_display_info *dpyinfo = FRAME_X_DISPLAY_INFO (f); | 2865 | Display_Info *dpyinfo = FRAME_X_DISPLAY_INFO (f); |
| 2866 | 2866 | ||
| 2867 | *top_pos = f->top_pos; | 2867 | *top_pos = f->top_pos; |
| 2868 | *left_pos = f->left_pos; | 2868 | *left_pos = f->left_pos; |