d/patches: Add notes on upstream rejection of !5301

This commit is contained in:
Simon McVittie 2023-01-24 17:10:12 +00:00
parent dd5be8adc6
commit 91c075d884
2 changed files with 6 additions and 7 deletions

View File

@ -9,11 +9,11 @@ later when presenting the window.
Needed for activation of gnome-terminal (also needs patches on the application
side, see https://gitlab.gnome.org/GNOME/gnome-terminal/-/issues/7952).
Fixes #5386
Signed-off-by: Joan Bruguera <joanbrugueram@gmail.com>
https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/5301
Bug: https://gitlab.gnome.org/GNOME/gtk/-/issues/5386
Forwarded: https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/5301
Applied-upstream: no, rejected in https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/5302#note_1622250
---
gdk/wayland/gdkdisplay-wayland.c | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)

View File

@ -9,11 +9,10 @@ This supersedes 5dca6dce91b4413064c858ae011ea7b1e33421e2, which misses the case
where the window is shown with gtk_widget_show instead of gtk_window_present.
Note 5dca6dce91 was also accidentally missing on the xdg-activation GTK3 port.
Fixes #5386
Signed-off-by: Joan Bruguera <joanbrugueram@gmail.com>
https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/5301
Bug: https://gitlab.gnome.org/GNOME/gtk/-/issues/5386
Forwarded: https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/5301
Applied-upstream: no, rejected in https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/5302#note_1622250
---
gtk/gtkwindow.c | 10 ++++++++++
1 file changed, 10 insertions(+)