Lines Matching defs:formats
795 const Atom formats[] = { _glfw.x11.UTF8_STRING, XA_STRING };
796 const int formatCount = sizeof(formats) / sizeof(formats[0]);
848 if (targets[i] == formats[j])
902 if (request->target == formats[i])
1578 Atom* formats = NULL;
1593 (unsigned char**) &formats);
1598 formats = (Atom*) event->xclient.data.l + 2;
1603 if (formats[i] == _glfw.x11.text_uri_list)
1610 if (list && formats)
1611 XFree(formats);