From fcb2226b976880e80f8bc4fdbd09d06d2a9e8d72 Mon Sep 17 00:00:00 2001 From: B Stack Date: Tue, 2 Feb 2021 13:33:22 -0500 Subject: ffs 11.6 rc1 --- freefilesync/revert_zenju_aggressive_upstreamisms.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'freefilesync/revert_zenju_aggressive_upstreamisms.patch') diff --git a/freefilesync/revert_zenju_aggressive_upstreamisms.patch b/freefilesync/revert_zenju_aggressive_upstreamisms.patch index 9492e33..37a1b18 100644 --- a/freefilesync/revert_zenju_aggressive_upstreamisms.patch +++ b/freefilesync/revert_zenju_aggressive_upstreamisms.patch @@ -155,12 +155,12 @@ diff -x '*.orig' -x '*.rej' -aur 11.1-1/wx+/bitmap_button.h 11.1-2/wx+/bitmap_bu wxBitmapButton(parent, id, wxNullBitmap, pos, size, style, validator, name) { SetLabel(label); -diff -x '*.orig' -x '*.rej' -aur 11.1-1/wx+/dc.h 11.1-2/wx+/dc.h ---- 11.5-0/wx+/dc.h 2021-01-04 08:07:48.384544469 -0500 -+++ 11.5-1/wx+/dc.h 2021-01-04 08:13:41.316314485 -0500 +diff -aur -x '*.git*' -x '.*.swp' -x '*.orig' -x '*.rej' 11.6-0/wx+/dc.h 11.6-1/wx+/dc.h +--- 11.6-0/wx+/dc.h 2021-02-02 11:37:38.777718874 -0500 ++++ 11.6-1/wx+/dc.h 2021-02-02 13:05:02.297177154 -0500 @@ -68,9 +68,6 @@ inline - int fastFromDIP(double d) //like wxWindow::FromDIP (but tied to primary monitor and buffered) + int fastFromDIP(int d) //like wxWindow::FromDIP (but tied to primary monitor and buffered) { -#ifndef wxHAVE_DPI_INDEPENDENT_PIXELS -#error why is wxHAVE_DPI_INDEPENDENT_PIXELS not defined? -- cgit