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
25471218
Commit
25471218
authored
Oct 17, 2001
by
Jukka Heinonen
Committed by
Alexandre Julliard
Oct 17, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
When a surface becomes primary surface, mark the whole surface damaged.
parent
88372a6a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
user.c
dlls/ddraw/dsurface/user.c
+2
-0
No files found.
dlls/ddraw/dsurface/user.c
View file @
25471218
...
...
@@ -256,10 +256,12 @@ BOOL User_DirectDrawSurface_flip_data(IDirectDrawSurfaceImpl* front,
void
User_DirectDrawSurface_flip_update
(
IDirectDrawSurfaceImpl
*
This
,
DWORD
dwFlags
)
{
#ifdef SYNC_UPDATE
This
->
lastlockrect
.
left
=
This
->
lastlockrect
.
right
=
0
;
assert
(
This
->
surface_desc
.
ddsCaps
.
dwCaps
&
DDSCAPS_PRIMARYSURFACE
);
User_copy_to_screen
(
This
,
NULL
);
#else
USER_PRIV_VAR
(
priv
,
This
);
This
->
lastlockrect
.
left
=
This
->
lastlockrect
.
right
=
0
;
assert
(
This
->
surface_desc
.
ddsCaps
.
dwCaps
&
DDSCAPS_PRIMARYSURFACE
);
SetEvent
(
priv
->
user
.
update_event
);
#endif
...
...
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