Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinwin32rootless.c559 HRGN hRgn, hRgnWindow, hRgnClient; in winMWExtWMReshapeFrame() local
576 hRgnClient = CreateRectRgnIndirect(&rcClient); in winMWExtWMReshapeFrame()
577 CombineRgn(hRgnWindow, hRgnWindow, hRgnClient, RGN_DIFF); in winMWExtWMReshapeFrame()
583 DeleteObject(hRgnClient); in winMWExtWMReshapeFrame()