mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 01:05:42 +00:00
- Remove locking in gdi batch.
svn path=/trunk/; revision=37160
This commit is contained in:
parent
53586450b4
commit
cc68aa2bcc
1 changed files with 2 additions and 2 deletions
|
@ -64,7 +64,7 @@ FASTCALL
|
|||
GdiFlushUserBatch(PDC dc, PGDIBATCHHDR pHdr)
|
||||
{
|
||||
PDC_ATTR Dc_Attr = NULL;
|
||||
UserEnterExclusive();
|
||||
|
||||
if (dc)
|
||||
{
|
||||
Dc_Attr = dc->pDc_Attr;
|
||||
|
@ -109,7 +109,7 @@ GdiFlushUserBatch(PDC dc, PGDIBATCHHDR pHdr)
|
|||
default:
|
||||
break;
|
||||
}
|
||||
UserLeave();
|
||||
|
||||
return pHdr->Size; // Return the full size of the structure.
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue