Hopefully fail to break anything in the process of syncing with trunk (r47786)
[reactos.git] / subsystems / win32 / win32k / eng / engbrush.c
index 7cab89a..9418ffc 100644 (file)
@@ -269,7 +269,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;
 }