Lines Matching defs:Atoms
48 } Atoms[] = {
59 * fallback colors (or fonts). The only way to tell is to check the atoms
76 /* create our atoms */
77 for (i=0; i< (sizeof(Atoms)/sizeof(Atoms[0])); i++ ) {
79 atom = XInternAtom( d, Atoms[i].name, True );
81 _TRACE( ( "Atom \"%s\" does not exist\n", Atoms[i].name ) );
100 _TRACE( ( "Atom \"%s\" cannot be converted to string\n", Atoms[i].name ) );
104 retval += Atoms[i].value;
108 _TRACE( ( "Atom \"%s\"\n", Atoms[i].name ) );
112 _TRACE( ( "\t does not exist on the root window\n", Atoms[i].name ) );
123 _TRACE( ( "\t is a string\n", Atoms[i].name ) );