X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git;a=blobdiff_plain;f=idl%2FEvent.idl;h=3e9d01ae882c63220b5035122e0fc21af285ef7b;hp=92b62509d6b4f43b70e719a1dc34309d439731c0;hb=838ffbd98cd6acfaad67fd6b3a08ac69b9f68f9d;hpb=fdf87471b3d56d7a66d31f33c1ef3d631e9ef51c diff --git a/idl/Event.idl b/idl/Event.idl index 92b6250..3e9d01a 100644 --- a/idl/Event.idl +++ b/idl/Event.idl @@ -31,7 +31,7 @@ module Accessibility struct Event { string type; - Accessible target; + Accessible source; long detail1; long detail2; };