2001-11-20 Michael Meeks <michael@ximian.com>
[platform/core/uifw/at-spi2-atk.git] / libspi / registry.h
index 334b71c..b9df482 100644 (file)
@@ -45,14 +45,14 @@ typedef struct {
   GList *window_listeners;
   GList *toolkit_listeners;
   GList *applications;
-  SpiDeviceEventController *device_event_controller;
+  struct SpiDeviceEventController *device_event_controller;
   SpiDesktop *desktop;
   gboolean (*kbd_event_hook) (gpointer source);
 } SpiRegistry;
 
 typedef struct {
         SpiListenerClass parent_class;
-        POA_Accessibility_SpiRegistry__epv epv;
+        POA_Accessibility_Registry__epv epv;
 } SpiRegistryClass;
 
 GType               spi_registry_get_type   (void);