[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: CVS update: x_window.c



  User: ahvezda 
  Date: 06/10/08 13:43:34

  Modified:    .        x_window.c
  Log:
  Commited patch by Patrick to reduce flickering when opening up schematics.
  
  
  
  
  Revision  Changes    Path
  1.49      +2 -1      eda/geda/gaf/gschem/src/x_window.c
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: x_window.c
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gschem/src/x_window.c,v
  retrieving revision 1.48
  retrieving revision 1.49
  diff -u -b -r1.48 -r1.49
  --- x_window.c	4 Oct 2006 20:11:40 -0000	1.48
  +++ x_window.c	8 Oct 2006 17:43:34 -0000	1.49
  @@ -1036,12 +1036,13 @@
   
     x_pagesel_update (toplevel);
     
  +  toplevel->DONT_REDRAW = 1;
     x_repaint_background (toplevel);
     x_manual_resize (toplevel);
     x_hscrollbar_update (toplevel);
     x_vscrollbar_update (toplevel);
  -
     toplevel->DONT_REDRAW = 0;
  +  
     o_redraw_all (toplevel);
     
   }
  
  
  


_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs