summaryrefslogtreecommitdiff
path: root/x11-misc/xdotool/files/xdotool-3.20210804.2-allow_xwayland.patch
blob: efb1ccf1341049db709db2a38567ad765ec05f5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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;
   }