diff options
| author | Jon duSaint | 2022-05-02 08:23:50 -0700 |
|---|---|---|
| committer | Jon duSaint | 2022-05-02 08:23:50 -0700 |
| commit | 1d7ce9124a2fa3cbe8dc5761228ca29abf20659f (patch) | |
| tree | b3144110416734c07a99623018e0462c4b9211d4 | |
| parent | 1e7ecf3375b0502e379f7bd3b629ea917750d41c (diff) | |
gtviewer: comment out mouse move debug print
| -rw-r--r-- | gtviewer/gtviewer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtviewer/gtviewer.c b/gtviewer/gtviewer.c index a412fff..9ee0268 100644 --- a/gtviewer/gtviewer.c +++ b/gtviewer/gtviewer.c @@ -672,7 +672,7 @@ show_pixel (gdouble x, gdouble y) p = (gdk_pixbuf_get_pixels (pb) + (int)y * gdk_pixbuf_get_rowstride (pb) + (int)x * gdk_pixbuf_get_n_channels (pb)); - printf("%lf,%lf: %x,%x,%x,%x\n", x, y, p[0], p[1], p[2], p[3]); // rgba + //printf("%lf,%lf: %x,%x,%x,%x\n", x, y, p[0], p[1], p[2], p[3]); // rgba } /* mouse_moving |
