Cherry-pick b1d3bee
to fix implicit declaration
This commit is contained in:
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -6,6 +6,9 @@ gtk+3.0 (3.24.0-4) UNRELEASED; urgency=medium
|
|||||||
- d/p/Revert-imwayland-clear-preedit-on-focus-out.patch: Remove
|
- d/p/Revert-imwayland-clear-preedit-on-focus-out.patch: Remove
|
||||||
* d/p/modules-Check-current-context-before-retrieving-surroundi.patch:
|
* d/p/modules-Check-current-context-before-retrieving-surroundi.patch:
|
||||||
Cherry-pick 88dc784 to fix warnings in Wayland input method
|
Cherry-pick 88dc784 to fix warnings in Wayland input method
|
||||||
|
* d/p/Add-a-missing-include.patch:
|
||||||
|
Cherry-pick b1d3bee to fix implicit declaration of
|
||||||
|
gtk_get_portal_request_path()
|
||||||
|
|
||||||
-- Simon McVittie <smcv@debian.org> Thu, 13 Sep 2018 08:29:08 +0100
|
-- Simon McVittie <smcv@debian.org> Thu, 13 Sep 2018 08:29:08 +0100
|
||||||
|
|
||||||
|
22
debian/patches/Add-a-missing-include.patch
vendored
Normal file
22
debian/patches/Add-a-missing-include.patch
vendored
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
From: Matthias Clasen <mclasen@redhat.com>
|
||||||
|
Date: Wed, 12 Sep 2018 23:02:26 -0400
|
||||||
|
Subject: Add a missing include
|
||||||
|
|
||||||
|
Bug: https://gitlab.gnome.org/GNOME/gtk/issues/1325
|
||||||
|
Origin: upstream, 3.24.1, commit:b1d3beedc3cbabc5050a4292ec398978ca873071
|
||||||
|
---
|
||||||
|
gtk/gtkprintoperation-portal.c | 1 +
|
||||||
|
1 file changed, 1 insertion(+)
|
||||||
|
|
||||||
|
diff --git a/gtk/gtkprintoperation-portal.c b/gtk/gtkprintoperation-portal.c
|
||||||
|
index fb3dad0..9fb0226 100644
|
||||||
|
--- a/gtk/gtkprintoperation-portal.c
|
||||||
|
+++ b/gtk/gtkprintoperation-portal.c
|
||||||
|
@@ -37,6 +37,7 @@
|
||||||
|
#include "gtkshow.h"
|
||||||
|
#include "gtkintl.h"
|
||||||
|
#include "gtkwindowprivate.h"
|
||||||
|
+#include "gtkprivate.h"
|
||||||
|
|
||||||
|
|
||||||
|
typedef struct {
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@ -3,6 +3,7 @@ Fix-portal-path-handling.patch
|
|||||||
imwayland-Fix-clearing-of-preedit-text.patch
|
imwayland-Fix-clearing-of-preedit-text.patch
|
||||||
imwayland-Fix-clearing-of-preedit-text-in-webkitgtk.patch
|
imwayland-Fix-clearing-of-preedit-text-in-webkitgtk.patch
|
||||||
modules-Check-current-context-before-retrieving-surroundi.patch
|
modules-Check-current-context-before-retrieving-surroundi.patch
|
||||||
|
Add-a-missing-include.patch
|
||||||
016_no_offscreen_widgets_grabbing.patch
|
016_no_offscreen_widgets_grabbing.patch
|
||||||
017_no_offscreen_device_grabbing.patch
|
017_no_offscreen_device_grabbing.patch
|
||||||
018_gdkenumtypes.c_location.patch
|
018_gdkenumtypes.c_location.patch
|
||||||
|
Reference in New Issue
Block a user