Home
last modified time | relevance | path

Searched refs:FontName (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/dmx/examples/
H A Ddmxwininfo.c44 static const char *FontName = "fixed"; variable
160 fontInfo = XLoadQueryFont(dpy, FontName); in main()
162 fprintf(stderr, "Error: font %s not found\n", FontName); in main()