gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash/server action.cpp action.h


From: Vitaly Alexeev
Subject: [Gnash-commit] gnash/server action.cpp action.h
Date: Thu, 15 Jun 2006 18:35:49 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Vitaly Alexeev <alexeev>        06/06/15 18:35:49

Modified files:
        server         : action.cpp action.h 

Log message:
        add clip_event_keypress & clip_event_construct hack

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/server/action.cpp?cvsroot=gnash&r1=1.82&r2=1.83
http://cvs.savannah.gnu.org/viewcvs/gnash/server/action.h?cvsroot=gnash&r1=1.32&r2=1.33

Patches:
Index: action.cpp
===================================================================
RCS file: /sources/gnash/gnash/server/action.cpp,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -b -r1.82 -r1.83
--- action.cpp  12 Jun 2006 17:23:30 -0000      1.82
+++ action.cpp  15 Jun 2006 18:35:49 -0000      1.83
@@ -1353,11 +1353,15 @@
            // These are for the XMLSocket ActionScript only
            "onSockClose",               // CLOSE
            "onSockConnect",     // CONNECT
+           "onSockData",                // Data
            "onSockXML",                 // XML
            // These are for the XML ActionScript only
            "onXMLLoad",                 // XML_LOAD
            "onXMLData",                 // XML_DATA
            "onTimer",           // setInterval Timer expired
+
+               "onClipKeyPress",
+               "onClipConstruct"
        };
 
     assert(m_id > INVALID && m_id < EVENT_COUNT);

Index: action.h
===================================================================
RCS file: /sources/gnash/gnash/server/action.h,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -b -r1.32 -r1.33
--- action.h    27 May 2006 18:17:19 -0000      1.32
+++ action.h    15 Jun 2006 18:35:49 -0000      1.33
@@ -122,6 +122,9 @@
                         // This is for setInterval
                         TIMER,
                        
+                       CLIP_KEY_PRESS,
+                       CLIP_CONSTRUCT,
+
                        EVENT_COUNT
                };
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]