forked from AuroraMiddleware/gtk
8c18480092
Since we need to check at run time what kind of AT context to use, we need a hook into the whole GDK backend machinery. The display connection seems to be the best choice, in this case, as it allows us to determine whether we're running on an X11 or Wayland system, and thus whether we should create a GtkAtSpiContext. This requires some surgery to fix the GtkATContext creation function, in order to include a GdkDisplay instance. |
||
---|---|---|
.. | ||
accessible.c | ||
button.c | ||
checkbutton.c | ||
dialog.c | ||
entry.c | ||
expander.c | ||
image.c | ||
label.c | ||
levelbar.c | ||
meson.build | ||
passwordentry.c | ||
progressbar.c | ||
scrollbar.c | ||
searchentry.c | ||
separator.c | ||
spinbutton.c | ||
switch.c | ||
textview.c | ||
window.c |