Bug#588537: Patch to test

2021-01-15 Thread Vincent Lefevre
Control: tags 588537 - moreinfo

Hi,

On 2017-06-04 15:53:15 +0200, Bastien ROUCARIES wrote:
> Could you test the following patch ?
[...]

I've never received this mail message, though I should be subscribed
to the bug.

Anyway, it seems that I cannot reproduce the bug any longer with
imagemagick 8:6.9.11.57+dfsg-1 and fvwm 1:2.6.8-1+b1, but I don't
know whether this is due to a change in ImageMagick or in the
window manager (FVWM). I cannot see anything related to this issue
in the ImageMagick and FVWM changelogs (both Debian and upstream).
And I think that I haven't seen this bug for quite a long time
(possibly several years).

So I'm closing the bug.

-- 
Vincent Lefèvre  - Web: 
100% accessible validated (X)HTML - Blog: 
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)



Bug#588537: Patch to test

2017-06-04 Thread Bastien ROUCARIES
control: tags -1 + moreinfo

Hi

Could you test the following patch ?

Description: Disable descend path in screenshot

If a compositing manager is running the manually pieced together screenshot
taken by using this path might not actually match what's being displayed on
screen.

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: , 
Bug: 
Bug-Debian: http://bugs.debian.org/
Bug-Ubuntu: https://launchpad.net/bugs/
Forwarded: 
Reviewed-By: 
Last-Update: 

Index: imagemagick-6.8.9.9/magick/xwindow.c
===
--- imagemagick-6.8.9.9.orig/magick/xwindow.c
+++ imagemagick-6.8.9.9/magick/xwindow.c
@@ -4992,8 +4992,7 @@ MagickExport Image *XImportImage(const I
 Get image by window id.
   */
   (void) XGrabServer(display);
-  image=XGetWindowImage(display,target,ximage_info->borders,
-ximage_info->descend ? 1U : 0U);
+  image=XGetWindowImage(display,target,ximage_info->borders, 0U);
   (void) XUngrabServer(display);
   if (image == (Image *) NULL)
 ThrowXWindowException(XServerError,"UnableToReadXWindowImage",