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

/xsrc/external/mit/xwininfo/dist/
H A Ddsimple.c279 static xcb_atom_t atom_net_wm_name, atom_utf8_string; variable in typeref:typename:xcb_atom_t
282 xcb_get_property (Dpy, False, Win, atom_net_wm_name, \
386 if (atom_net_wm_name && atom_utf8_string)
426 atom_net_wm_name = Get_Atom (dpy, "_NET_WM_NAME");
429 if (atom_net_wm_name && atom_utf8_string)
H A Dxwininfo.c193 static xcb_atom_t atom_net_wm_name, atom_utf8_string; variable in typeref:typename:xcb_atom_t
1797 if (!atom_net_wm_name)
1798 atom_net_wm_name = Get_Atom (gnwn_dpy, "_NET_WM_NAME");
1803 if (atom_net_wm_name && atom_utf8_string)
1804 return xcb_get_property (gnwn_dpy, False, win, atom_net_wm_name,

Completed in 4 milliseconds