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

gEDA-cvs: CVS update: x_image.nw



  User: cnieves 
  Date: 05/10/15 11:46:48

  Modified:    .        x_image.nw
  Log:
  Remove text origin markers when exporting to PNG.
  
  
  
  
  Revision  Changes    Path
  1.18      +1 -0      eda/geda/devel/gschem/noweb/x_image.nw
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: x_image.nw
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/gschem/noweb/x_image.nw,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -b -r1.17 -r1.18
  --- x_image.nw	15 Oct 2005 15:26:36 -0000	1.17
  +++ x_image.nw	15 Oct 2005 15:46:48 -0000	1.18
  @@ -700,6 +700,7 @@
     toplevel.window = gdk_pixmap_new(w_current->window, size_x, size_y, -1);
     toplevel.backingstore = gdk_pixmap_new(w_current->window, size_x, size_y, -1);
     toplevel.grid = 0;
  +  toplevel.text_origin_marker = FALSE;
   
     origin_x = origin_y = 0;
     right = size_x;