mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
Revert 30780 for gdibatch. Size, space and time are very critical in here. If you dont know what your are doing? Do not play in here.
svn path=/trunk/; revision=30807
This commit is contained in:
parent
dd84a68c76
commit
cc030181aa
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,6 @@ GdiFlushUserBatch(HDC hDC, PGDIBATCHHDR pHdr)
|
|||
{
|
||||
PDC dc = NULL;
|
||||
PDC_ATTR Dc_Attr = NULL;
|
||||
PGDIBSSETBRHORG pgSBO;
|
||||
if (hDC)
|
||||
{
|
||||
dc = DC_LockDc(hDC);
|
||||
|
@ -40,6 +39,7 @@ GdiFlushUserBatch(HDC hDC, PGDIBATCHHDR pHdr)
|
|||
break;
|
||||
case GdiBCSetBrushOrg:
|
||||
{
|
||||
PGDIBSSETBRHORG pgSBO;
|
||||
if (!dc) break;
|
||||
pgSBO = (PGDIBSSETBRHORG) pHdr;
|
||||
Dc_Attr->ptlBrushOrigin = pgSBO->ptlBrushOrigin;
|
||||
|
|
Loading…
Reference in a new issue