Searched refs:hIconNew (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinmultiwindowicons.h33 winUpdateIcon(HWND hWnd, xcb_connection_t *conn, xcb_window_t id, HICON hIconNew);
H A Dwinmultiwindowicons.c584 winUpdateIcon(HWND hWnd, xcb_connection_t *conn, xcb_window_t id, HICON hIconNew) argument
588 if (hIconNew)
591 hIcon = hIconNew;
592 hIconSmall = hIconNew;
H A Dwinmultiwindowwm.c659 HICON hIconNew = NULL; local in function:UpdateIcon
673 hIconNew = winOverrideIcon(res_name, res_class, window_name);
678 winUpdateIcon(hWnd, pWMInfo->conn, iWindow, hIconNew);

Completed in 6 milliseconds