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

gEDA-cvs: pcb.git: branch: master updated (fba79a4d2a325c1c21c467358fe06fd9a26930f9)



The branch, master has been updated
       via  fba79a4d2a325c1c21c467358fe06fd9a26930f9 (commit)
      from  351ebc91665795f98d0e6c6676d0c85c7e464008 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


=========
 Summary
=========

 src/draw.c |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)


=================
 Commit Messages
=================

commit fba79a4d2a325c1c21c467358fe06fd9a26930f9
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Commit: Peter Clifton <pcjc2@xxxxxxxxx>

    draw.c: Remove obsolete comment

:100644 100644 8e8821d... fcd605b... M	src/draw.c

=========
 Changes
=========

commit fba79a4d2a325c1c21c467358fe06fd9a26930f9
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Commit: Peter Clifton <pcjc2@xxxxxxxxx>

    draw.c: Remove obsolete comment

diff --git a/src/draw.c b/src/draw.c
index 8e8821d..fcd605b 100644
--- a/src/draw.c
+++ b/src/draw.c
@@ -149,17 +149,13 @@ AddPart (void *b)
 }
 
 /*
- * initiate the actual drawing to the pixmap/screen
- * make the update block slightly larger to handle round-off
- * caused by the TO_SCREEN operation
+ * initiate the actual redrawing of the updated area
  */
 void
 Draw (void)
 {
   HideCrosshair ();
 
-  /* clear and create event if not drawing to a pixmap
-   */
   if (Block.X1 <= Block.X2 && Block.Y1 <= Block.Y2)
     gui->invalidate_lr (Block.X1, Block.X2, Block.Y1, Block.Y2);
 




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