Its been more than a decade since Wayland
has not supported screen coordinates. Clearly
spamming every apps stderr with warnings is
never going to make ATs stop asking for screen
coordinates.
Just give up. Go home
switch (coordtype)
{
case ATSPI_COORD_TYPE_SCREEN:
- g_warning ("Screen coordinates not supported, reported positions will be wrong");
+ *xo = 0;
+ *yo = 0;
return;
case ATSPI_COORD_TYPE_WINDOW:
switch (coordtype)
{
case ATSPI_COORD_TYPE_SCREEN:
- g_warning ("Screen coordinates not supported, reported positions will be wrong");
*xo = 0;
*yo = 0;
return;