mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user