[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: o_find.nw
User: ahvezda
Date: 06/05/20 16:59:57
Modified: . o_find.nw
Log:
#if'ed out some printfs
Revision Changes Path
1.11 +3 -0 eda/geda/devel/gschem/noweb/o_find.nw
(In the diff below, changes in quantity of whitespace are not shown.)
Index: o_find.nw
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/gschem/noweb/o_find.nw,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- o_find.nw 20 May 2006 18:51:45 -0000 1.10
+++ o_find.nw 20 May 2006 20:59:57 -0000 1.11
@@ -181,10 +181,13 @@
if (inside_region(o_current->left, o_current->top,
o_current->right, o_current->bottom,
screen_x, screen_y)) {
+
+#if DEBUG
printf("o_find_selected_object:\n");
printf("Object bounds:\n\tL: %i\tR: %i\n\tT: %i\tB: %i.\n",
o_current->left, o_current->right, o_current->top, o_current->bottom);
printf("Screen pointer at: (%i,%i)\n", screen_x, screen_y);
+#endif
if (o_current->sel_func != NULL &&
o_current->type != OBJ_HEAD &&
(o_current->visibility == VISIBLE ||