summaryrefslogtreecommitdiff
path: root/x11-misc/xdotool/files/xdotool-3.20210804.2-allow_xwayland.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-09-25 20:21:45 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-09-25 20:21:45 +0100
commitc719fdcee603a5a706a45d10cb598762d56a727d (patch)
tree620cbf137661399a3fb1eff92914204f9a970713 /x11-misc/xdotool/files/xdotool-3.20210804.2-allow_xwayland.patch
parentcc4618c9ba3d974948ebf340b542d8cb01db2f55 (diff)
gentoo resync : 25.09.2021
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;
- }
-
-