From 69ee5b0fd692a0280fe6955efe064bcadc3759a3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20Dj=C3=A4rv?= Date: Thu, 4 Nov 2010 13:17:46 +0100 Subject: [PATCH] Remove debug code. --- src/xfns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xfns.c b/src/xfns.c index 0b0f1cd0d96..c07ea49e663 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -553,7 +553,7 @@ x_real_positions (f, xptr, yptr) &actual_type, &actual_format, &actual_size, &bytes_remaining, &tmp_data); - if (0 && rc == Success && actual_type == target_type && !x_had_errors_p (dpy) + if (rc == Success && actual_type == target_type && !x_had_errors_p (dpy) && actual_size == 4 && actual_format == 32) { int ign; -- 2.39.2