This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository legacy-imlib2.

View the commit online.

commit 82db0b0e291b9f440f5c7991471a47f0ea05222d
Author: Kim Woelders <[email protected]>
AuthorDate: Mon Mar 6 08:36:50 2023 +0100

    test_grab: Debug tweak
---
 test/test_grab.cpp | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/test/test_grab.cpp b/test/test_grab.cpp
index 51591b4..8d55796 100644
--- a/test/test_grab.cpp
+++ b/test/test_grab.cpp
@@ -298,17 +298,14 @@ _test_grab_1(const int wsrc, const int hsrc, const int xsrc, const int ysrc,
    if (mask != None && mask != 1)
       XFreePixmap(xd.dpy, mask);
 
-   D("%s: %3dx%3d(%d,%d) -> %3dx%3d(%d,%d -> %d,%d)\n", __func__,
-     wsrc, hsrc, xsrc, ysrc, wimg, himg, xi, yi, xdst, ydst);
+   D("%s: %dx%d(%d,%d) -> %dx%d(%d,%d) to %dx%d(%d,%d) bw=%d\n", __func__,
+     wsrc, hsrc, xsrc, ysrc, wo, ho, xdst, ydst, wimg, himg, xo, yo, bw);
 
    imlib_context_set_image(im);
    imlib_image_set_has_alpha(1);
    snprintf(buf, sizeof(buf), "%s/%s-%%d.png", IMG_GEN, xd.test);
    _img_dump(im, buf);
 
-   D("%s: %3dx%3d(%d,%d -> %d,%d) in %dx%d bw=%d\n", __func__,
-     wo, ho, xi, yi, xo, yo, wimg, himg, bw);
-
    dptr = imlib_image_get_data_for_reading_only();
    err = 0;
    for (y = 0; y < himg; y++)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to