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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dswapchain_gdi.c105 HDC hDisplayDC; local
113 hDisplayDC = GetDCEx(hDisplayWnd, 0, DCX_CLIPSIBLINGS|DCX_CACHE);
131 SelectPalette(hDisplayDC, front->palette->hpal, FALSE);
132 RealizePalette(hDisplayDC); /* sends messages => deadlocks */
165 BitBlt(hDisplayDC,
171 ReleaseDC(hDisplayWnd, hDisplayDC);

Completed in 42 milliseconds