Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
a9f5ce8a
Commit
a9f5ce8a
authored
Feb 20, 2010
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Kill old and buggy libvlc_drawable_t
parent
1247e870
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
8 deletions
+1
-8
include/vlc/deprecated.h
include/vlc/deprecated.h
+0
-7
projects/mozilla/vlcplugin.cpp
projects/mozilla/vlcplugin.cpp
+1
-1
No files found.
include/vlc/deprecated.h
View file @
a9f5ce8a
...
@@ -30,13 +30,6 @@
...
@@ -30,13 +30,6 @@
* This file defines libvlc depreceated API
* This file defines libvlc depreceated API
*/
*/
/**
* This is the legacy representation of a platform-specific drawable. Because
* it cannot accomodate a pointer on most 64-bits platforms, it should not be
* used anymore.
*/
typedef
int
libvlc_drawable_t
;
# ifdef __cplusplus
# ifdef __cplusplus
extern
"C"
{
extern
"C"
{
# endif
# endif
...
...
projects/mozilla/vlcplugin.cpp
View file @
a9f5ce8a
...
@@ -438,7 +438,7 @@ void VlcPlugin::set_player_window()
...
@@ -438,7 +438,7 @@ void VlcPlugin::set_player_window()
{
{
#ifdef XP_UNIX
#ifdef XP_UNIX
libvlc_media_player_set_xwindow
(
libvlc_media_player
,
libvlc_media_player_set_xwindow
(
libvlc_media_player
,
(
libvlc_drawable
_t
)
getVideoWindow
());
(
uint32
_t
)
getVideoWindow
());
#endif
#endif
#ifdef XP_MACOSX
#ifdef XP_MACOSX
// XXX FIXME insert appropriate call here
// XXX FIXME insert appropriate call here
...
...
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