From 8d6015da04df7924b7ebc1210f5924edbd2b791b Mon Sep 17 00:00:00 2001 From: emersion Date: Fri, 14 Dec 2018 12:47:40 +0100 Subject: [PATCH] The GTK3 patch has been merged upstream --- Running-programs-natively-under-Wayland.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/Running-programs-natively-under-Wayland.md b/Running-programs-natively-under-Wayland.md index 490cc1c..82a9418 100644 --- a/Running-programs-natively-under-Wayland.md +++ b/Running-programs-natively-under-Wayland.md @@ -9,8 +9,6 @@ GDK_BACKEND=wayland CLUTTER_BACKEND=wayland ``` -~~GTK+3 renders CSD (client-side decorations) under the Wayland by default. To disable them, apply the following patch to GTK+: [https://bugzilla.gnome.org/show_bug.cgi?id=781909](https://bugzilla.gnome.org/show_bug.cgi?id=781909).~~ - ## Qt5 ```