HomeSort by: relevance | last modified time | path
    Searched refs:XA_WM_ICON_NAME (Results 1 - 13 of 13) sorted by relevancy

  /xsrc/external/mit/libX11/dist/src/
SetTxtProp.c 83 XSetTextProperty (dpy, w, tp, XA_WM_ICON_NAME);
StName.c 55 return XChangeProperty(dpy, w, XA_WM_ICON_NAME, XA_STRING, 8,
FetchName.c 76 if (XGetWindowProperty(dpy, w, XA_WM_ICON_NAME, 0L, (long)BUFSIZ, False,
GetTxtProp.c 103 return (XGetTextProperty (dpy, w, tp, XA_WM_ICON_NAME));
SetHints.c 265 XChangeProperty (dpy, w, XA_WM_ICON_NAME, XA_STRING, 8,
  /xsrc/external/mit/xorgproto/dist/include/X11/
Xatom.h 45 #define XA_WM_ICON_NAME ((Atom) 37)
  /xsrc/external/mit/xorg-server/dist/dix/
initatoms.c 89 if (MakeAtom("WM_ICON_NAME", 12, 1) != XA_WM_ICON_NAME)
  /xsrc/external/mit/xorg-server.old/dist/dix/
initatoms.c 52 if (MakeAtom("WM_ICON_NAME", 12, 1) != XA_WM_ICON_NAME) AtomError();
  /xsrc/external/mit/ctwm/dist/
win_utils.c 244 if((prop == XA_WM_NAME || prop == XA_WM_ICON_NAME)
add_window.c 254 XA_WM_ICON_NAME);
event_handlers.c 1211 case XA_WM_ICON_NAME: {
1212 char *prop = GetWMPropertyString(Tmp_win->w, XA_WM_ICON_NAME);
  /xsrc/external/mit/xprop/dist/
xprop.c 404 {"WM_ICON_NAME", XA_WM_ICON_NAME, "8t", 0 },
  /xsrc/external/mit/twm/dist/src/
events.c 804 case XA_WM_ICON_NAME:

Completed in 40 milliseconds