This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit cdbc47561465cc8e4ee43e6884b65a80b10e3f68 Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Apr 27 04:59:52 2019 +0200 debian/patches: remove patch to revert back to non-offscreen image surfaces with GTK2. We've got something even better coming up. --- debian/changelog | 3 +++ .../fixes/Disable-Offscreen-Rendering-with-GTK2.patch | 15 --------------- debian/patches/series | 1 - 3 files changed, 3 insertions(+), 16 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3fae94c..7277c55 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,9 @@ palemoon (28.4.1+repack-1-0x2go1) UNRELEASED; urgency=medium [ Mihai Moldovan ] * New downstream version (28.4.1): + * debian/patches: + - Remove patch to revert back to non-offscreen image surfaces with GTK2. + We've got something even better coming up. -- Mihai Moldovan <ionic@ionic.de> Wed, 25 Apr 2019 09:19:33 +0200 diff --git a/debian/patches/fixes/Disable-Offscreen-Rendering-with-GTK2.patch b/debian/patches/fixes/Disable-Offscreen-Rendering-with-GTK2.patch deleted file mode 100644 index 2d9f089..0000000 --- a/debian/patches/fixes/Disable-Offscreen-Rendering-with-GTK2.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- a/gfx/thebes/gfxPlatformGtk.cpp -+++ b/gfx/thebes/gfxPlatformGtk.cpp -@@ -407,8 +407,12 @@ gfxPlatformGtk::GetDPIScale() - bool - gfxPlatformGtk::UseImageOffscreenSurfaces() - { -+#if (MOZ_WIDGET_GTK == 2) -+ return false; -+#else - return GetDefaultContentBackend() != mozilla::gfx::BackendType::CAIRO || - gfxPrefs::UseImageOffscreenSurfaces(); -+#endif - } - - gfxImageFormat diff --git a/debian/patches/series b/debian/patches/series index 02bd878..0e06003 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,2 @@ debian-hacks/Add-debian-extra-stuff-to-upstream-build-system-dire.patch -fixes/Disable-Offscreen-Rendering-with-GTK2.patch -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git