From 1ad2fd9b87772b3ed6a1d4c739d1f1e5212eca17 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Nov 01 2017 21:03:41 +0000 Subject: Workaround a missing file in the tarball --- diff --git a/gtk3.spec b/gtk3.spec index bcc1af3..97ab7c0 100644 --- a/gtk3.spec +++ b/gtk3.spec @@ -28,6 +28,9 @@ Summary: GTK+ graphical user interface library License: LGPLv2+ URL: http://www.gtk.org Source0: http://download.gnome.org/sources/gtk+/3.22/gtk+-%{version}.tar.xz +# Missing file in 3.22.25 tarball +# https://bugzilla.gnome.org/show_bug.cgi?id=789630 +Source1: server-decoration.xml BuildRequires: pkgconfig(atk) >= %{atk_version} BuildRequires: pkgconfig(atk-bridge-2.0) @@ -167,6 +170,7 @@ the functionality of the installed %{name} package. %prep %setup -q -n gtk+-%{version} +cp %{S:1} gdk/wayland/protocol/server-decoration.xml %build export CFLAGS='-fno-strict-aliasing %optflags' diff --git a/server-decoration.xml b/server-decoration.xml new file mode 100644 index 0000000..8bc106c --- /dev/null +++ b/server-decoration.xml @@ -0,0 +1,94 @@ + + + . + ]]> + + + This interface allows to coordinate whether the server should create + a server-side window decoration around a wl_surface representing a + shell surface (wl_shell_surface or similar). By announcing support + for this interface the server indicates that it supports server + side decorations. + + + + When a client creates a server-side decoration object it indicates + that it supports the protocol. The client is supposed to tell the + server whether it wants server-side decorations or will provide + client-side decorations. + + If the client does not create a server-side decoration object for + a surface the server interprets this as lack of support for this + protocol and considers it as client-side decorated. Nevertheless a + client-side decorated surface should use this protocol to indicate + to the server that it does not want a server-side deco. + + + + + + + + + + + + + This event is emitted directly after binding the interface. It contains + the default mode for the decoration. When a new server decoration object + is created this new object will be in the default mode until the first + request_mode is requested. + + The server may change the default mode at any time. + + + + + + + + + + + + + + + + + + + + + This event is emitted directly after the decoration is created and + represents the base decoration policy by the server. E.g. a server + which wants all surfaces to be client-side decorated will send Client, + a server which wants server-side decoration will send Server. + + The client can request a different mode through the decoration request. + The server will acknowledge this by another event with the same mode. So + even if a server prefers server-side decoration it's possible to force a + client-side decoration. + + The server may emit this event at any time. In this case the client can + again request a different mode. It's the responsibility of the server to + prevent a feedback loop. + + + + +