Searched refs:atom (Results 1 - 13 of 13) sorted by relevance

/solaris-x11-s11/open-src/lib/xcb-util/
H A DMakefile58 FIX_PC_FILES=xcb-atom.pc.in xcb-aux.pc.in xcb-event.pc.in xcb-util.pc.in
/solaris-x11-s11/open-src/app/cmap_compact/sun-src/
H A Dcmcutil.c217 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/lib/libXtsol/sun-src/
H A DXtsolproto.h93 CARD32 atom B32; /* atom ID */
105 CARD32 atom B32; /* atom ID */
151 CARD32 atom B32; /* resource ID */
H A DXtsol.c139 req->atom = property;
168 req->atom = property;
506 req->atom = property;
550 req->atom = property;
593 req->atom = property;
/solaris-x11-s11/open-src/xserver/xorg/sun-src/tsol/
H A Dtsolutils.c124 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)))
H A Dtsolinfo.h95 #define MAX_SLS 256 /* used in atom */
336 extern int PolyProperty(Atom atom, WindowPtr pWin);
337 extern int PolySelection(Atom atom);
H A Dtsolextension.c116 static Atom tsol_atom_sel_agnt = 0; /* selection agent atom created during init */
577 swapl(&stuff->atom);
590 swapl(&stuff->atom);
644 swapl(&stuff->atom);
744 if (!ValidAtom(stuff->atom))
746 client->errorValue = stuff->atom;
754 if (pProp->propertyName == stuff->atom)
762 client->errorValue = stuff->atom;
806 if (!ValidAtom(stuff->atom))
808 client->errorValue = stuff->atom;
[all...]
H A Dtsolprotocol.c258 /* 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;
/solaris-x11-s11/open-src/app/dispswitch/sun-src/
H A Ddispswitch.c1757 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/libXaw4/sun-src/
H A DXaw3_1Text.c1481 * Arguments: atom - the atom to check.
1482 * Returns: the number of the cut buffer representing this atom or
1489 GetCutBufferNumber(atom)
1490 register Atom atom;
1492 if (atom == XA_CUT_BUFFER0) return(0);
1493 if (atom == XA_CUT_BUFFER1) return(1);
1494 if (atom == XA_CUT_BUFFER2) return(2);
1495 if (atom == XA_CUT_BUFFER3) return(3);
1496 if (atom
[all...]
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DText.c1685 * Arguments: atom - the atom to check.
1686 * Returns: the number of the cut buffer representing this atom or
1693 GetCutBufferNumber(atom)
1694 Atom atom;
1696 if (atom == XA_CUT_BUFFER0) return(0);
1697 if (atom == XA_CUT_BUFFER1) return(1);
1698 if (atom == XA_CUT_BUFFER2) return(2);
1699 if (atom == XA_CUT_BUFFER3) return(3);
1700 if (atom
[all...]
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Dcslibint.c1135 ev->atom = event->u.property.atom;
1145 ev->selection = event->u.selectionClear.atom;
H A DdpsXcmu.c1571 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 54 milliseconds