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
2f913efa
Commit
2f913efa
authored
Jan 02, 2009
by
Christian Costa
Committed by
Alexandre Julliard
Jan 02, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mciavi: Implement MCI_DGV_PUT_WINDOW in MCIAVI_mciPut.
parent
2fe1f367
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
wnd.c
dlls/mciavi32/wnd.c
+2
-3
No files found.
dlls/mciavi32/wnd.c
View file @
2f913efa
...
...
@@ -187,9 +187,8 @@ DWORD MCIAVI_mciPut(UINT wDevID, DWORD dwFlags, LPMCI_DGV_PUT_PARMS lpParms)
return
MCIERR_UNRECOGNIZED_COMMAND
;
}
if
(
dwFlags
&
MCI_DGV_PUT_WINDOW
)
{
FIXME
(
"PUT_WINDOW %s
\n
"
,
wine_dbgstr_rect
(
&
rc
));
LeaveCriticalSection
(
&
wma
->
cs
);
return
MCIERR_UNRECOGNIZED_COMMAND
;
TRACE
(
"PUT_WINDOW %s
\n
"
,
wine_dbgstr_rect
(
&
rc
));
SetWindowPos
(
wma
->
hWndPaint
,
NULL
,
rc
.
left
,
rc
.
top
,
rc
.
right
,
rc
.
bottom
,
SWP_NOZORDER
);
}
LeaveCriticalSection
(
&
wma
->
cs
);
return
0
;
...
...
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