diff 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
line wrap: on
line diff
--- a/src/frame.c	Fri Sep 19 06:20:30 2008 +0000
+++ b/src/frame.c	Fri Sep 19 08:44:14 2008 +0000
@@ -2862,7 +2862,7 @@
 {
   int newwidth = FRAME_COLS (f);
   int newheight = FRAME_LINES (f);
-  struct x_display_info *dpyinfo = FRAME_X_DISPLAY_INFO (f);
+  Display_Info *dpyinfo = FRAME_X_DISPLAY_INFO (f);
 
   *top_pos = f->top_pos;
   *left_pos = f->left_pos;