Searched refs:hRgnClient (Results 1 – 1 of 1) sorted by relevance
559 HRGN hRgn, hRgnWindow, hRgnClient; in winMWExtWMReshapeFrame() local576 hRgnClient = CreateRectRgnIndirect(&rcClient); in winMWExtWMReshapeFrame()577 CombineRgn(hRgnWindow, hRgnWindow, hRgnClient, RGN_DIFF); in winMWExtWMReshapeFrame()583 DeleteObject(hRgnClient); in winMWExtWMReshapeFrame()