gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash plugin/mozilla-sdk/include/npupp.h ChangeLog


From: Rob Savoye
Subject: [Gnash-commit] gnash plugin/mozilla-sdk/include/npupp.h ChangeLog
Date: Sun, 30 Mar 2008 20:56:16 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Rob Savoye <rsavoye>    08/03/30 20:56:16

Modified files:
        plugin/mozilla-sdk/include: npupp.h 
        .              : ChangeLog 

Log message:
                * plugin/mozilla-sdk/include/npupp.h: Don't use NPPluginFuncs.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/plugin/mozilla-sdk/include/npupp.h?cvsroot=gnash&r1=1.8&r2=1.9
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.6101&r2=1.6102

Patches:
Index: plugin/mozilla-sdk/include/npupp.h
===================================================================
RCS file: /sources/gnash/gnash/plugin/mozilla-sdk/include/npupp.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- plugin/mozilla-sdk/include/npupp.h  15 Mar 2008 22:51:30 -0000      1.8
+++ plugin/mozilla-sdk/include/npupp.h  30 Mar 2008 20:56:15 -0000      1.9
@@ -676,7 +676,7 @@
 /* plugin meta member functions */
 
 NP_EXPORT(char*)   NP_GetMIMEDescription(void);
-NP_EXPORT(NPError) NP_Initialize(NPNetscapeFuncs*, NPPluginFuncs*);
+NP_EXPORT(NPError) NP_Initialize(NPNetscapeFuncs*);
 NP_EXPORT(NPError) NP_Shutdown(void);
 NP_EXPORT(NPError) NP_GetValue(void *future, NPPVariable aVariable, void 
*aValue);
 

Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.6101
retrieving revision 1.6102
diff -u -b -r1.6101 -r1.6102
--- ChangeLog   30 Mar 2008 20:46:18 -0000      1.6101
+++ ChangeLog   30 Mar 2008 20:56:15 -0000      1.6102
@@ -1,5 +1,6 @@
 2008-03-30  Rob Savoye  <address@hidden>
 
+       * plugin/mozilla-sdk/include/npupp.h: Don't use NPPluginFuncs.
        * gui/klash.moc.in: Drop the extraneous gnash-head path from the
        include for kdesup.h.
 




reply via email to

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