comparison src/frame.c @ 98240:5f73593cabcd

* 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.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 19 Sep 2008 08:44:14 +0000
parents e7da931942f1
children 6a4d13121cb1
comparison
equal deleted inserted replaced
98239:1f7d70f80eb9 98240:5f73593cabcd
2860 int *top_pos; 2860 int *top_pos;
2861 int *left_pos; 2861 int *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;
2869 2869
2870 if (f->want_fullscreen & FULLSCREEN_HEIGHT) 2870 if (f->want_fullscreen & FULLSCREEN_HEIGHT)