Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
fe6ddde4
Commit
fe6ddde4
authored
May 26, 2016
by
Steve Lhomme
Committed by
Jean-Baptiste Kempf
May 26, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
directdraw: DDOVER_DDFX needs to be set when setting a DDOVERLAYFX
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
f19b0353
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
modules/video_output/win32/directdraw.c
modules/video_output/win32/directdraw.c
+2
-1
No files found.
modules/video_output/win32/directdraw.c
View file @
fe6ddde4
...
...
@@ -1344,7 +1344,8 @@ static int DirectXUpdateOverlay(vout_display_t *vd, LPDIRECTDRAWSURFACE2 surface
HRESULT
hr
=
IDirectDrawSurface2_UpdateOverlay
(
surface
,
&
src
,
sys
->
display
,
&
dst
,
DDOVER_SHOW
|
DDOVER_KEYDESTOVERRIDE
,
&
ddofx
);
DDOVER_SHOW
|
DDOVER_KEYDESTOVERRIDE
|
DDOVER_DDFX
,
&
ddofx
);
sys
->
restore_overlay
=
hr
!=
DD_OK
;
if
(
hr
!=
DD_OK
)
{
...
...
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