Cherry-pick b1d3bee to fix implicit declaration

This commit is contained in:
Simon McVittie
2018-09-13 08:32:39 +01:00
parent acda4477a2
commit 75f0b24eb5
3 changed files with 26 additions and 0 deletions

3
debian/changelog vendored
View File

@ -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/modules-Check-current-context-before-retrieving-surroundi.patch:
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

View 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 {

View File

@ -3,6 +3,7 @@ Fix-portal-path-handling.patch
imwayland-Fix-clearing-of-preedit-text.patch
imwayland-Fix-clearing-of-preedit-text-in-webkitgtk.patch
modules-Check-current-context-before-retrieving-surroundi.patch
Add-a-missing-include.patch
016_no_offscreen_widgets_grabbing.patch
017_no_offscreen_device_grabbing.patch
018_gdkenumtypes.c_location.patch