You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by yi...@apache.org on 2022/07/03 11:42:26 UTC

[royale-asjs] 02/02: Add imports to make swf version work

This is an automated email from the ASF dual-hosted git repository.

yishayw pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git

commit 0f416308a2d74287d50786bff45e14791aa0f329
Author: Yishay Weiss <yi...@hotmail.com>
AuthorDate: Sun Jul 3 14:42:12 2022 +0300

    Add imports to make swf version work
---
 .../MXRoyaleBase/src/main/royale/mx/managers/CursorManagerImpl.as     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/frameworks/projects/MXRoyaleBase/src/main/royale/mx/managers/CursorManagerImpl.as b/frameworks/projects/MXRoyaleBase/src/main/royale/mx/managers/CursorManagerImpl.as
index 22e5c066b7..e5ddff06f0 100644
--- a/frameworks/projects/MXRoyaleBase/src/main/royale/mx/managers/CursorManagerImpl.as
+++ b/frameworks/projects/MXRoyaleBase/src/main/royale/mx/managers/CursorManagerImpl.as
@@ -30,8 +30,8 @@ package mx.managers
 // import flash.events.EventDispatcher;
 // import flash.events.IEventDispatcher;
 // import flash.events.IOErrorEvent;
-// import flash.events.MouseEvent;
-// import flash.events.ProgressEvent;
+import org.apache.royale.events.MouseEvent;
+import mx.events.ProgressEvent;
 // import flash.geom.Point;
 // import flash.system.ApplicationDomain;
 // import flash.text.TextField;