Searched refs:hRgnWindow (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xwin/ |
| H A D | winwin32rootless.c | 559 HRGN hRgn, hRgnWindow, hRgnClient; in winMWExtWMReshapeFrame() local 575 hRgnWindow = CreateRectRgnIndirect(&rcWindow); in winMWExtWMReshapeFrame() 577 CombineRgn(hRgnWindow, hRgnWindow, hRgnClient, RGN_DIFF); in winMWExtWMReshapeFrame() 578 CombineRgn(hRgn, hRgnWindow, hRgn, RGN_OR); in winMWExtWMReshapeFrame() 582 DeleteObject(hRgnWindow); in winMWExtWMReshapeFrame()
|
| H A D | winmultiwindowwndproc.c | 408 HRGN hRgnWindow; in winTopLevelWindowProc() local 411 hRgnWindow = CreateRectRgnIndirect(&rWindow); in winTopLevelWindowProc() 412 SetWindowRgn(hwnd, hRgnWindow, TRUE); in winTopLevelWindowProc() 413 DeleteObject(hRgnWindow); in winTopLevelWindowProc()
|