mirror of
https://github.com/reactos/reactos.git
synced 2025-07-25 14:33:49 +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 dc = NULL;
|
||||||
PDC_ATTR Dc_Attr = NULL;
|
PDC_ATTR Dc_Attr = NULL;
|
||||||
PGDIBSSETBRHORG pgSBO;
|
|
||||||
if (hDC)
|
if (hDC)
|
||||||
{
|
{
|
||||||
dc = DC_LockDc(hDC);
|
dc = DC_LockDc(hDC);
|
||||||
|
@ -40,6 +39,7 @@ GdiFlushUserBatch(HDC hDC, PGDIBATCHHDR pHdr)
|
||||||
break;
|
break;
|
||||||
case GdiBCSetBrushOrg:
|
case GdiBCSetBrushOrg:
|
||||||
{
|
{
|
||||||
|
PGDIBSSETBRHORG pgSBO;
|
||||||
if (!dc) break;
|
if (!dc) break;
|
||||||
pgSBO = (PGDIBSSETBRHORG) pHdr;
|
pgSBO = (PGDIBSSETBRHORG) pHdr;
|
||||||
Dc_Attr->ptlBrushOrigin = pgSBO->ptlBrushOrigin;
|
Dc_Attr->ptlBrushOrigin = pgSBO->ptlBrushOrigin;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue