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
b3c34d15
Commit
b3c34d15
authored
Jun 20, 2008
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Compile fixes (untested)
parent
1426a88f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
modules/gui/skins2/src/skin_main.cpp
modules/gui/skins2/src/skin_main.cpp
+6
-5
No files found.
modules/gui/skins2/src/skin_main.cpp
View file @
b3c34d15
...
@@ -31,6 +31,7 @@
...
@@ -31,6 +31,7 @@
#include <vlc_input.h>
#include <vlc_input.h>
#include <vlc_demux.h>
#include <vlc_demux.h>
#include <vlc_playlist.h>
#include <vlc_playlist.h>
#include <vlc_window.h>
#include "dialogs.hpp"
#include "dialogs.hpp"
#include "os_factory.hpp"
#include "os_factory.hpp"
...
@@ -262,15 +263,15 @@ static int WindowOpen( vlc_object_t *p_this )
...
@@ -262,15 +263,15 @@ static int WindowOpen( vlc_object_t *p_this )
intf_thread_t
*
pIntf
=
(
intf_thread_t
*
)
intf_thread_t
*
pIntf
=
(
intf_thread_t
*
)
vlc_object_find_name
(
p_this
,
"skins2"
,
FIND_ANYWHERE
);
vlc_object_find_name
(
p_this
,
"skins2"
,
FIND_ANYWHERE
);
if
(
p
_i
ntf
==
NULL
)
if
(
p
I
ntf
==
NULL
)
return
VLC_EGENERIC
;
return
VLC_EGENERIC
;
/* FIXME: most probably not thread-safe,
/* FIXME: most probably not thread-safe,
* albeit no worse than ever before */
* albeit no worse than ever before */
pW
i
nd
->
handle
=
VlcProc
::
getWindow
(
pIntf
,
pWnd
->
vout
,
pWnd
->
handle
=
VlcProc
::
getWindow
(
pIntf
,
pWnd
->
vout
,
&
pWnd
->
pos_x
,
&
pWnd
->
pos_y
,
&
pWnd
->
pos_x
,
&
pWnd
->
pos_y
,
&
pWnd
->
width
,
&
pWnd
->
height
);
&
pWnd
->
width
,
&
pWnd
->
height
);
pWnd
->
p_private
=
p
_i
ntf
;
pWnd
->
p_private
=
p
I
ntf
;
pWnd
->
control
=
&
VlcProc
::
controlWindow
pWnd
->
control
=
&
VlcProc
::
controlWindow
return
VLC_SUCCESS
;
return
VLC_SUCCESS
;
}
}
...
...
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