From e182c8bcd534e5496f502aacfcbe18877f0064d4 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Tue, 16 Feb 2021 14:21:13 +0100 Subject: Fix whitespace errors (no code changes) - remove trailing whitespace - convert tabs to spaces (configure.ac) --- src/drivers/Xlib/Fl_Xlib_Graphics_Driver_image.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/drivers/Xlib/Fl_Xlib_Graphics_Driver_image.cxx b/src/drivers/Xlib/Fl_Xlib_Graphics_Driver_image.cxx index b43d29c91..40cd8e8a2 100644 --- a/src/drivers/Xlib/Fl_Xlib_Graphics_Driver_image.cxx +++ b/src/drivers/Xlib/Fl_Xlib_Graphics_Driver_image.cxx @@ -815,7 +815,7 @@ int Fl_Xlib_Graphics_Driver::scale_and_render_pixmap(Fl_Offscreen pixmap, int de if (Fl_Image::scaling_algorithm() == FL_RGB_SCALING_BILINEAR) { XRenderSetPictureFilter(fl_display, src, FilterBilinear, 0, 0); // A note at https://www.talisman.org/~erlkonig/misc/x11-composite-tutorial/ : - // "When you use a filter you'll probably want to use PictOpOver as the render op, + // "When you use a filter you'll probably want to use PictOpOver as the render op, // regardless of whether the source picture has an alpha channel or not, since // the edges may end up having alpha values after the filter has been applied." // suggests this would be preferable : -- cgit v1.2.3