From aaf6658717f4cef8620f4d58e5d885203a49f993 Mon Sep 17 00:00:00 2001 From: zhang-liang-pengkun Date: Fri, 5 Jan 2024 17:05:08 +0800 Subject: [PATCH] xproto.xml: Update doc text for GrabKey Signed-off-by: zhang-liang-pengkun --- ...roto.xml-Update-doc-text-for-GrabKey.patch | 59 +++++++++++++++++++ xcb-proto.spec | 6 +- 2 files changed, 64 insertions(+), 1 deletion(-) create mode 100644 0006-xproto.xml-Update-doc-text-for-GrabKey.patch diff --git a/0006-xproto.xml-Update-doc-text-for-GrabKey.patch b/0006-xproto.xml-Update-doc-text-for-GrabKey.patch new file mode 100644 index 0000000..9c4c49c --- /dev/null +++ b/0006-xproto.xml-Update-doc-text-for-GrabKey.patch @@ -0,0 +1,59 @@ +From b51f95645f0dbbdeeb20b30774f66eb161b5ce37 Mon Sep 17 00:00:00 2001 +From: Alan Coopersmith +Date: Tue, 1 Jun 2021 17:32:15 -0700 +Subject: [PATCH] xproto.xml: Update doc text for GrabKey + +A little too much copy-and-paste from the GrabPointer doc text had +happened here. + +Signed-off-by: Alan Coopersmith +--- + src/xproto.xml | 13 +++++-------- + 1 file changed, 5 insertions(+), 8 deletions(-) + +diff --git a/src/xproto.xml b/src/xproto.xml +index 116781e..19a8a6a 100644 +--- a/src/xproto.xml ++++ b/src/xproto.xml +@@ -2981,25 +2981,21 @@ results (no grabs are established) if there is a conflicting grab for any combin + + ]]> + + + +- + + +@@ -3010,7 +3006,8 @@ Another client has already issued a GrabKey with the same button/key + combination on the same window. + ]]> + + - 1.14-8 +- xproto.xml: Update doc text for GrabKey + * Tue Dec 26 2023 zhangliangpengkun - 1.14-7 - xcbgen: Use xml.etree.ElementTree for Python >= 3.3. -- Gitee