Searched defs:rcBitmap (Results 1 - 1 of 1) sorted by relevance

/httpd/support/win32/
H A DApacheMonitor.c946 RECT rcBitmap; local
1075 rcBitmap.left = lpdis->rcItem.left + XBITMAP + 2;
1076 rcBitmap.top = lpdis->rcItem.top;
1077 rcBitmap.right = lpdis->rcItem.right;
1078 rcBitmap.bottom = lpdis->rcItem.top + YBITMAP;
1119 FillRect(lpdis->hDC, &rcBitmap, (HBRUSH)(COLOR_HIGHLIGHT+1));
1124 FillRect(lpdis->hDC, &rcBitmap, (HBRUSH)(COLOR_INACTIVECAPTION+1));
1131 FillRect(lpdis->hDC, &rcBitmap, (HBRUSH)(COLOR_WINDOW+1));

Completed in 889 milliseconds