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

/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinmultiwindowicons.c419 static Atom _XA_NET_WM_ICON; local in function:winXIconToHICON
431 _XA_NET_WM_ICON = MakeAtom("_NET_WM_ICON", 12, TRUE);
434 if (_XA_NET_WM_ICON) icon_data = GetWindowProp(pWin, _XA_NET_WM_ICON, &size);
/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinmultiwindowicons.c386 static xcb_atom_t _XA_NET_WM_ICON; local in function:winXIconToHICON
404 _XA_NET_WM_ICON = XCB_NONE;
409 _XA_NET_WM_ICON = atom_reply->atom;
415 xcb_get_property_cookie_t cookie = xcb_get_property(conn, FALSE, id, _XA_NET_WM_ICON, XCB_ATOM_CARDINAL, 0L, INT_MAX);

Completed in 3 milliseconds