From 6a32252403781b303d4ebd195932ce39c5b1c08e Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Tue, 30 Jul 2019 16:03:58 +0200 Subject: Update to 5.43 --- jwxyz/jwxyz.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'jwxyz/jwxyz.m') diff --git a/jwxyz/jwxyz.m b/jwxyz/jwxyz.m index 4256f6d..c6a7af5 100644 --- a/jwxyz/jwxyz.m +++ b/jwxyz/jwxyz.m @@ -1,4 +1,4 @@ -/* xscreensaver, Copyright (c) 1991-2018 Jamie Zawinski +/* xscreensaver, Copyright (c) 1991-2019 Jamie Zawinski * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided that @@ -1284,7 +1284,7 @@ GetSubImage (Display *dpy, Drawable d, int x, int y, // data points at (x,y) with ibpl rowstride. ignore x,y from now on. data += (y * ibpl) + (x * (ibpp/8)); - format = (depth == 1 ? XYPixmap : ZPixmap); + // format = (depth == 1 ? XYPixmap : ZPixmap); int obpl = image->bytes_per_line; -- cgit v1.2.3-55-g7522