summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2021-09-20 11:41:35 +0200
committerMarek Szuba <marecki@gentoo.org>2021-09-20 11:41:35 +0200
commited7c4ff7654a777b4ab65e63146310964ddef0e5 (patch)
tree9cf5c8aacdb36d4a1b09943458c32614d110bc43 /x11-misc/xdotool/files/xdotool-3.20210804.2-allow_xwayland.patch
parentx11-misc/xdotool: stabilize 3.20210903.1 for amd64 (diff)
downloadgentoo-ed7c4ff7654a777b4ab65e63146310964ddef0e5.tar.gz
gentoo-ed7c4ff7654a777b4ab65e63146310964ddef0e5.tar.bz2
gentoo-ed7c4ff7654a777b4ab65e63146310964ddef0e5.zip
x11-misc/xdotool: drop 3.20210804.2
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'x11-misc/xdotool/files/xdotool-3.20210804.2-allow_xwayland.patch')
-rw-r--r--x11-misc/xdotool/files/xdotool-3.20210804.2-allow_xwayland.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/x11-misc/xdotool/files/xdotool-3.20210804.2-allow_xwayland.patch b/x11-misc/xdotool/files/xdotool-3.20210804.2-allow_xwayland.patch
deleted file mode 100644
index efb1ccf13410..000000000000
--- a/x11-misc/xdotool/files/xdotool-3.20210804.2-allow_xwayland.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-See
-https://github.com/jordansissel/xdotool/issues/346
-for details.
-
---- a/xdo.c
-+++ b/xdo.c
-@@ -121,7 +121,6 @@
- // Try to detect XWayland and warn the user about problems.
- if (appears_to_be_wayland(xdpy)) {
- fprintf(stderr, "The X server at %s appears to be XWayland. Unfortunately, XWayland does not correctly support the features used by libxdo and xdotool.\n", display);
-- return NULL;
- }
-
-