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
f94e05c6
Commit
f94e05c6
authored
Jan 05, 2014
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Direct3D: remove wall-paper playlist hack
This is now managed by the playlist and video output core.
parent
871c93cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
10 deletions
+0
-10
modules/video_output/msw/direct3d.c
modules/video_output/msw/direct3d.c
+0
-10
No files found.
modules/video_output/msw/direct3d.c
View file @
f94e05c6
...
...
@@ -39,7 +39,6 @@
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_playlist.h>
#include <vlc_vout_display.h>
#include <windows.h>
...
...
@@ -1452,14 +1451,5 @@ static int DesktopCallback(vlc_object_t *object, char const *psz_cmd,
sys
->
ch_desktop
|=
ch_desktop
;
sys
->
desktop_requested
=
newval
.
b_bool
;
vlc_mutex_unlock
(
&
sys
->
lock
);
/* FIXME we should have a way to export variable to be saved */
if
(
ch_desktop
)
{
playlist_t
*
p_playlist
=
pl_Get
(
vd
);
/* Modify playlist as well because the vout might have to be
* restarted */
var_Create
(
p_playlist
,
"video-wallpaper"
,
VLC_VAR_BOOL
);
var_SetBool
(
p_playlist
,
"video-wallpaper"
,
newval
.
b_bool
);
}
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