Searched defs:atom (Results 1 - 5 of 5) sorted by relevance
/solaris-x11-s11/open-src/app/cmap_compact/sun-src/ |
H A D | cmcutil.c | 217 Atom atom = XInternAtom(dpy, name, 0); local 220 XChangeProperty(dpy, w, atom, type, format, PropModeReplace, 267 Atom atom = XInternAtom(dpy, RETAIN_PROP_NAME, 0); local 270 if (XGetWindowProperty(dpy, DefaultRootWindow(dpy), atom, 0, 1,
|
/solaris-x11-s11/open-src/xserver/xorg/sun-src/tsol/ |
H A D | tsolprotocol.c | 258 /* Mark as internal atom for 315 Atom atom; local 326 atom = MakeAtom(tchar, stuff->nbytes, !stuff->onlyIfExists); 328 if (atom != BAD_RESOURCE) 330 /* Assign tsol attributes to this atom */ 331 UpdateTsolNode(atom, client); 337 reply.atom = atom;
|
H A D | tsolutils.c | 124 static char *tsolconfig_keywords[] = {"atom", "property", "selection", 647 * It does not really tell if this atom is to be polyinstantiated 760 PolyProperty(Atom atom, WindowPtr pWin) argument 763 ((!tsolpolyprop.polyinst && !(tsol_node[atom].IsSpecial & TSOLM_PROPERTY)) || 764 (tsolpolyprop.polyinst && (tsol_node[atom].IsSpecial & TSOLM_PROPERTY)))) 770 PolySelection(Atom atom) argument 772 if ((tsolpolyseln.polyinst && (tsol_node[atom].IsSpecial & TSOLM_SELECTION)) || 773 (!tsolpolyseln.polyinst && !(tsol_node[atom].IsSpecial & TSOLM_SELECTION)))
|
/solaris-x11-s11/open-src/app/dispswitch/sun-src/ |
H A D | dispswitch.c | 1757 Atom atom; local 1761 atom = XInternAtom (dpy, "DISPLAYSWITCH_DAEMON", True); 1762 if (!atom) { 1767 win = XGetSelectionOwner (dpy, atom); 1807 Atom atom; local 1914 * Create an atom, a trivial window, and make it selection owner. 1917 atom = XInternAtom(dpy, "DISPLAYSWITCH_DAEMON", False); 1918 if (!atom) { 1923 if (XGetSelectionOwner (dpy, atom)) { 1934 XSetSelectionOwner(dpy, atom, wi [all...] |
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/ |
H A D | dpsXcmu.c | 1571 Atom atom) 1577 XSetRGBColormaps(dpy, RootWindow(dpy, vinfo->screen), map, 1, atom); 1599 XSetRGBColormaps(dpy, RootWindow(dpy, vinfo->screen), copy, nProp+1, atom); 1565 DefineProperty( Display *dpy, XStandardColormap *map, XVisualInfo *vinfo, XStandardColormap *prop, int nProp, Atom atom) argument
|
Completed in 29 milliseconds