Searched refs:hIconOld (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinmultiwindowicons.c538 HICON hIcon, hIconSmall=NULL, hIconOld; local in function:winUpdateIcon
558 hIconOld = (HICON) SendMessage (pWinPriv->hWnd,
562 winDestroyIcon(hIconOld);
565 hIconOld = (HICON) SendMessage (pWinPriv->hWnd,
567 winDestroyIcon(hIconOld);
/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinmultiwindowicons.c586 HICON hIcon, hIconSmall = NULL, hIconOld; local in function:winUpdateIcon
608 hIconOld = (HICON) SendMessage(hWnd, WM_SETICON, ICON_BIG, (LPARAM) hIcon);
610 winDestroyIcon(hIconOld);
613 hIconOld =
615 winDestroyIcon(hIconOld);

Completed in 3 milliseconds