mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
[WIN32K] Use GDITAG_RBRUSH instead of hardcoding the tag
svn path=/trunk/; revision=47745
This commit is contained in:
parent
a47afb4b46
commit
14ccdeece6
1 changed files with 1 additions and 1 deletions
|
@ -272,7 +272,7 @@ BRUSHOBJ_pvAllocRbrush(
|
|||
IN BRUSHOBJ *pbo,
|
||||
IN ULONG cj)
|
||||
{
|
||||
pbo->pvRbrush = EngAllocMem(0, cj, 'rbdG');
|
||||
pbo->pvRbrush = EngAllocMem(0, cj, GDITAG_RBRUSH);
|
||||
return pbo->pvRbrush;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue