summaryrefslogtreecommitdiffstats
path: root/kde/patch/plasma-wayland-protocols/plasma-wayland-protocols_add.missing.since.13.patch
blob: 2450b1cc6d268a2993ebbf182e0702164df77649 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
From 404ae95bc6c2e0a06f09bdcc81bedabcd5c720de Mon Sep 17 00:00:00 2001
From: Aleix Pol <aleixpol@kde.org>
Date: Mon, 27 Jul 2020 15:19:56 +0200
Subject: [PATCH] plasma-window-management: add missing since

---
 src/protocols/plasma-window-management.xml | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/src/protocols/plasma-window-management.xml b/src/protocols/plasma-window-management.xml
index e2fe6303..40e1252f 100644
--- a/src/protocols/plasma-window-management.xml
+++ b/src/protocols/plasma-window-management.xml
@@ -6,7 +6,7 @@
     SPDX-License-Identifier: LGPL-2.1-or-later
   ]]></copyright>
 
-  <interface name="org_kde_plasma_window_management" version="12">
+  <interface name="org_kde_plasma_window_management" version="13">
     <description summary="application windows management">
       This interface manages application windows.
       It provides requests to show and hide the desktop and emits
@@ -78,14 +78,6 @@
       <arg name="id" type="uint" summary="Deprecated: internal window Id"/>
     </event>
 
-    <event name="window_with_uuid">
-      <description summary="notify the client that a window was mapped">
-        This event will be sent immediately after a window is mapped.
-      </description>
-      <arg name="id" type="uint" summary="Deprecated: internal window Id"/>
-      <arg name="uuid" type="string" summary="internal window uuid"/>
-    </event>
-
     <event name="stacking_order_changed" since="11">
       <description summary="notify the client when stacking order changed">
         This event will be sent when stacking order changed and on bind
@@ -99,9 +91,17 @@
       </description>
       <arg name="uuids" type="string" summary="internal windows id ;-separated"/>
     </event>
+
+    <event name="window_with_uuid" since="13">
+      <description summary="notify the client that a window was mapped">
+        This event will be sent immediately after a window is mapped.
+      </description>
+      <arg name="id" type="uint" summary="Deprecated: internal window Id"/>
+      <arg name="uuid" type="string" summary="internal window uuid"/>
+    </event>
   </interface>
 
-  <interface name="org_kde_plasma_window" version="12">
+  <interface name="org_kde_plasma_window" version="13">
     <description summary="interface to control application windows">
       Manages and control an application window.
 
-- 
GitLab