/[emacs]/emacs/src/dispnew.c
ViewVC logotype

Diff of /emacs/src/dispnew.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.355 by kfstorm, Wed Aug 17 15:00:14 2005 UTC revision 1.356 by monnier, Thu Sep 1 14:16:19 2005 UTC
# Line 3324  window_to_frame_hpos (w, hpos) Line 3324  window_to_frame_hpos (w, hpos)
3324       struct window *w;       struct window *w;
3325       int hpos;       int hpos;
3326  {  {
3327    struct frame *f = XFRAME (w->frame);    xassert (!FRAME_WINDOW_P (XFRAME (w->frame)));
   
   xassert (!FRAME_WINDOW_P (f));  
3328    hpos += WINDOW_LEFT_EDGE_COL (w);    hpos += WINDOW_LEFT_EDGE_COL (w);
3329    return hpos;    return hpos;
3330  }  }
# Line 4101  update_window (w, force_p) Line 4099  update_window (w, force_p)
4099    extern int input_pending;    extern int input_pending;
4100    extern Lisp_Object do_mouse_tracking;    extern Lisp_Object do_mouse_tracking;
4101  #if GLYPH_DEBUG  #if GLYPH_DEBUG
   struct frame *f = XFRAME (WINDOW_FRAME (w));  
   
4102    /* Check that W's frame doesn't have glyph matrices.  */    /* Check that W's frame doesn't have glyph matrices.  */
4103    xassert (FRAME_WINDOW_P (f));    xassert (FRAME_WINDOW_P (XFRAME (WINDOW_FRAME (w))));
4104    xassert (updating_frame != NULL);    xassert (updating_frame != NULL);
4105  #endif  #endif
4106    

Legend:
Removed from v.1.355  
changed lines
  Added in v.1.356

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26