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
8870d51d
Commit
8870d51d
authored
Jan 23, 2023
by
Jacek Caban
Committed by
Alexandre Julliard
Jan 24, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
win32u: Silence spurious FIXME in NtUserScrollWindowEx.
Wine-Bug:
https://bugs.winehq.org/show_bug.cgi?id=54357
parent
1f1f9902
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dce.c
dlls/win32u/dce.c
+1
-1
No files found.
dlls/win32u/dce.c
View file @
8870d51d
...
...
@@ -1729,7 +1729,7 @@ INT WINAPI NtUserScrollWindowEx( HWND hwnd, INT dx, INT dy, const RECT *rect,
TRACE
(
"%p, %d,%d update_rgn=%p update_rect = %p %s %04x
\n
"
,
hwnd
,
dx
,
dy
,
update_rgn
,
update_rect
,
wine_dbgstr_rect
(
rect
),
flags
);
TRACE
(
"clip_rect = %s
\n
"
,
wine_dbgstr_rect
(
clip_rect
)
);
if
(
flags
&
~
(
SW_SCROLLCHILDREN
|
SW_INVALIDATE
|
SW_ERASE
))
if
(
flags
&
~
(
SW_SCROLLCHILDREN
|
SW_INVALIDATE
|
SW_ERASE
|
SW_NODCCACHE
))
FIXME
(
"some flags (%04x) are unhandled
\n
"
,
flags
);
rdw_flags
=
(
flags
&
SW_ERASE
)
&&
(
flags
&
SW_INVALIDATE
)
?
...
...
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