Lines Matching refs:targets
812 // The list of supported targets was requested
814 const Atom targets[] = { _glfw.x11.TARGETS,
825 (unsigned char*) targets,
826 sizeof(targets) / sizeof(targets[0]));
835 Atom* targets;
840 (unsigned char**) &targets);
848 if (targets[i] == formats[j])
856 targets[i + 1],
857 targets[i],
864 targets[i + 1] = None;
873 (unsigned char*) targets,
876 XFree(targets);
942 const Atom targets[] = { _glfw.x11.UTF8_STRING, XA_STRING };
943 const size_t targetCount = sizeof(targets) / sizeof(targets[0]);
971 targets[i],
1046 if (targets[i] == XA_STRING)
1059 else if (actualType == targets[i])
1061 if (targets[i] == XA_STRING)