Home
last modified time | relevance | path

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

/dports/x11-toolkits/gnustep-back/libs-back-back-0_28_0/Source/xlib/
H A DXGCommonFont.m60 static Atom XA_AVERAGE_WIDTH = (Atom)0;
89 XA_AVERAGE_WIDTH = XInternAtom(dpy, "AVERAGE_WIDTH", False);
H A DXGFont.m83 XA_AVERAGE_WIDTH = XInternAtom(dpy, "AVERAGE_WIDTH", False);
/dports/x11/rxvt-unicode/rxvt-unicode-9.30/src/
H A Drxvttoolkit.h52 XA_AVERAGE_WIDTH, enumerator
H A Drxvtfont.C627 if (!XGetFontProperty (f, term->xa [XA_AVERAGE_WIDTH], &avgwidth)) in set_properties()