Home
last modified time | relevance | path

Searched refs:hBlueBrush (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/win32/shell32/dialogs/
H A Ddrvdefext.cpp216 HBRUSH hBlueBrush = CreateSolidBrush(RGB(0, 0, 255)); in PaintStaticControls() local
265 SelectObject(pDrawItem->hDC, hBlueBrush); in PaintStaticControls()
275 hbrOld = (HBRUSH)SelectObject(pDrawItem->hDC, hBlueBrush); in PaintStaticControls()
292 DeleteObject(hBlueBrush); in PaintStaticControls()