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

Diff of /emacs/src/xdisp.c

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

revision 1.696 by gerd, Tue Oct 30 13:59:21 2001 UTC revision 1.697 by gerd, Tue Oct 30 16:58:14 2001 UTC
# Line 6974  clear_garbaged_frames () Line 6974  clear_garbaged_frames ()
6974                        
6975            if (FRAME_VISIBLE_P (f) && FRAME_GARBAGED_P (f))            if (FRAME_VISIBLE_P (f) && FRAME_GARBAGED_P (f))
6976              {              {
6977                  if (f->resized_p)
6978                    {
6979                      Fredraw_frame (frame);
6980                      fprintf (stderr, "redraw frame\n");
6981                    }
6982                clear_current_matrices (f);                clear_current_matrices (f);
6983                f->garbaged = 0;                f->garbaged = 0;
6984                Fredraw_frame (frame);                f->resized_p = 0;
6985              }              }
6986          }          }
6987    

Legend:
Removed from v.1.696  
changed lines
  Added in v.1.697

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