Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
037a2d7f
Commit
037a2d7f
authored
Mar 17, 2009
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
safari: add license to file
parent
96be7aba
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
3 deletions
+20
-3
projects/mozilla/support/npmac.cpp
projects/mozilla/support/npmac.cpp
+20
-3
No files found.
projects/mozilla/support/npmac.cpp
View file @
037a2d7f
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
*
* Safari/Mozilla/Firefox plugin for VLC
* Copyright (C) 2009, Jean-Paul Saman <jpsaman@videolan.org>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
//::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
//::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
//
//
// npmac.cpp
// npmac.cpp
...
@@ -204,10 +224,8 @@ static void* SetupTVtoFPGlue(TTVtoFPGlue* functionGlue, void* tvp)
...
@@ -204,10 +224,8 @@ static void* SetupTVtoFPGlue(TTVtoFPGlue* functionGlue, void* tvp)
#endif
/* XP_MACOSX */
#endif
/* XP_MACOSX */
#pragma mark -
#pragma mark -
//::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
//::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
//
//
// Globals
// Globals
...
@@ -229,7 +247,6 @@ NPNetscapeFuncs gNetscapeFuncs; // Function table for procs in Netscape
...
@@ -229,7 +247,6 @@ NPNetscapeFuncs gNetscapeFuncs; // Function table for procs in Netscape
//
//
//::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
//::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
void
NPN_Version
(
int
*
plugin_major
,
int
*
plugin_minor
,
int
*
netscape_major
,
int
*
netscape_minor
)
void
NPN_Version
(
int
*
plugin_major
,
int
*
plugin_minor
,
int
*
netscape_major
,
int
*
netscape_minor
)
{
{
*
plugin_major
=
NP_VERSION_MAJOR
;
*
plugin_major
=
NP_VERSION_MAJOR
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment