Mercurial > minori
diff dep/animone/src/a11y/atspi.cc @ 372:a65a43766b22
dep/animone: atspi a11y impl didn't work at all and hit an assertion
because paper can't code
author | Paper <paper@tflc.us> |
---|---|
date | Fri, 25 Jul 2025 11:02:29 -0400 |
parents | 886f66775f31 |
children |
line wrap: on
line diff
--- a/dep/animone/src/a11y/atspi.cc Fri Jul 25 11:01:57 2025 -0400 +++ b/dep/animone/src/a11y/atspi.cc Fri Jul 25 11:02:29 2025 -0400 @@ -39,7 +39,7 @@ if (!desktop) return false; - for (gint j = 0; j < atspi_accessible_get_child_count(application.get(), nullptr); j++) { + for (gint j = 0; j < atspi_accessible_get_child_count(desktop.get(), nullptr); j++) { application.reset(atspi_accessible_get_child_at_index(desktop.get(), j, nullptr)); if (!application) return false;