mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2024-11-21 16:46:54 -08:00
msvideo.dll16-DrawDibProfileDisplay: Fix spec file.
This commit is contained in:
parent
e7a0f0e60e
commit
db836be757
@ -1,7 +1,7 @@
|
||||
From a4e357c8f7c61c27b536671fe300ea1c6718a03d Mon Sep 17 00:00:00 2001
|
||||
From b802f2ea4ddd860efb54eb09b766f11150b172ca Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Michael=20M=C3=BCller?= <michael@fds-team.de>
|
||||
Date: Sat, 28 May 2016 00:00:05 +0200
|
||||
Subject: msvideo.dll16: Implement DrawDibProfileDisplay.
|
||||
Subject: msvideo.dll16: Implement DrawDibProfileDisplay. (v2)
|
||||
|
||||
---
|
||||
dlls/msvideo.dll16/msvideo.dll16.spec | 2 +-
|
||||
@ -9,7 +9,7 @@ Subject: msvideo.dll16: Implement DrawDibProfileDisplay.
|
||||
2 files changed, 10 insertions(+), 1 deletion(-)
|
||||
|
||||
diff --git a/dlls/msvideo.dll16/msvideo.dll16.spec b/dlls/msvideo.dll16/msvideo.dll16.spec
|
||||
index f45f644..01dbbf3 100644
|
||||
index f45f644b419..02e2c957df7 100644
|
||||
--- a/dlls/msvideo.dll16/msvideo.dll16.spec
|
||||
+++ b/dlls/msvideo.dll16/msvideo.dll16.spec
|
||||
@@ -35,7 +35,7 @@
|
||||
@ -17,12 +17,12 @@ index f45f644..01dbbf3 100644
|
||||
112 pascal -ret16 DrawDibRealize(word word word) DrawDibRealize16
|
||||
113 stub DRAWDIBTIME
|
||||
-114 stub DRAWDIBPROFILEDISPLAY
|
||||
+114 pascal -ret16 DrawDibProfileDisplay(segptr) DrawDibProfileDisplay16
|
||||
+114 pascal -ret16 DrawDibProfileDisplay(ptr) DrawDibProfileDisplay16
|
||||
115 stub STRETCHDIB
|
||||
118 pascal -ret16 DrawDibStart(word long) DrawDibStart16
|
||||
119 pascal -ret16 DrawDibStop(word) DrawDibStop16
|
||||
diff --git a/dlls/msvideo.dll16/msvideo16.c b/dlls/msvideo.dll16/msvideo16.c
|
||||
index 8f02cc1..28f126c 100644
|
||||
index 8f02cc1ebc8..28f126c957e 100644
|
||||
--- a/dlls/msvideo.dll16/msvideo16.c
|
||||
+++ b/dlls/msvideo.dll16/msvideo16.c
|
||||
@@ -121,6 +121,15 @@ UINT16 VFWAPI DrawDibRealize16(HDRAWDIB16 hdd, HDC16 hdc,
|
||||
@ -42,5 +42,5 @@ index 8f02cc1..28f126c 100644
|
||||
*/
|
||||
BOOL16 VFWAPI DrawDibStart16(HDRAWDIB16 hdd, DWORD rate)
|
||||
--
|
||||
2.8.0
|
||||
2.11.0
|
||||
|
||||
|
@ -5134,7 +5134,7 @@ fi
|
||||
if test "$enable_msvideo_dll16_DrawDibProfileDisplay" -eq 1; then
|
||||
patch_apply msvideo.dll16-DrawDibProfileDisplay/0001-msvideo.dll16-Implement-DrawDibProfileDisplay.patch
|
||||
(
|
||||
printf '%s\n' '+ { "Michael Müller", "msvideo.dll16: Implement DrawDibProfileDisplay.", 1 },';
|
||||
printf '%s\n' '+ { "Michael Müller", "msvideo.dll16: Implement DrawDibProfileDisplay.", 2 },';
|
||||
) >> "$patchlist"
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user