Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 807989
Collapse All | Expand All

(-)a/xdo.c (-1 / +1 lines)
Lines 121-127 xdo_t* xdo_new_with_opened_display(Displ Link Here
121
  // Try to detect XWayland and warn the user about problems.
121
  // Try to detect XWayland and warn the user about problems.
122
  if (appears_to_be_wayland(xdpy)) {
122
  if (appears_to_be_wayland(xdpy)) {
123
    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);
123
    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);
124
    return NULL;
124
    // return NULL;
125
  }
125
  }
126
126
127
127

Return to bug 807989