mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 12:23:28 +00:00
Initialize DC with BLACK_PEN
svn path=/trunk/; revision=4445
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* $Id: dc.c,v 1.55 2003/03/27 23:17:22 gvg Exp $
|
||||
/* $Id: dc.c,v 1.56 2003/03/28 15:27:02 gvg Exp $
|
||||
*
|
||||
* DC.C - Device context functions
|
||||
*
|
||||
@@ -1324,10 +1324,9 @@ HDC DC_FindOpenDC(LPCWSTR Driver)
|
||||
void DC_InitDC(HDC DCHandle)
|
||||
{
|
||||
// W32kRealizeDefaultPalette(DCHandle);
|
||||
//W32kSelectObject(DCHandle, W32kGetStockObject( BLACK_PEN ));
|
||||
|
||||
W32kSelectObject(DCHandle, W32kGetStockObject( WHITE_BRUSH ));
|
||||
//W32kSelectObject(DCHandle, hPen);
|
||||
W32kSelectObject(DCHandle, W32kGetStockObject( BLACK_PEN ));
|
||||
//W32kSelectObject(DCHandle, hFont);
|
||||
|
||||
// CLIPPING_UpdateGCRegion(DCToInit);
|
||||
|
||||
Reference in New Issue
Block a user