Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
03435a55
Commit
03435a55
authored
Jan 26, 2017
by
Michael Müller
Committed by
Alexandre Julliard
Jan 27, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msvideo.dll16: Implement DrawDibProfileDisplay.
Signed-off-by:
Bruno Jesus
<
00cpxxx@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
4b9bc3a6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
msvideo.dll16.spec
dlls/msvideo.dll16/msvideo.dll16.spec
+1
-1
msvideo16.c
dlls/msvideo.dll16/msvideo16.c
+9
-0
No files found.
dlls/msvideo.dll16/msvideo.dll16.spec
View file @
03435a55
...
@@ -35,7 +35,7 @@
...
@@ -35,7 +35,7 @@
111 stub DRAWDIBCHANGEPALETTE
111 stub DRAWDIBCHANGEPALETTE
112 pascal -ret16 DrawDibRealize(word word word) DrawDibRealize16
112 pascal -ret16 DrawDibRealize(word word word) DrawDibRealize16
113 stub DRAWDIBTIME
113 stub DRAWDIBTIME
114
stub DRAWDIBPROFILEDISPLAY
114
pascal -ret16 DrawDibProfileDisplay(ptr) DrawDibProfileDisplay16
115 stub STRETCHDIB
115 stub STRETCHDIB
118 pascal -ret16 DrawDibStart(word long) DrawDibStart16
118 pascal -ret16 DrawDibStart(word long) DrawDibStart16
119 pascal -ret16 DrawDibStop(word) DrawDibStop16
119 pascal -ret16 DrawDibStop(word) DrawDibStop16
...
...
dlls/msvideo.dll16/msvideo16.c
View file @
03435a55
...
@@ -121,6 +121,15 @@ UINT16 VFWAPI DrawDibRealize16(HDRAWDIB16 hdd, HDC16 hdc,
...
@@ -121,6 +121,15 @@ UINT16 VFWAPI DrawDibRealize16(HDRAWDIB16 hdd, HDC16 hdc,
}
}
/*************************************************************************
/*************************************************************************
* DrawDibProfileDisplay [MSVIDEO.114]
*/
BOOL16
VFWAPI
DrawDibProfileDisplay16
(
LPBITMAPINFOHEADER
lpbi
)
{
TRACE
(
"(%p)
\n
"
,
lpbi
);
return
DrawDibProfileDisplay
(
lpbi
);
}
/*************************************************************************
* DrawDibStart [MSVIDEO.118]
* DrawDibStart [MSVIDEO.118]
*/
*/
BOOL16
VFWAPI
DrawDibStart16
(
HDRAWDIB16
hdd
,
DWORD
rate
)
BOOL16
VFWAPI
DrawDibStart16
(
HDRAWDIB16
hdd
,
DWORD
rate
)
...
...
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