Toolkit events are now correctly registered for and dispatched
[platform/upstream/at-spi2-core.git] / at-bridge / bridge.c
index 04545a9..9da60d4 100644 (file)
@@ -112,3 +112,8 @@ static void bridge_focus_tracker (AtkObject *object)
   e->detail2 = 0;
   Accessibility_Registry_notifyEvent (registry, e, &ev);
 }
+
+static Accessibility_Registry bridge_get_registry ()
+{
+  return registry;
+}