# PaCkAgE DaTaStReAm libxft 1 3410 # end of header 0707010002d610000081a40000000000000000000000014f73c213000001210000010000010007ffffffffffffffff0000000f00000000libxft/pkginfoPKG=libxft NAME=libxft 2.3.0 SPARC 64bit Solaris 10 VERSION=2.3.0 PSTAMP=29th March 2012 VENDOR=X.org EMAIL=http://cgit.freedesktop.org/xorg/lib/libXft/ DESC=X.org X11 Client side font rendering library ARCH=i386 CATEGORY=utility CLASSES=none BASEDIR=/ ISTATES=S s 1 2 3 RSTATES=S s 1 2 3 0707010002d60f000081a40000000000000000000000014f73c2130000046f0000010000010007ffffffffffffffff0000000e00000000libxft/pkgmap: 1 3410 1 d none /usr ? ? ? 1 d none /usr/local ? ? ? 1 d none /usr/local/include 0755 root root 1 d none /usr/local/include/X11 0755 root root 1 d none /usr/local/include/X11/Xft 0755 root root 1 f none /usr/local/include/X11/Xft/Xft.h 0644 root root 12491 64425 1332986194 1 f none /usr/local/include/X11/Xft/XftCompat.h 0644 root root 5223 43556 1332986194 1 d none /usr/local/lib 0755 root root 1 f none /usr/local/lib/libXft.a 0644 root root 868688 57616 1332986193 1 f none /usr/local/lib/libXft.la 0755 root root 1254 45228 1332986193 1 s none /usr/local/lib/libXft.so=libXft.so.2.3.0 1 s none /usr/local/lib/libXft.so.2=libXft.so.2.3.0 1 f none /usr/local/lib/libXft.so.2.3.0 0755 root root 799704 45381 1332986193 1 d none /usr/local/lib/pkgconfig 0755 root root 1 f none /usr/local/lib/pkgconfig/xft.pc 0644 root root 267 24549 1332986194 1 d none /usr/local/share 0755 root root 1 d none /usr/local/share/man 0755 root root 1 d none /usr/local/share/man/man3 0755 root root 1 f none /usr/local/share/man/man3/Xft.3 0644 root root 20115 61723 1332986193 1 i checkinstall 785 2565 1332986387 1 i pkginfo 289 22388 1332986387 07070100000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000b00000000TRAILER!!!0707010002d610000081a40000000000000000000000014f73c213000001210000010000010007ffffffffffffffff0000000800000000pkginfoPKG=libxft NAME=libxft 2.3.0 SPARC 64bit Solaris 10 VERSION=2.3.0 PSTAMP=29th March 2012 VENDOR=X.org EMAIL=http://cgit.freedesktop.org/xorg/lib/libXft/ DESC=X.org X11 Client side font rendering library ARCH=i386 CATEGORY=utility CLASSES=none BASEDIR=/ ISTATES=S s 1 2 3 RSTATES=S s 1 2 3 0707010002d60f000081a40000000000000000000000014f73c2130000046f0000010000010007ffffffffffffffff0000000700000000pkgmap: 1 3410 1 d none /usr ? ? ? 1 d none /usr/local ? ? ? 1 d none /usr/local/include 0755 root root 1 d none /usr/local/include/X11 0755 root root 1 d none /usr/local/include/X11/Xft 0755 root root 1 f none /usr/local/include/X11/Xft/Xft.h 0644 root root 12491 64425 1332986194 1 f none /usr/local/include/X11/Xft/XftCompat.h 0644 root root 5223 43556 1332986194 1 d none /usr/local/lib 0755 root root 1 f none /usr/local/lib/libXft.a 0644 root root 868688 57616 1332986193 1 f none /usr/local/lib/libXft.la 0755 root root 1254 45228 1332986193 1 s none /usr/local/lib/libXft.so=libXft.so.2.3.0 1 s none /usr/local/lib/libXft.so.2=libXft.so.2.3.0 1 f none /usr/local/lib/libXft.so.2.3.0 0755 root root 799704 45381 1332986193 1 d none /usr/local/lib/pkgconfig 0755 root root 1 f none /usr/local/lib/pkgconfig/xft.pc 0644 root root 267 24549 1332986194 1 d none /usr/local/share 0755 root root 1 d none /usr/local/share/man 0755 root root 1 d none /usr/local/share/man/man3 0755 root root 1 f none /usr/local/share/man/man3/Xft.3 0644 root root 20115 61723 1332986193 1 i checkinstall 785 2565 1332986387 1 i pkginfo 289 22388 1332986387 0707010002d623000041ed0000000000000000000000024f73c213000000000000010000010007ffffffffffffffff0000000800000000install0707010002d624000081ed0000000000000000000000014f73c213000003110000010000010007ffffffffffffffff0000001500000000install/checkinstall#!/bin/sh # expected_bits="64" expected_release="5.10" expected_platform="sparc" # release=`uname -r` platform=`uname -p` bits=`isainfo -b` # if [ ${platform} != ${expected_platform} ]; then echo "\n\n\n\tThis package must be installed on a ${expected_platform} architecture\n" echo "\tAborting installation.\n\n\n" exit 1 fi if [ ${release} != ${expected_release} ]; then echo "\n\n\n\tThis package must be installed on a ${expected_release} machine\n" echo "\tAborting installation.\n\n\n" exit 1 fi if [ ${bits} != ${expected_bits} ]; then echo "\n\n\n\tThis package must be installed on a ${expected_bits} bit machine\n" echo "\tYour machine is running a ${bits} bit O.S. currently\n" echo "\tAborting installation.\n\n\n" exit 1 fi exit 0 0707010002d611000041ed0000000000000000000000034f73c213000000000000010000010007ffffffffffffffff0000000500000000root0707010002d612000041ed0000000000000000000000034f73c213000000000000010000010007ffffffffffffffff0000000900000000root/usr0707010002d613000041ed0000000000000000000000054f73c213000000000000010000010007ffffffffffffffff0000000f00000000root/usr/local0707010002d61f000041ed0000000000000000000000034f73c213000000000000010000010007ffffffffffffffff0000001500000000root/usr/local/share0707010002d620000041ed0000000000000000000000034f73c213000000000000010000010007ffffffffffffffff0000001900000000root/usr/local/share/man0707010002d621000041ed0000000000000000000000024f73c213000000000000010000010007ffffffffffffffff0000001e00000000root/usr/local/share/man/man30707010002d622000081a40000000000000000000000014f73c15100004e930000010000010007ffffffffffffffff0000002400000000root/usr/local/share/man/man3/Xft.3.\" .\" Copyright © 2000 Keith Packard .\" .\" Permission to use, copy, modify, distribute, and sell this software and its .\" documentation for any purpose is hereby granted without fee, provided that .\" the above copyright notice appear in all copies and that both that .\" copyright notice and this permission notice appear in supporting .\" documentation, and that the name of Keith Packard not be used in .\" advertising or publicity pertaining to distribution of the software without .\" specific, written prior permission. Keith Packard makes no .\" representations about the suitability of this software for any purpose. It .\" is provided "as is" without express or implied warranty. .\" .\" KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, .\" INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO .\" EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR .\" CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, .\" DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER .\" TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR .\" PERFORMANCE OF THIS SOFTWARE. .\" .TH Xft 3 "libXft 2.3.0" "X Version 11" .SH NAME Xft \- X FreeType interface library .SH DESCRIPTION .B Xft is a simple library designed to interface the FreeType rasterizer with the X Rendering Extension. This manual page barely scratches the surface of this library. .SH "HEADER FILE" .B #include .SH CONSTANTS .TP .B XFT_MAJOR is the major version number of .BR Xft . .TP .B XFT_MINOR is the minor version number of .BR Xft . .TP .B XFT_REVISION is the revision number of .BR Xft . .TP .B XFT_VERSION is .B XFT_MAJOR times 10000 (ten thousand), plus .B XFT_MINOR times 100, plus .BR XFT_REVISION . .TP .B XftVersion is an alias for .BR XFT_VERSION . .PP The following example illustrates how .BR Xft 's version constants might be used: .nf #if (XFT_VERSION >= 20107) (void) puts("Version 2.1.7 or later of the Xft library is in" " use."); #else (void) printf("Insufficient version of Xft (%d.%d.%d) installed; " need at least version 2.1.7.\(rsn", XFT_MAJOR, XFT_MINOR, XFT_REVISION); #endif .fi .\" I don't understand what these are for. -- BR, 2005-04-02 .\" XFT_CORE used in xftname.c .\" XFT_RENDER used in xftdpy.c, xftfreetype.c, xftname.c .\" XFT_XLFD used in xftname.c, xftxlfd.c .\" XFT_MAX_GLYPH_MEMORY used in xftdpy.c, xftfreetype.c .\" XFT_MAX_UNREF_FONTS used in xftdpy.c .\" XFT_NMISSING used in xftcore.c, xftextent.c, xftglyphs.c, .\" xftrender.c .SH "DATA TYPES" .TP .B XftFont .nf typedef struct _XftFont { int ascent; int descent; int height; int max_advance_width; FcCharSet *charset; FcPattern *pattern; } XftFont; .fi An .B XftFont is the primary data structure of interest to programmers using .BR Xft ; it contains general font metrics and pointers to the Fontconfig character set and pattern associated with the font. The .B FcCharSet and .B FcPattern data types are defined by the Fontconfig library. .TP .B "" .BR XftFont s are populated with any of .BR XftFontOpen (), .BR XftFontOpenName (), .BR XftFontOpenXlfd (), .BR XftFontOpenInfo (), or .BR XftFontOpenPattern (). .BR XftFontCopy () is used to duplicate .BR XftFont s, and .BR XftFontClose () is used to mark an .B XftFont as unused. .BR XftFont s are internally allocated, reference-counted, and freed by .BR Xft ; the programmer does not ordinarily need to allocate or free storage for them. .TP .B "" .BR XftDrawGlyphs (), the .BR XftDrawString *() family, .BR XftDrawCharSpec (), and .BR XftDrawGlyphSpec () use .BR XftFont s to render text to an .B XftDraw object, which may correspond to either a core X drawable or an X Rendering Extension drawable. .TP .B "" .BR XftGlyphExtents () and the .BR XftTextExtents *() family are used to determine the extents (maximum dimensions) of an .BR XftFont . .TP .B "" An .BR XftFont 's glyph or character coverage can be determined with .BR XftFontCheckGlyph () or .BR XftCharExists (). .BR XftCharIndex () returns the .BR XftFont -specific character index corresponding to a given Unicode codepoint. .TP .B "" .BR XftGlyphRender (), .BR XftGlyphSpecRender (), .BR XftCharSpecRender (), and the .BR XftTextRender *() family use .BR XftFont s to draw into X Rendering Extension .B Picture structures. .B Note: .BR XftDrawGlyphs (), the .BR XftDrawString *() family, .BR XftDrawCharSpec (), and .BR XftDrawGlyphSpec () provide a means of rendering fonts that is independent of the availability of the X Rendering Extension on the X server. .\" I'm not sure what these are for; they're used internally, but why .\" would any external users want them? -- BR, 2005-04-02 .\" .BR XftLockFace() .\" .BR XftUnlockFace() .TP .B XftFontInfo is an opaque object that stores information about a font. .B XftFontInfo structures are created with .BR XftFontInfoCreate (), freed with .BR XftFontInfoDestroy (), and compared with .BR XftFontInfoEqual (). .B XftFontInfo objects are internally allocated and freed by .BR Xft ; the programmer does not ordinarily need to allocate or free storage for them. .TP .B "" Each .B XftFontInfo structure in use is associated with a unique identifier, which can be retrieved with .BR XftFontInfoHash (). An .B XftFont can be opened based on .B XftFontInfo data with .BR XftFontOpenInfo (). .TP .B XftColor .nf typedef struct _XftColor { unsigned long pixel; XRenderColor color; } XftColor; .fi An .B XftColor object permits text and other items to be rendered in a particular color (or the closest approximation offered by the X visual in use). The .B XRenderColor data type is defined by the X Render Extension library. .TP .B "" .BR XftColorAllocName () and .BR XftColorAllocValue () request a color allocation from the X server (if necessary) and initialize the members of .BR XftColor . .BR XftColorFree () instructs the X server to free the color currently allocated for an .BR XftColor . .TP .B "" One an .B XftColor has been initialized, .BR XftDrawSrcPicture (), .BR XftDrawGlyphs (), the .BR XftDrawString *() family, .BR XftDrawCharSpec (), .BR XftDrawCharFontSpec (), .BR XftDrawGlyphSpec (), .BR XftDrawGlyphFontSpec (), and .BR XftDrawRect () may be used to draw various objects using it. .TP .B XftDraw is an opaque object which holds information used to render to an X drawable using either the core protocol or the X Rendering extension. .TP .B "" .B XftDraw objects are created with any of .BR XftDrawCreate () (which associates an .B XftDraw with an existing X drawable), .BR XftDrawCreateBitmap (), or .BR XftDrawCreateAlpha (), and destroyed with .BR XftDrawDestroy (). The X drawable associated with an .B XftDraw can be changed with .BR XftDrawChange (). .BR XftDraw s are internally allocated and freed by .BR Xft ; the programmer does not ordinarily need to allocate or free storage for them. .TP .B "" The X .BR Display , .BR Drawable , .BR Colormap , and .BR Visual of an .B XftDraw can be queried with .BR XftDrawDisplay (), .BR XftDrawDrawable (), .BR XftDrawColormap (), and .BR XftDrawVisual (), respectively. The X Rendering Extension .B Picture associated with an .B XftDraw is returned by .BR XftDrawPicture (). .\" XftDrawSrcPicture .\" XftDrawGlyphs .\" XftDrawString* .\" XftDrawCharSpec .\" XftDrawCharFontSpec .\" XftDrawGlyphSpec .\" XftDrawGlyphFontSpec .\" XftDrawRect .\" XftDrawSetClip .\" XftDrawSetClipRectangles .\" XftDrawSetSubwindowMode .TP .B XftCharSpec .nf typedef struct _XftCharSpec { FcChar32 ucs4; short x; short y; } XftCharSpec; .fi .TP .B "" The .B FcChar32 data type is defined by the Fontconfig library. .\" XftDrawCharSpec .\" XftCharSpecRender .TP .B XftCharFontSpec .nf typedef struct _XftCharFontSpec { XftFont *font; FcChar32 ucs4; short x; short y; } XftCharFontSpec; .fi .TP .B "" The .B FcChar32 data type is defined by the Fontconfig library. .\" XftDrawCharFontSpec .\" XftCharFontSpecRender .TP .B XftGlyphSpec .nf typedef struct _XftGlyphSpec { FT_UInt glyph; short x; short y; } XftGlyphSpec; .fi .TP .B "" The .B FT_UInt data type is defined by the FreeType library. .\" XftDrawGlyphSpec .\" XftGlyphSpecRender .TP .B XftGlyphFontSpec .nf typedef struct _XftGlyphFontSpec { XftFont *font; FT_UInt glyph; short x; short y; } XftGlyphFontSpec; .fi .TP .B "" The .B FT_UInt data type is defined by the FreeType library. .\" XftDrawGlyphFontSpec .\" XftGlyphFontSpecRender .SH FUNCTIONS .SS "Opening and Matching Fonts" .nf \fBXftFont *\fR \fBXftFontOpen (Display *\fIdpy\fB,\fR \fB int \fIscreen\fB,\fR \fB ...);\fR\fR .fi .B XftFontOpen takes a list of pattern element triples of the form .IR field , " type" , " value" (terminated with a NULL), matches that pattern against the available fonts, and opens the matching font, sizing it correctly for screen number .I screen on display .IR dpy . The .B Display data type is defined by the X11 library. Returns NULL if no match is found. .PP Example: .nf font = XftFontOpen (dpy, screen, XFT_FAMILY, XftTypeString, "charter", XFT_SIZE, XftTypeDouble, 12.0, NULL); .fi This opens the \(lqcharter\(rq font at 12 points. The point size is automatically converted to the correct pixel size based on the resolution of the monitor. .PP .nf \fBXftFont *\fR \fBXftFontOpenName (Display *\fIdpy\fB,\fR \fB int \fIscreen\fB,\fR \fB unsigned char *\fIname\fB);\fR .fi .B XftFontOpenName behaves as .B XftFontOpen does, except that it takes a Fontconfig pattern string (which is passed to the Fontconfig library's .BR FcNameParse () function). .PP .nf \fBXftFont *\fR \fBXftFontOpenXlfd (Display *\fIdpy\fB,\fR \fB int \fIscreen\fB,\fR \fB unsigned char *\fIxlfd\fB)\fR .fi .B XftFontOpenXlfd behaves as .B XftFontOpen does, except that it takes a string containing an X Logical Font Description (XLFD). .PP .nf \fBFcPattern *\fR \fBXftFontMatch (Display *\fIdpy\fB,\fR \fB int \fIscreen\fB,\fR \fB FcPattern *\fIpattern\fB,\fR \fB FcResult *\fIresult\fB);\fR .fi Also used internally by the .BR XftFontOpen * functions, .B XftFontMatch can also be used directly to determine the Fontconfig font pattern resulting from an Xft font open request. The .B FcPattern and .B FcResult data types are defined by the Fontconfig library. .SS "Determining the Pixel Extents of a Text String" .nf \fBvoid\fR \fBXftTextExtents8 (Display *\fIdpy\fB,\fR \fB XftFont *\fIfont\fB,\fR \fB FcChar8 *\fIstring\fB,\fR \fB int \fIlen\fB,\fR \fB XGlyphInfo *\fIextents\fB);\fR .fi .B XftTextExtents8 computes the pixel extents on display .I dpy of no more than .I len glyphs of a .I string consisting of eight-bit characters when drawn with .IR font , storing them in .IR extents . The .B FcChar8 data type is defined by the Fontconfig library, and the .B XGlyphInfo data type is defined by the X Rendering Extension library. .PP .nf \fBvoid\fR \fBXftTextExtents16 (Display *\fIdpy\fB,\fR \fB XftFont *\fIfont\fB,\fR \fB FcChar16 *\fIstring\fB,\fR \fB int \fIlen\fB,\fR \fB XGlyphInfo *\fIextents\fB);\fR .fi .B XftTextExtents16 computes the pixel extents on display .I dpy of no more than .I len glyphs of a .I string consisting of sixteen-bit characters when drawn with .IR font , storing them in .IR extents . The .B FcChar16 data type is defined by the Fontconfig library, and the .B XGlyphInfo data type is defined by the X Rendering Extension library. .PP .nf \fBvoid\fR \fBXftTextExtents32 (Display *\fIdpy\fB,\fR \fB XftFont *\fIfont\fB,\fR \fB FcChar32 *\fIstring\fB,\fR \fB int \fIlen\fB,\fR \fB XGlyphInfo *\fIextents\fB);\fR .fi .B XftTextExtents32 computes the pixel extents on display .I dpy of no more than .I len glyphs of a .I string consisting of thirty-two-bit characters when drawn with .IR font , storing them in .IR extents . The .B FcChar32 data type is defined by the Fontconfig library, and the .B XGlyphInfo data type is defined by the X Rendering Extension library. .PP .nf \fBvoid\fR \fBXftTextExtentsUtf8 (Display *\fIdpy\fB,\fR \fB XftFont *\fIfont\fB,\fR \fB FcChar8 *\fIstring\fB,\fR \fB int \fIlen\fB,\fR \fB XGlyphInfo *\fIextents\fB);\fR .fi .B XftTextExtentsUtf8 computes the pixel extents on display .I dpy of no more than .I len bytes of a UTF-8 encoded .I string when drawn with .IR font , storing them in .IR extents . The .B XGlyphInfo data type is defined by the X Rendering Extension library. .PP .nf \fBvoid\fR \fBXftTextExtentsUtf16 (Display *\fIdpy\fB,\fR \fB XftFont *\fIfont\fB,\fR \fB FcChar8 *\fIstring\fB,\fR \fB FcEndian \fIendian\fB,\fR \fB int \fIlen\fB,\fR \fB XGlyphInfo *\fIextents\fB);\fR .fi .B XftTextExtentsUtf16 computes the pixel extents on display .I dpy of no more than .I len bytes of a UTF-16LE- or UTF-16BE-encoded .I string when drawn with .IR font , storing them in .IR extents . The endianness of .I string must be specified in .IR endian . The .B FcEndian data type is defined by the Fontconfig library, and the .B XGlyphInfo data type is defined by the X Rendering Extension library. .PP .nf \fBvoid\fR \fBXftGlyphExtents (Display *\fIdpy\fB,\fR \fB XftFont *\fIfont\fB,\fR \fB FT_UInt *\fIglyphs\fB,\fR \fB int \fInglyphs\fB,\fR \fB XGlyphInfo *\fIextents\fB);\fR .fi Also used internally by the .BR XftTextExtents * functions, .B XftGlyphExtents computes the pixel extents on display .I dpy of no more than .I nglyphs in the array .I glyphs drawn with .IR font , storing them in .IR extents . The .B FT_UInt data type is defined by the FreeType library, and the .B XGlyphInfo data type is defined by the X Rendering Extension library. .SS "Drawing Strings (and Other Things)" .nf \fBXftDraw *\fR \fBXftDrawCreate (Display *\fIdpy\fB,\fR \fB Drawable \fIdrawable\fB,\fR \fB Visual *\fIvisual\fB,\fR \fB Colormap \fIcolormap\fB);\fR .fi .B XftDrawCreate creates a structure that can be used to render text and rectangles using the specified .IR drawable , .IR visual , and .I colormap on .IR display . The .BR Drawable , .BR Visual , and .B Colormap data types are defined by the X11 library. .PP .nf \fBXftDraw *\fR \fBXftDrawCreateBitmap (Display *\fIdpy\fB,\fR \fB Pixmap \fIbitmap\fB);\fR .fi .B XftDrawCreateBitmap behaves as .BR XftDrawCreate , except it uses an X pixmap of color depth 1 instead of an X drawable. The .B Pixmap data type is defined by the X11 library. .PP .nf \fBXftDraw *\fR \fBXftDrawCreateAlpha (Display *\fIdpy\fB,\fR \fB Pixmap \fIpixmap\fB,\fR \fB int \fIdepth\fB);\fR .fi .B XftDrawCreateAlpha behaves as .BR XftDrawCreate , except it uses an X pixmap of color depth .I depth instead of an X drawable. The .B Pixmap data type is defined by the X11 library. .PP .nf \fBvoid\fR \fBXftDrawChange (XftDraw *\fIdraw\fB,\fR \fB Drawable \fIdrawable\fB);\fR .fi .B XftDrawChange changes the X drawable association of the existing Xft draw object .I draw from its current value to .IR drawable . .PP .nf \fBDisplay *\fR \fBXftDrawDisplay (XftDraw *\fIdraw\fB);\fR .fi .B XftDrawDisplay returns a pointer to the display associated with the Xft draw object .IR draw . .PP .nf \fBDrawable\fR \fBXftDrawDrawable (XftDraw *\fIdraw\fB);\fR .fi .B XftDrawDrawable returns the X drawable associated with the Xft draw object .IR draw . .PP .nf \fBColormap\fR \fBXftDrawColormap (XftDraw *\fIdraw\fB);\fR .fi .B XftDrawColormap returns the colormap associatied with the Xft draw object .IR draw . .PP .nf \fBVisual *\fR \fBXftDrawVisual (XftDraw *\fIdraw\fB);\fR .fi .B XftDrawVisual returns a pointer to the visual associated with the Xft draw object .IR draw . .PP .nf \fBPicture\fR \fBXftDrawPicture (XftDraw *\fIdraw\fB);\fR .fi .B XftDrawPicture returns the picture associated with the Xft draw object .IR draw . If the the X server does not support the X Rendering Extension, 0 is returned. .PP .nf \fBPicture\fR \fBXftDrawSrcPicture (XftDraw *\fIdraw\fB,\fR \fB XftColor *\fIcolor\fB);\fR .fi .\" Unfortunately, I'm not quite sure what this does. I think it is the gizmo .\" that is used to create an Xrender Picture object so that glyphs can be .\" drawn in the XftDraw object .\" .I draw .\" using the specified .\" .IR color . .\" -- BR, 2005-04-02 This function is never called if the X server doesn't support the X Rendering Extension; instead, .B XftGlyphCore is used. .PP .nf \fBvoid\fR \fBXftDrawDestroy (XftDraw *\fIdraw\fB);\fR .fi .B XftDrawDestroy destroys .I draw (created by one of the .B XftCreate functions) and frees the memory that was allocated for it. .PP .nf \fBvoid\fR \fBXftDrawString8 (XftDraw *\fId\fB,\fR \fB XRenderColor *\fIcolor\fB,\fR \fB XftFont *\fIfont\fB,\fR \fB int \fIx\fB,\fR \fB int \fIy\fB,\fR \fB unsigned char *\fIstring\fB,\fR \fB int \fIlen\fB);\fR .fi .B XftDrawString8 draws no more than .I len glyphs of .I string to Xft drawable .I d using .I font in .I color at position .IR x , " y" . The .B XRenderColor data type is defined by the X Rendering Extension library. .PP .nf \fBvoid\fR \fBXftDrawRect (XftDraw *\fId\fB,\fR \fB XRenderColor *\fIcolor\fB,\fR \fB int \fIx\fB,\fR \fB int \fIy\fB,\fR \fB unsigned int \fIwidth\fB,\fR \fB unsigned int \fIheight\fB);\fR .fi .B XftDrawRect draws a solid rectangle of the specified .IR color , .IR width , and .I height at position .IR x , " y" to Xft drawable .IR d . .SH COMPATIBILITY As of version 2, .B Xft has become relatively stable and is expected to retain source and binary compatibility in future releases. .PP .B Xft does provide a compatibility interface to its previous major version, Xft .RI 1. x , described below. .SS "Xft 1.x Compatibility Header File" .B #include .\" .SS "Xft 1.x Compatibility Constants" .SS "Xft 1.x Compatibility Data Types" .TP .B XftPattern holds a set of names with associated value lists; each name refers to a property of a font. .BR XftPattern s are used as inputs to the matching code as well as holding information about specific fonts. .TP .B XftFontSet contains a list of .BR XftPattern s. Internally, .B Xft uses this data structure to hold sets of fonts. Externally, .B Xft returns the results of listing fonts in this format. .TP .B XftObjectSet holds a set of names and is used to specify which fields from fonts are placed in the the list of returned patterns when listing fonts. .\" .SS "Xft 1.x Compatibility Functions" .SH AUTHOR Keith Packard .SH "SEE ALSO" .I Fontconfig Developers Reference .br .I FreeType API Reference .br .I Xlib \- C Language Interface .\" Set Vim modeline; textwidth is 70 to account for the extra margin .\" padding that man (on Debian GNU/Linux) does for output to .\" terminals (7 spaces on the left, 2 on the right), so that we don't .\" go past 80 columns total, particularly in .nf/.fi regions. .\" vim:set ai et sts=4 sw=4 tw=70: 0707010002d614000041ed0000000000000000000000034f73c213000000000000010000010007ffffffffffffffff0000001700000000root/usr/local/include0707010002d615000041ed0000000000000000000000034f73c213000000000000010000010007ffffffffffffffff0000001b00000000root/usr/local/include/X110707010002d616000041ed0000000000000000000000024f73c213000000000000010000010007ffffffffffffffff0000001f00000000root/usr/local/include/X11/Xft0707010002d617000081a40000000000000000000000014f73c152000030cb0000010000010007ffffffffffffffff0000002500000000root/usr/local/include/X11/Xft/Xft.h/* include/X11/Xft/Xft.h. Generated from Xft.h.in by configure. */ /* * Copyright © 2000 Keith Packard * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided that * the above copyright notice appear in all copies and that both that * copyright notice and this permission notice appear in supporting * documentation, and that the name of Keith Packard not be used in * advertising or publicity pertaining to distribution of the software without * specific, written prior permission. Keith Packard makes no * representations about the suitability of this software for any purpose. It * is provided "as is" without express or implied warranty. * * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR * PERFORMANCE OF THIS SOFTWARE. */ #ifndef _XFT_H_ #define _XFT_H_ /* * Current Xft version number, set from version in the Xft configure.ac file. */ /* #undef will be substituted by configure */ #define XFT_MAJOR 2 #define XFT_MINOR 3 #define XFT_REVISION 0 #define XFT_VERSION ((XFT_MAJOR * 10000) + (XFT_MINOR * 100) + (XFT_REVISION)) #define XftVersion XFT_VERSION #include #include #include FT_FREETYPE_H #include #include #include /* #include */ #ifndef _X_SENTINEL # define _X_SENTINEL(x) #endif #ifndef _XFT_NO_COMPAT_ #include #endif #define XFT_CORE "core" #define XFT_RENDER "render" #define XFT_XLFD "xlfd" #define XFT_MAX_GLYPH_MEMORY "maxglyphmemory" #define XFT_MAX_UNREF_FONTS "maxunreffonts" extern FT_Library _XftFTlibrary; typedef struct _XftFontInfo XftFontInfo; typedef struct _XftFont { int ascent; int descent; int height; int max_advance_width; FcCharSet *charset; FcPattern *pattern; } XftFont; typedef struct _XftDraw XftDraw; typedef struct _XftColor { unsigned long pixel; XRenderColor color; } XftColor; typedef struct _XftCharSpec { FcChar32 ucs4; short x; short y; } XftCharSpec; typedef struct _XftCharFontSpec { XftFont *font; FcChar32 ucs4; short x; short y; } XftCharFontSpec; typedef struct _XftGlyphSpec { FT_UInt glyph; short x; short y; } XftGlyphSpec; typedef struct _XftGlyphFontSpec { XftFont *font; FT_UInt glyph; short x; short y; } XftGlyphFontSpec; _XFUNCPROTOBEGIN /* xftcolor.c */ Bool XftColorAllocName (Display *dpy, _Xconst Visual *visual, Colormap cmap, _Xconst char *name, XftColor *result); Bool XftColorAllocValue (Display *dpy, Visual *visual, Colormap cmap, _Xconst XRenderColor *color, XftColor *result); void XftColorFree (Display *dpy, Visual *visual, Colormap cmap, XftColor *color); /* xftdpy.c */ Bool XftDefaultHasRender (Display *dpy); Bool XftDefaultSet (Display *dpy, FcPattern *defaults); void XftDefaultSubstitute (Display *dpy, int screen, FcPattern *pattern); /* xftdraw.c */ XftDraw * XftDrawCreate (Display *dpy, Drawable drawable, Visual *visual, Colormap colormap); XftDraw * XftDrawCreateBitmap (Display *dpy, Pixmap bitmap); XftDraw * XftDrawCreateAlpha (Display *dpy, Pixmap pixmap, int depth); void XftDrawChange (XftDraw *draw, Drawable drawable); Display * XftDrawDisplay (XftDraw *draw); Drawable XftDrawDrawable (XftDraw *draw); Colormap XftDrawColormap (XftDraw *draw); Visual * XftDrawVisual (XftDraw *draw); void XftDrawDestroy (XftDraw *draw); Picture XftDrawPicture (XftDraw *draw); Picture XftDrawSrcPicture (XftDraw *draw, _Xconst XftColor *color); void XftDrawGlyphs (XftDraw *draw, _Xconst XftColor *color, XftFont *pub, int x, int y, _Xconst FT_UInt *glyphs, int nglyphs); void XftDrawString8 (XftDraw *draw, _Xconst XftColor *color, XftFont *pub, int x, int y, _Xconst FcChar8 *string, int len); void XftDrawString16 (XftDraw *draw, _Xconst XftColor *color, XftFont *pub, int x, int y, _Xconst FcChar16 *string, int len); void XftDrawString32 (XftDraw *draw, _Xconst XftColor *color, XftFont *pub, int x, int y, _Xconst FcChar32 *string, int len); void XftDrawStringUtf8 (XftDraw *draw, _Xconst XftColor *color, XftFont *pub, int x, int y, _Xconst FcChar8 *string, int len); void XftDrawStringUtf16 (XftDraw *draw, _Xconst XftColor *color, XftFont *pub, int x, int y, _Xconst FcChar8 *string, FcEndian endian, int len); void XftDrawCharSpec (XftDraw *draw, _Xconst XftColor *color, XftFont *pub, _Xconst XftCharSpec *chars, int len); void XftDrawCharFontSpec (XftDraw *draw, _Xconst XftColor *color, _Xconst XftCharFontSpec *chars, int len); void XftDrawGlyphSpec (XftDraw *draw, _Xconst XftColor *color, XftFont *pub, _Xconst XftGlyphSpec *glyphs, int len); void XftDrawGlyphFontSpec (XftDraw *draw, _Xconst XftColor *color, _Xconst XftGlyphFontSpec *glyphs, int len); void XftDrawRect (XftDraw *draw, _Xconst XftColor *color, int x, int y, unsigned int width, unsigned int height); Bool XftDrawSetClip (XftDraw *draw, Region r); Bool XftDrawSetClipRectangles (XftDraw *draw, int xOrigin, int yOrigin, _Xconst XRectangle *rects, int n); void XftDrawSetSubwindowMode (XftDraw *draw, int mode); /* xftextent.c */ void XftGlyphExtents (Display *dpy, XftFont *pub, _Xconst FT_UInt *glyphs, int nglyphs, XGlyphInfo *extents); void XftTextExtents8 (Display *dpy, XftFont *pub, _Xconst FcChar8 *string, int len, XGlyphInfo *extents); void XftTextExtents16 (Display *dpy, XftFont *pub, _Xconst FcChar16 *string, int len, XGlyphInfo *extents); void XftTextExtents32 (Display *dpy, XftFont *pub, _Xconst FcChar32 *string, int len, XGlyphInfo *extents); void XftTextExtentsUtf8 (Display *dpy, XftFont *pub, _Xconst FcChar8 *string, int len, XGlyphInfo *extents); void XftTextExtentsUtf16 (Display *dpy, XftFont *pub, _Xconst FcChar8 *string, FcEndian endian, int len, XGlyphInfo *extents); /* xftfont.c */ FcPattern * XftFontMatch (Display *dpy, int screen, _Xconst FcPattern *pattern, FcResult *result); XftFont * XftFontOpen (Display *dpy, int screen, ...) _X_SENTINEL(0); XftFont * XftFontOpenName (Display *dpy, int screen, _Xconst char *name); XftFont * XftFontOpenXlfd (Display *dpy, int screen, _Xconst char *xlfd); /* xftfreetype.c */ FT_Face XftLockFace (XftFont *pub); void XftUnlockFace (XftFont *pub); XftFontInfo * XftFontInfoCreate (Display *dpy, _Xconst FcPattern *pattern); void XftFontInfoDestroy (Display *dpy, XftFontInfo *fi); FcChar32 XftFontInfoHash (_Xconst XftFontInfo *fi); FcBool XftFontInfoEqual (_Xconst XftFontInfo *a, _Xconst XftFontInfo *b); XftFont * XftFontOpenInfo (Display *dpy, FcPattern *pattern, XftFontInfo *fi); XftFont * XftFontOpenPattern (Display *dpy, FcPattern *pattern); XftFont * XftFontCopy (Display *dpy, XftFont *pub); void XftFontClose (Display *dpy, XftFont *pub); FcBool XftInitFtLibrary(void); /* xftglyphs.c */ void XftFontLoadGlyphs (Display *dpy, XftFont *pub, FcBool need_bitmaps, _Xconst FT_UInt *glyphs, int nglyph); void XftFontUnloadGlyphs (Display *dpy, XftFont *pub, _Xconst FT_UInt *glyphs, int nglyph); #define XFT_NMISSING 256 FcBool XftFontCheckGlyph (Display *dpy, XftFont *pub, FcBool need_bitmaps, FT_UInt glyph, FT_UInt *missing, int *nmissing); FcBool XftCharExists (Display *dpy, XftFont *pub, FcChar32 ucs4); FT_UInt XftCharIndex (Display *dpy, XftFont *pub, FcChar32 ucs4); /* xftinit.c */ FcBool XftInit (_Xconst char *config); int XftGetVersion (void); /* xftlist.c */ FcFontSet * XftListFonts (Display *dpy, int screen, ...) _X_SENTINEL(0); /* xftname.c */ FcPattern *XftNameParse (_Xconst char *name); /* xftrender.c */ void XftGlyphRender (Display *dpy, int op, Picture src, XftFont *pub, Picture dst, int srcx, int srcy, int x, int y, _Xconst FT_UInt *glyphs, int nglyphs); void XftGlyphSpecRender (Display *dpy, int op, Picture src, XftFont *pub, Picture dst, int srcx, int srcy, _Xconst XftGlyphSpec *glyphs, int nglyphs); void XftCharSpecRender (Display *dpy, int op, Picture src, XftFont *pub, Picture dst, int srcx, int srcy, _Xconst XftCharSpec *chars, int len); void XftGlyphFontSpecRender (Display *dpy, int op, Picture src, Picture dst, int srcx, int srcy, _Xconst XftGlyphFontSpec *glyphs, int nglyphs); void XftCharFontSpecRender (Display *dpy, int op, Picture src, Picture dst, int srcx, int srcy, _Xconst XftCharFontSpec *chars, int len); void XftTextRender8 (Display *dpy, int op, Picture src, XftFont *pub, Picture dst, int srcx, int srcy, int x, int y, _Xconst FcChar8 *string, int len); void XftTextRender16 (Display *dpy, int op, Picture src, XftFont *pub, Picture dst, int srcx, int srcy, int x, int y, _Xconst FcChar16 *string, int len); void XftTextRender16BE (Display *dpy, int op, Picture src, XftFont *pub, Picture dst, int srcx, int srcy, int x, int y, _Xconst FcChar8 *string, int len); void XftTextRender16LE (Display *dpy, int op, Picture src, XftFont *pub, Picture dst, int srcx, int srcy, int x, int y, _Xconst FcChar8 *string, int len); void XftTextRender32 (Display *dpy, int op, Picture src, XftFont *pub, Picture dst, int srcx, int srcy, int x, int y, _Xconst FcChar32 *string, int len); void XftTextRender32BE (Display *dpy, int op, Picture src, XftFont *pub, Picture dst, int srcx, int srcy, int x, int y, _Xconst FcChar8 *string, int len); void XftTextRender32LE (Display *dpy, int op, Picture src, XftFont *pub, Picture dst, int srcx, int srcy, int x, int y, _Xconst FcChar8 *string, int len); void XftTextRenderUtf8 (Display *dpy, int op, Picture src, XftFont *pub, Picture dst, int srcx, int srcy, int x, int y, _Xconst FcChar8 *string, int len); void XftTextRenderUtf16 (Display *dpy, int op, Picture src, XftFont *pub, Picture dst, int srcx, int srcy, int x, int y, _Xconst FcChar8 *string, FcEndian endian, int len); /* xftxlfd.c */ FcPattern * XftXlfdParse (_Xconst char *xlfd_orig, Bool ignore_scalable, Bool complete); _XFUNCPROTOEND #endif /* _XFT_H_ */ 0707010002d618000081a40000000000000000000000014f73c152000014670000010000010007ffffffffffffffff0000002b00000000root/usr/local/include/X11/Xft/XftCompat.h/* * Copyright © 2001 Keith Packard * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided that * the above copyright notice appear in all copies and that both that * copyright notice and this permission notice appear in supporting * documentation, and that the name of Keith Packard not be used in * advertising or publicity pertaining to distribution of the software without * specific, written prior permission. Keith Packard makes no * representations about the suitability of this software for any purpose. It * is provided "as is" without express or implied warranty. * * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR * PERFORMANCE OF THIS SOFTWARE. */ #ifndef _XFTCOMPAT_H_ #define _XFTCOMPAT_H_ #include /* * Compatibility definitions -- map Fc names to Xft names */ typedef FcChar8 XftChar8; typedef FcChar16 XftChar16; typedef FcChar32 XftChar32; #define XFT_FAMILY FC_FAMILY #define XFT_STYLE FC_STYLE #define XFT_SLANT FC_SLANT #define XFT_WEIGHT FC_WEIGHT #define XFT_SIZE FC_SIZE #define XFT_PIXEL_SIZE FC_PIXEL_SIZE #define XFT_SPACING FC_SPACING #define XFT_FOUNDRY FC_FOUNDRY #define XFT_ANTIALIAS FC_ANTIALIAS #define XFT_FILE FC_FILE #define XFT_INDEX FC_INDEX #define XFT_RASTERIZER FC_RASTERIZER #define XFT_OUTLINE FC_OUTLINE #define XFT_SCALABLE FC_SCALABLE #define XFT_RGBA FC_RGBA /* defaults from resources */ #define XFT_SCALE FC_SCALE #define XFT_MINSPACE FC_MINSPACE #define XFT_DPI FC_DPI /* specific to FreeType rasterizer */ #define XFT_CHAR_WIDTH FC_CHAR_WIDTH #define XFT_CHAR_HEIGHT FC_CHAR_HEIGHT #define XFT_MATRIX FC_MATRIX #define XFT_WEIGHT_LIGHT FC_WEIGHT_LIGHT #define XFT_WEIGHT_MEDIUM FC_WEIGHT_MEDIUM #define XFT_WEIGHT_DEMIBOLD FC_WEIGHT_DEMIBOLD #define XFT_WEIGHT_BOLD FC_WEIGHT_BOLD #define XFT_WEIGHT_BLACK FC_WEIGHT_BLACK #define XFT_SLANT_ROMAN FC_SLANT_ROMAN #define XFT_SLANT_ITALIC FC_SLANT_ITALIC #define XFT_SLANT_OBLIQUE FC_SLANT_OBLIQUE #define XFT_PROPORTIONAL FC_PROPORTIONAL #define XFT_MONO FC_MONO #define XFT_CHARCELL FC_CHARCELL #define XFT_RGBA_UNKNOWN FC_RGBA_UNKNOWN #define XFT_RGBA_RGB FC_RGBA_RGB #define XFT_RGBA_BGR FC_RGBA_BGR #define XFT_RGBA_VRGB FC_RGBA_VRGB #define XFT_RGBA_VBGR FC_RGBA_VBGR #define XFT_RGBA_NONE FC_RGBA_NONE /* * Old constants */ #define XFT_ENCODING "encoding" typedef FcType XftType; typedef FcMatrix XftMatrix; #define XftMatrixInit(m) FcMatrixInit(m) typedef FcResult XftResult; #define XftResultMatch FcResultMatch #define XftResultNoMatch FcResultNoMatch #define XftResultTypeMismatch FcResultTypeMismatch #define XftResultNoId FcResultNoId typedef FcValue XftValue; typedef FcPattern XftPattern; typedef FcFontSet XftFontSet; typedef FcObjectSet XftObjectSet; #define XftGlyphExists XftCharExists #define XftObjectSetCreate FcObjectSetCreate #define XftObjectSetAdd FcObjectSetAdd #define XftObjectSetDestroy FcObjectSetDestroy #define XftObjectSetVaBuild FcObjectSetVaBuild #define XftObjectSetBuild FcObjectSetBuild #define XftFontSetMatch FcFontSetMatch #define XftFontSetDestroy FcFontSetDestroy #define XftMatrixEqual FcMatrixEqual #define XftMatrixMultiply FcMatrixMultiply #define XftMatrixRotate FcMatrixRotate #define XftMatrixScale FcMatrixScale #define XftMatrixShear FcMatrixShear #define XftPatternCreate FcPatternCreate #define XftPatternDuplicate FcPatternDuplicate #define XftValueDestroy FcValueDestroy #define XftValueListDestroy FcValueListDestroy #define XftPatternDestroy FcPatternDestroy #define XftPatternFind FcPatternFind #define XftPatternAdd FcPatternAdd #define XftPatternGet FcPatternGet #define XftPatternDel FcPatternDel #define XftPatternAddInteger FcPatternAddInteger #define XftPatternAddDouble FcPatternAddDouble #define XftPatternAddString(p,e,s) FcPatternAddString(p,e,(FcChar8 *)(s)) #define XftPatternAddMatrix FcPatternAddMatrix #define XftPatternAddBool FcPatternAddBool #define XftPatternGetInteger FcPatternGetInteger #define XftPatternGetDouble FcPatternGetDouble #define XftPatternGetString(p,e,i,n) FcPatternGetString(p,e,i,(FcChar8 **) (n)) #define XftPatternGetMatrix FcPatternGetMatrix #define XftPatternGetBool FcPatternGetBool #define XftPatternVaBuild FcPatternVaBuild #define XftPatternBuild FcPatternBuild #define XftUtf8ToUcs4 FcUtf8ToUcs4 #define XftUtf8Len FcUtf8Len #define XftTypeVoid FcTypeVoid #define XftTypeInteger FcTypeInteger #define XftTypeDouble FcTypeDouble #define XftTypeString FcTypeString #define XftTypeBool FcTypeBool #define XftTypeMatrix FcTypeMatrix #define XftConfigSubstitute(p) FcConfigSubstitute (0, p, FcMatchPattern) _XFUNCPROTOBEGIN FcBool XftNameUnparse (XftPattern *pat, char *dest, int len); _XFUNCPROTOEND #endif /* _XFTCOMPAT_H_ */ 0707010002d619000041ed0000000000000000000000034f73c213000000000000010000010007ffffffffffffffff0000001300000000root/usr/local/lib0707010002d61b000081ed0000000000000000000000014f73c151000004e60000010000010007ffffffffffffffff0000001d00000000root/usr/local/lib/libXft.la# libXft.la - a libtool library file # Generated by libtool (GNU libtool) 2.2.10 # # Please DO NOT delete this file! # It is necessary for linking the library. # The name that we can dlopen(3). dlname='libXft.so.2' # Names of this library. library_names='libXft.so.2.3.0 libXft.so.2 libXft.so' # The name of the static archive. old_library='libXft.a' # Linker flags that can not go in dependency_libs. inherited_linker_flags='' # Libraries that this one depends upon. dependency_libs=' -R/usr/local/lib -L/usr/local/lib /usr/local/lib/libfontconfig.la /usr/local/lib/libxml2.la -lpthread -lm /usr/local/lib/libiconv.la /usr/local/lib/libfreetype.la -lz /usr/local/lib/libXrender.la /usr/local/lib/libX11.la /usr/local/lib/libxcb.la /usr/local/lib/libXau.la /usr/local/lib/libXdmcp.la -lnsl -lsocket /usr/local/lib/libintl.la -lc' # Names of additional weak libraries provided by this library weak_library_names='' # Version information for libXft. current=5 age=3 revision=0 # Is this an already installed library? installed=yes # Should we warn about portability when linking against -modules? shouldnotlink=no # Files to dlopen/dlpreopen dlopen='' dlpreopen='' # Directory that this library needs to be installed in: libdir='/usr/local/lib' 0707010002d61c000081ed0000000000000000000000014f73c151000c33d80000010000010007ffffffffffffffff0000002300000000root/usr/local/lib/libXft.so.2.3.0ELF+@ +@8@ 0000HH !"$%'*+-012346789:;=?ABCDHIJLMOPQSUVWYZ[\_abdgiklpqsvx| #&(),./5<>@EFGKNRTX]^`cefhjmnortuwyz{}~  % Θ4FTm + t E0`eҐ0 [$ ` M@T ߈ ".9 HJ }Xaz p$3D@I $Wi hw  x8 $  !@ P!H*(I m <\ Hm a8z  0`  L X! 1DXgx ( PX 2H K #H T\c 0 O0 H + G !(W Df ѸP[v "  I  0CT ph{ f0 h   # @  R e r w ?  fH  0    xX   PP  L  ' 6 ۨ F ^ r ݈            0    U \ $ 1 8 "0P I i \ w  R           P * h 9, ^ x          $  P$  ' T` 5 ,(@ A $ P W a r |   (    @     zH$8 [(@S@t XD 1XftCharFontSpecRenderFT_Load_GlyphXftDrawString8XRenderFindFormatXCreateRegionXRenderCompositeString32FcStrCmpIgnoreCaseXAddExtensionXftFontOpenPatternXftDefaultSubstituteXFreeGCXftDrawSetClipFcInitXFree$XAoAMiKEF8cPUOl.XftFreeCounttolowerXCreatePixmapXFreeColorsfree$XBoAMiK6E8cP02j.XftDebug.initialized$XAoAMiKNF8cPEPm.XftXlfdWeights$XAoAMiKNF8cPEPm.XftXlfdSlantsFcConfigSubstitutestrcpyXftGetVersionXftXlfdParseXRenderCompositeString8getenv$XAoAMiKEF8cPUOl.XftInUseXftColorFreeXftDrawRectXCreateGCXSetClipMaskXAllocColorFcFontListXftTextExtents32XftGlyphFontSpecRenderXRenderCompositeString16$XBoAMiK6E8cP02j.XftDebug.debugXftDrawChangeFcPatternGetBoolFcObjectSetAdd$XAoAMiKEF8cPUOl._XftConfigInitializedFcNameParsememcpyFcPatternAddStringXFillRectangleFcNameConstantFT_Init_FreeType_endXftDrawVisualXRenderFreeGlyphsXftDrawCreateXGetDefaultXftTextRender16XftTextExtentsUtf8_lib_version$XAoAMiKEF8cPUOl.XftAllocNotifyXftFontOpenXlfdatoiXftFontInfoDestroyXRenderCreateGlyphSetXftGlyphExtents_DYNAMIC$XAoAMiKEF8cPUOl.XftFreeNotifyXftGlyphSpecRenderXftTextExtents16XftListFonts_finiFcPatternGetIntegerXftDrawGlyphFontSpecXftDrawSetClipRectanglesFcCharSetHasCharXAllocNamedColorXftDefaultSetXUnionRegionXftTextRender16LEFcPatternCreateXftTextRender32FcPatternDuplicateFcDefaultSubstituteFcCharSetCountFcCharSetDestroyXftTextRenderUtf16XRenderQueryVersionFT_Vector_TransformXftDefaultHasRenderXRenderFindStandardFormatXftInitFtLibraryFcFontMatchXftColorAllocValueFcConfigGetBlanks$XAoAMiKBF8cPE5k.XftMaxFreeTypeFilesXftLockFacestrtodfprintfXRenderSetPictureClipRegionXftFontMatchmallocXftFontUnloadGlyphs_GLOBAL_OFFSET_TABLE_FcPatternVaBuildXPutImageFcCharSetCopyFcFreeTypeCharIndexXftDrawSrcPicturestrtolstrchrFcPatternDestroy$XAoAMiKEF8cPUOl.XftFreeMemXftFontInfoHashXftDrawPictureXftDrawString32XftFontOpenInfoXftTextRender32LEXRenderFillRectangleFT_Render_GlyphXftColorAllocNameXGetVisualInfoFcPatternAddDoubleFcObjectSetDestroyXftDrawSetSubwindowModeFcPatternGetCharSetFcPatternGetStringFT_Set_TransformXftDrawCreateBitmapFcPatternGetMatrixFcPatternGetDoubleXSetClipRectanglesFcFreeTypeCharSetFcNameRegisterObjectTypesXftNameParseXSetRegionXftDrawCreateAlphaFcUtf8ToUcs4XRenderCompositeText16strlen$XAoAMiKBF8cPE5k._XftFtFilesXftFontInfoCreateFcPatternGetFTFaceFT_Done_FacerandXftFontLoadGlyphsXftNameUnparseXftDrawGlyphSpecFcObjectSetCreateXRenderFreePictureXftDrawStringUtf16XRenderAddGlyphsXftDrawString16XftTextExtentsUtf16FT_Set_Char_SizeXDestroyRegionXftDrawCharSpecFT_Library_SetLcdFilterXRenderFreeGlyphSetXftDrawCharFontSpec__ctypeXRenderCreatePictureXRenderCompositeText32XftFontOpenXftFontOpenNameFT_New_FaceXftDrawDestroy_etextXSetErrorHandlerFcNameUnparseXftCharIndexFcPatternGetmemsetXftFontInfoEqualXRenderSetPictureClipRectanglesXftDrawGlyphsXGetGeometryXftFontCheckGlyphXftTextRender16BEXRenderQuerySubpixelOrderXCopyAreaXRenderFindVisualFormatFcPatternAddFcUtf16ToUcs4__iobXRenderCompositeText8XftTextRender8XftGlyphRender$XAoAMiKHF8cPUcl._XftNameInitialized_PROCEDURE_LINKAGE_TABLE_$XAoAMiKEF8cPUOl.XftMemNoticestrcmpFcPatternDelFcPatternPrintXRenderQueryExtension_initXRenderChangePictureXftDrawColormapXftDrawDrawable$XAoAMiKEF8cPUOl.XftAllocMemXftCharExistsXftFontCopyXftDrawDisplay_edataXGetImageFcPatternAddBoolXftTextRenderUtf8XEqualRegionXftUnlockFaceXSetForeground$XAoAMiKEF8cPUOl.XftAllocCountXftDrawStringUtf8XftTextRender32BEXESetCloseDisplaymemcmpstrncpyXftCharSpecRenderFcPatternAddIntegerXftInitXListPixmapFormats$XAoAMiKHF8cPUcl._XftObjectTypesXftTextExtents8XFreePixmapXSetSubwindowModeXftFontCloselibc.so.1SUNW_0.7libfontconfig.so.1libxml2.so.2libpthread.so.1libm.so.2libiconv.so.2libfreetype.so.6libz.solibXrender.so.1libX11.so.6libxcb.so.1libXau.so.6libXdmcp.so.6libnsl.so.1libsocket.so.1libintl.so.8libXft.so.2/usr/local/lib =(8Nh@QPHSPYX``chh plhxq~(Phx(H (08@ H0P@XP``hhpxx HX`p8Ph (08@HPX`hp@xHX`px0@H x(08@HP X(`0hPppx(`h08 @'p`]XAP:hn8H+0(x08@P0@P`pҀҐҠ Ұ(pxJ"/ @`?  @`g`<m c@`U @`6_y0 k@N`€W Qx @`Ààua @`ĀjĠ -@`Bŀ%ŠG L@`!ƀƠP @Z`fǀbǠ ,Y @`ȀȠr~ }@F`ɀɠ)| h@\`ʀXʠRVSs @1`^ˀˠv> @4`Ì̠id # @`*̀z͠ @&`΀Πl .wwwww___ߤ@@] H H'__t`_4`_4` _4` !?#_4` 'Gӡ< @w_h H7 7_ h _40wW 7_ oW7W0w_40!6m"۠ @w__$@4!6m"۠ @$w_4p@!1!Ǣ @l`?L ?$@7Wwwwww_D  HI_\ *00<00'_\ Ɛ*00<00'_\ *00<00'_\ *00<00'_\ (*00<00'_\ (*00<00'_Gˠ  <@Gϥ,@Gà  <@Gǡ,@G  <@G,@< _t`H_ 7_ 7_ 7__@@\@H H'__t`_ _4`_ _4` _ _4` _ _4` 'Gӡ< 0wwww_D  H ___ߐ@ @\ ww''''_ # H_\`\`P_\ @@[_\`\`\`PGGߐ@@@[sww''_\ w_ 'GϠ  ?< '_ 'G_T $@'G_T $@'G'GǠ$ 'G'GH_w_Gˠ@wG'à /_ /_נ wG'GÀHgՠ@H> 'G 'GGÀHHա< /ՀH _ /_נ wנ /ՠ @O_\`\`\`PGGG4 @@ @[ssGG@'GG$@'H"Gà$ 'G 'GÀHHա< /ՀH _ /_נ wנ /ՠ@OGÀOG 'G'GǠ$ 'G'GOyww''_\ w_ 'GϠ  ?'_ 'G_T $@'G_T $@'G'GǠ$ 'G'GHs_w_Gˠ@wG'_ /_נ wG'GÀHQր H3 'G 'GGÀHH _ /_נ wր O_\`\`\`PGGG4 @@ @ZsGG@'GG$@'HGà$ 'G 'GÀHH _ /_נ wր OGÀOG 'G'GǠ$ 'G'GOww''_\ w_ 'GϠ  ?'_ 'G_T $@'G_T $@'G'GǠ$ 'G'GHz_w_Gˡ,0@wG'_ '_נ wG'GÀHW#| H5 'G 'GGÀHH_ '_נ w#|O_\`\`\`PGGG4 @@ @Z#sGG@'GG$@'HGà$ 'G 'GÀHH_ '_נ w#| OGÀOG 'G'GǠ$ 'G'GO A@Xawww_w_D PH`]HwH `]Hw`]Hw_D X$  O, < #`_נD_TTTT0www '_  h _40wG '_ o '_  h _40wGߠ '_  oG_$`G_$`0w''_' G,@$ G,@4 'GG@  ,4 'G HG4@@'G, 'G O'4 0'''wGG  $@'G H _ߢ G,@$   ,@< wG H _G 4PwH_G,Pw_w_ww''w_\ w_ 'GǠ  ?< '_ '_\ 8@D_\ @@<_\ H@4_ < 4 GG@_ < 4 GG@_ < 4 GG@wG_T $@'G_T $@'G'G$ 'G'GHZ_w_Gà@wG' /_ /_Ϡ wG'G'G$ 'G'GH/͠@H _\`pGG_@@͡< /̀H _ /_Ϡ wϠ /G 'G'G$ 'G'GOG 'G'G$ 'G'GO''<4 7< ,08408< L@ 7<< 'G< ,08408< @7<` @,08408''4 < ,08408< L@ 7<< 'G4 < ,08408< @7<` @,08408< , ''4 < ,08408< L@ 7<< 'G4 < ,08408< @7<` @,08408< , ''@@'4  '/7< ,08408< L@ 7<< 'G'4 < ,08408< L@ 7<< 'Gס4 , '4 < ,08408< L@ 7<< 'Gӡ4 , '4 < ,08408< L@ 7<< 'Gϡ4 , '@@ߠ@'4 ww''w_ < '_ !?# @'_\ 8#?h_ !?# @, '_ < 'H _ < '_ !?# @, 'ף, Ӣ@Ϣ@ˠ@'_ '_ 'G_T $@'G_T $@'_\`D`,GL@< G, < @w_D ,< '_\ wG  ?'G'G$ 'G'GHd_w_G,0@w_w_G@wG'G'{G$ 'G{'wGwH?_ /_ w H׀ H_$`H _ @_$ HH@'_ @r_$ _ wG'sG$ 'Gs'oGoOG'{G$ 'G{'wGwOww''w_ < '_ !?# @'_\ 8#>h_ !?# @, '_ < 'H _ < '_ !?# @, 'ף, Ӣ@Ϣ@ˠ@'_ '_ 'G_T $@'G_T $@'_\`D`,GL@< G, < @w_D ,< '_\ wG  ?'G'G$ 'G'GH_w_G,0@w_w_G@wG'G'G$ 'G'GH}_ /_ w H5׀ H'H_ 'ǫ-  `5  - !? @5  #- !> @! @@'ǡ4` 4` '4`!> @< _4`H2H._ '@ǫ-  `5  - !? @5  #- !> @! @@l'ǡ4` 4` '4`!> @< _4`_ wG'{G$ 'G{'wGwOG'G$ 'G'GObww''w_ < '_ !?# @'_\ 8#>h_ !?# @, '_ < 'H _ < '_ !?# @, 'ף, Ӣ@Ϣ@ˠ@'_ '_ 'G_T $@'G_T $@'_\`D`,GL@< G, < @w_D ,< '_\ wG  ?'G'G$ 'G'GH_w_G,0@w_w_G@wG'G'G$ 'G'GH}_ /_ w H5׀ H'H_ 'ǡ-  5  - !> @ #- !> @- ! @@'ǡ4` 4` #4`! @< _4`H2H._ '@ǡ-  5  - !> @ #- !> @- ! @Z'ǡ4` 4` #4`! @< _4`_ wG'{G$ 'G{'wGwOG'G$ 'G'GObww''w_ < 'ק, _ %? @, 4  4  < 4 @'G_T $@'G_T $@'_ '_ '_\ wG  ?'_\ 8Ӡϐ@_\ @ˠǐ@_\ Hà@xG'G$ 'G'GH_w_G@wG'G'G'{G$ 'G{'wGwH_ /_ w H_׀ H'H,_\`hGG@w_GGϐ@k* _GGǐ@c* _GG@Z'@'4  GGϐ@4  GGǐ@u GG@lw_\`pGG_@@H\HX_\`hGG@w_GGϐ@* _GGǐ@ * _GG@'@''4  GGϐ@#4  GGǐ@ GG@w_\`pGG_@@G 'G'sG$ 'Gs'oGoO3G 'G'{G$ 'G{'wGwO㾰ww''w_ < 'ק, _ %? @, 4  4  < 4 @'G_T $@'G_T $@'_ '_ '_\ w_\ 8Ӡϐ@:_\ @ˠǐ@2_\ Hà@*G'G$ 'G'GHG'G'G'G$ 'G'GH_ '_ w?H_׀ H'H,_\`hGG@w_GGϐ@#* _GGǐ@* _GG@'@;'4  GGϐ@74  GGǐ@- GG@$w_\`pGG_@@H$H _\`hGG@w_GGϐ@ʔ* _GGǐ@”* _GG@'< ,084087yۡ< ,08408< yL@ 'kk44 'gg'syL@ 'kk44 'cc<< ,08408'o< ,08408< oL@ 'kk44 '_s_@'ss4` @< ,08408'ss'4 < ,084087yۡ4 < ,08408< yL@ 'kk44 'gg'syL@ 'kk44 'cc<< ,08408'o4 < ,08408< oL@ 'kk44 '_s_@'ss4` @< ,08408'ss, '4 < ,084087yۡ4 < ,08408< yL@ 'kk44 'gg'syL@ 'kk44 'cc<< ,08408'o4 < ,08408< oL@ 'kk44 '_s_@'ss4` @< ,08408'ss, '{@{@'4  GGϐ@4  GGǐ@  GG@w_\`pGG_@@G 'G'G$ 'G'GOkG 'G'G$ 'G'GON@w_\ h H '_\ D  H H' 'G<  A@Oawww_w_D PH` ]HwH`H]HwH_\ \ #?h_\ \ #?ch_\ \ ( h_\ \  h_\ \ #?ch_\ \ (#?h`(]HwHh_\ \ #>h_\ \ 'h_\ \ ( h_\ \  h_\ \ 'h_\ \ (#>h`0]HSw_\ \ #h_\ \ #h_\ \ ( h_\ \  h_\ \ #h_\ \ (#h`8]H(wHH_@Ő O OmO`@]Hw_D X$  O^, < #cD_נD_TTTT ww_wߠ '__ߠې@  @PH 'GۀH __GרGې@@O_\ \ w_0ww 'G< A@NaLwwww''wG'_\ w_w_wG' ' 'G'G$ 'G'GH&_ '_ w'__@ @OH 'G'G$ 'G'GOGH __G@ @O_wG'_D PH _ #?cHC_[H=__@sw____GӠ@@OcHHHtGW$@'oGW$@'k_D X H'`P]@OOw__\ GoGk?@@s @ODsww_@O8_wh _$`XH_ XD`$ $`ww_whR_@\'ssHJ__\ s@@O!wW '3__Wϐ@@@OwO__\ _W_OGoGk@@ss s @Os__O@@O__W?@  s @Nsww__W@@O_whH_\ \ _wt`8_\ \ _wt`@_\ \ (_wt`H_w@GID H_w@HG'[G$ 'G['WGWHI_ '_ w_D 4 H _\ ,0\@w_h__@dw_h___w_GGo$@GGk$@_@@ŀG_T @'G_T @'G'SG$ 'GS'OGOO_w@FD H_w@G__\`\`P_wGoGk@@  sss@Ns_w\``@HT__@8wG'G$ 'G'GHC_ '_ w_D 4 H _\ ,0\@w_h__@w_h___GGߐ@G_T @'G_T @'G'{G$ 'G{'wGwOGH__@@4’A@Lawwwww'_\ w_wǠ ' ' ' ' ' 'GۀH} '___G,0@ @@MH 'GH __G@ @M___G,0@@ @M_G,0@T W$@'_G,0@T W$@'G@'G@'{GH GGHG'GGHG'GGHG'G{GHG{'H G'G'G'G{'G 'GGۀOGGHGGHHx_D PH _ #?cH)_H#GG$@'GG$@'__@ww_D X H)`P]@M w__\ GGG4 G4 ?@@s @Msw_@L_h _$`XH_ XD`$ $`w_hX_@ 'HP__\ G4 G4 @@Lۘwo 'K__o@@@Lؖwg__\ _o_gGGG4 G4 @@ss s @Ls__g@@Lʒ__oG4 G4 ?@  s @Lsw__o@@L_hH_\ \ _t`8_\ \ _t`@_\ \ (_t`H_@DD H_@Eː 'GۀH?_G,0@'ss_D 4 H _\ s,0\@w_h__@ w_h_w___G,0@TG$@TG$@_@@ŀG 'GGۀO_@DD H_@E__\`\`P_GGG4 G4 @@  sss@LCs_\``@HE__@w 'GۀH9_G,0@'_D 4 H _\ ,0\@w_h__@w_h____G,0@T`T`@G 'GGۀOGH__@@2 A@J`dwwww'_\ wנ 'ˠ ' ' ' ' 'G〠H_Gá,0\@w '___Gá,0@ Ϡǐ @@KdH 'GǀH __Gǐ@ @KY___Gá,0@ @ @KS_Gá,0@T W$@'_Gá,0@T W$@'G@'G@'GÀH?GGH#G H_Gà$ < ,0@\`D T` 7W H_Gà$ < ,0@T HHG'GGHG'GGHG'GGHG'H G'G'G'G'Gà 'GG〤OaGGHGGHH 'G〠H_Gá,0\@D PHH Gà 'GG〤OGG〤H _ #?cH1_H+GG$@'GG$@'_D X H)`P]@Jw__\ GGG4 G4 ?@@s @Jsw_@J_h _$`XH_ XD`$ $`w_hX_@ 'HP__\ G4 G4 @@Jxw 'c__@@@Juw__\ __GGG4 G4 @@ss s @Jds__@@Jg__G4 G4 ?@  s @J6sw__@@JX_hH_\ \ _t`8_\ \ _t`@_\ \ (_t`H_@BD H_@Ch 'G〠HM_Gá,0\@w_w__@ww_Gá,0@ 'ss_D 4 H _\ s,0\@w_πh__@w_πh_w___Gá,0@T G$@TG$@_@@ŀGà 'GG〤O_@BBD H_@C__\`\`P_GGG4 G4 @@  sss@Is_\``@HM 'G〠HG_Gá,0\@w_w__@}w_Gá,0@ '_D 4 H _\ ,0\@w_πh__@8w_πh____Gá,0@T` T`@Gà 'GG〤OGˀH 'G〠H__Gá,0\@@0Gà 'GG〤O0A@Gb<wc]D H+ c]$``X]@IOw_h``]_@@IK_@IP`]$ `]D H `]$``]D 'G<  A@Ga$www_@J w_߀h H6'_$ P_@$_\ h_\ @Ic]w_\ w_߀h_\ _hH _\ w_\ w_߀o_\ _t`_@H 'G< СA@FcԮww'c]w_\ w_߀h+_\ _h_c]h_\ _t`c]\ _t`_c]t`_HVw_\ w_\ w_߀oGHHFw%@Hw_߀hH0_@H_t _\ hH!__\ D `h]@@H__t`_t _t 0_@@HH_\`D`,0\ @@@Hh H' 'G_$`  _$`H_D H,_@@HG H G HG H_$ H ' ' 7 7Š 7ɠ 7_@%V@Hl _t 0 HR_\`D`,0\ @w__@@HHw`p]_\ < @@G_h_D  H`x]_T`T`T`T`@@GH`]@GH`]@Gِ_D H`]Hw`]w`]_@@GĒ '?_G,p,p$``_G,p,pt hG 'G O_t (c]\ _t`_c]t`_t 8_`]@ @: _t`@" H `]_\ @@@G_$ L_`]@ @ _$ P H `]_D P@@Gg_ߠ!ؐ #@G_Hw_@Gr H`]@GOw_ A@Eawww_\ (w_h_w__\ Р@w_\ w_o__\ 8h `]_\ 8_ߐ@@G A@E`ww_1 w_h_\ @hH[ H_\`8\`@h `]_\`8\`@@F__\`8\`@h3@G6: _\ 8l@L$@w_\ (w_߀h_w_\ _瀤h __ߐ@@,H_\ w__\ Р$@w_߀o_\`8\`@o9 H_\0w_ w_瀤h H'_D 'G<  A@Dblwww_ w_߀h H<'_\ h_\ @Fm__t`_\ @h!_t`@_`]_\ @< @ @: _t`@_D PH _$`P_`]_D P@ @r_$ P 'G< 0A@Daww_L /O`H]  @ HO@Fr/O tH O yHO 1H H5'O fH O nHO 0H H&'O oH _L /O`H]  @ HO@F@/O nH H 'O fH H'?'G< A@Cctwwww_`]_@@Fw_׀h_'GӀ H__GӀ  2H @@F H' 'G< A@Cbwwww_`]_@@Ew_׀h_נϐ@@E?__׀h __ǐ@@EበHH' 'G< A@Cawwww_`]_@@Ew_׀h(_נː@@EH __Gː@@EH'_נϐ@@E '__׀h __Gː@@EH' 'G< 0A@C`ww@Ew_瀤hH__`]@gHH__`]@YHH__`]@HH__a]@uHHu__a]@gHHg__a]@HHY__a]@ٔHHK__a ]@˔HH=__a(]@/HH/__a0]@HH!__a8]@HH__`]@HH_Hw_@DRw_ww'w_[ w_πh H3'_\ h__t _\ h H!'_\ _G_ߐ@@D'Gˀ HG뀤 H _\ __ߐ@ @D'G'Gۡ<  ww''__Gϐ@'G߀ HGπ HGH'G'G<  ww''__Gϐ@~'G߀ HGπ HGH'G'G< ww'?__G@V'GӀ HG HH??ׁHA@AbLww'w_`]א@ @D H_`]_`]G@D @@e@@C_a]א@ @C H_a]_G@H @C_a]א@ @Cϖ H_a]_a]G@( @C_a0]א@ @C H_a0]_a0]G@ @Ca_a(]א@ @C H_a(]_a(]G@ @Ca_a ]א@ @Co H_a ]_a ]G@Ȗ @C!_a]א@ @CO HG '_@COH+_G@@CO'H H 'ˠ H'ˠ H'ˠ H'ˠ H'ˠ H'Gǀ O, < #c_D_a]_a]GGː@@@B_a]א@ @B H_a]_a]G@~ @Bϔ_a8]א@ @Bݖ H_a8]_a8]G@6 @B_`]א@ @B H._\ G,0@D 'a@] H_\ G,0@D $'?_`]_`]Gϐ@LH@Bf@_`]א@ @B H_`]_`]GaH] @)H@@BC@_`]א@ @Ba H_`]_`]G@@B2_@B_㾠www_D 䀤 H Hc'_瀤h* '_D 䀠H#_\ wG'_s@ @B4ww_wh_w@B4GH@'Gߠ 'G_D 䀤O__רӪϬ˰Dzà@@ss@BsH '_D 䀠H_\ Gߡ,0@\ _׀hGH 'Gߠ 'G_D 䀤O 'G< w_ H_\`\`߬۰ײӠϐ@@ss@AsH_$`_ '4  w_ H=_Ȑ'߀H5_\ @@Aw_瀤h* 'G〠H!_Gۥ,p,pD4 ߀H_Gۥ,p,pD 4 _$` H G۠ 'GG〤O_@Av_ '4  wwwwߐ `@@w_πhH*w__t`__t`___@_$ _$ _$ __t` __t`(_t H_t P_$ X_$ 0_$ @ @' `_w_װ0ww `@@hw_߀hH)w__t`__t`__@_$  _$` _$` _t _t (_t H_t P_$ X_$ 0_$ @ @' `_w_ ww' `@@)w_׀hH)w__t`__t`__@p_$ G4 _$`_$ _t _t (_t H_t P_$ X_$ 0_$ @ @'q `_w_߰w_\  w_瀤h_D HH&w_\ h '_'ˠ 7ۢ Gˡ,@$ 7_\ @&@? H w_\`\` @?ےHw_@ww__t`_\ Hh _\`\`H@@m_t H_\ Ph _\`\`P@?P_t P@w_\ w_@w_\ w_@w_\ (w_@w_\ w_@A@=aww_\ Hh_\`\`H@@_\ Ph_\`\`P@>H_\ 8@?H_\ 8@?HH_D 0 H , < #a_D @&ؒ `_@>x㾰ww_\ w_ߐ w_׀h_\ 0hHw_\ h_  H!?#7!?#7!?#7!?#7ˠw '_Gӥ,p,p\ hh(_Gӥ,p,pD `_D H_ _Gӥ,p,p X @?H _Gӥ,p,p\ hHwGӠ 'GӀ O@>2 '_Gӥ,p,pD `_D H_Gӥ,p,p\ hh__Gӥ,p,p\ h@?;_Gӥ,p,pt h_Gӥ,p,p\ hh._\_D ,0@\ _\ 0D 4 @  @=w 'o_\ __\ 0o@ @?"_Gӥ,p,pt h__@@=_ _Gӥ,p,p X `O4_D _Gӥ,p,p$``__Gӥ,p,p\ h_  @   s @>s_Gӥ,p,p\ hw_0ww_\ h_  H H '_ # H H' 'G< A@;c,ww_\ Hh]w_̐w_瀤h HS'_D @ H '_!w_\`\`__@@@>_t H_\ Hh H3'H_\`\`H\`8@>H%_\`\`H\`8D`D`` D`@@>wHH_D 0 H , < #a_D 'G< P 㾠A@;aLwWww_\ PhSw__D @ H '__! @w__\`\`__g@@<ߖ_t P_\ Ph H>'H!_\`\`P\`8@>#H'_\`\`P\`8D`D`` D`@ @>sHH_D 0 H , < #a_WD_\`\`P_\ @@<[ 'G< ,@w_ HHw_\ Hw_www''wG'_w_\ Ȁh0_H(__@@=w_h_\`_@___\ HGG_GӐ@@  ssss@=sH__@/H___GG_GӐ@@sA@:awwww''wG' H aP]G_א@@<$GӀ$HwH Gӡ,0@<8w_ǀhH5 'GӀH_\ __G @@=I_Gá,0$@Gà 'GGӀO___GG_GӐ@@@=6s_Ǣǀh_@;www''wG'GӀ$HwH Gӡ,0@;ߐw_ǀhH6 'GӀH_\ __Gá,0@@<_Gá,0$@Gà 'GGӀO___GG_GӐ@@@G'G H6_w_w 'GǀH_ ,  -  @- @'_G,0$@G '_ wGGǀOG$ '_Gˠ@w_G@wG OH<G'G H6_w_w 'GǀH_ ,  -  @- @'_G,0$@G '_ wGGǀOG$ '_Gˠ@w_G@wG OHG瀤HDG'G H<_w_w 'GǀH _ , G -`,< @-`@'_G,0$@G '_ wGGǀOG$ '_Gˡ,`@< w_G@wG OHCG'G H=_w_w 'GǀH!_Gˡ,< ,  < , @,@'_G,0$@G '_ wGGǀOG$ '_Gˡ,`@< w_G@wG OH_L  H  O OOlOOh~ A@`www'w'_' w_wǠw!' '3_πhH_@"אw7_7hH_D PH!H '3H '3H '3H_D X$  O, < #`_DG'/G۠$ 'G/'+G+H_ '_ߠ w_\ ,0\@w_hH1 H__@f_\ hHqc]\ _D \@@"|_7_D @@"|'GÀH_D H _7_D ?@@"i'GÀHHF_7\ w_D H_D #]`sH ' ' ' ' '' '#_\`@G'\`0Lw?_\`HG#\`8L%wG?_Ǡ `@@! Hb]G'G#_?< _G< @@@G' HG# H _?'G'_G'G'HG_?h_?'G_?h_?'G_Gh_G'G_Gh_G'G# '#G# OG' ''G' OG ?'G ? ?'G ?'G ? ?'H_\ @ ?'_\`@\`0 ? ?'_\ H ? ?'_\`H\`8$ ?'GG$@< 'GG$@< '_D nHL_D HG_D H#G< _D HG_D , $@''G'GHG''GG'$@'GG'$@'_D 'H!G< _D HG_D , $@''G'GHG''GG'$@'GG'$@'_D '_D #]`sH_7\ G3@@!^'GÀHH3c]\ @!@ _D dHB_D H%_D H w?_7\ \ H wGH_7\ \ Hw?wG?_Ǡ `@@ _?<0_4`_G<0 _4` H_D H  _4`_D _4` H _D _4` _4` H_\  ?<0_4`_\  ?<0 _4` _ ww_wD '_wD '} Hc]< @@ݒc]_\`@< \`H< \`0< \`8< GGGGGG@@ssss@sQ @H{_w\ w_wD  H __wD G$ L@< $w '#GH__D PH! ''GHc]_G' @< < c]L@@G' ''G'GOH) ''G, H"_G'<`< <   `, @??  #'c]G@@`G' ''G'G, Oc ]@R__wD @wG# '#G#GOc(]@@O_G3@Q'G HHGS_4`GO_4`_D _4`_D _4`G뀤H G_\ @l dhHGGH_h_@!G@&w_hHG'_G@ @O_w__D X H_D X H H'' ''O_G3G'@wG _t`_\ Ȁhs_\ h __\ Ȑ@@ג_t G3 HA_D \ H:_wG'G'G$ 'G'GH+_ 'G,` <` U'G,` ̡<` 3'G,` <` 'G_,`_ wG'G$ 'G' G OHG3 H_@D PH_G< @@Β__\ __G@@ @{sHGHG@z_t _\ h _\ _G@@H_t _Ǧ \_\ @t_Ϧ 8\_\ @t H__@ !H c0]_\ @@G''G۠$ 'G''#G#Od_h_@#_@(~www'_ w_wϠ 'G 'G$ ' G ' GH_ '_ w_\ á,0\@w_ǀhHa_\ hQ_\ Ȁh1_\ h*  G,0t@ G  ' G$h__\  G@@ 'H _\ h_\ @_Ϧ \_\ $@t_׀h _צ 8\_\ $@t_@ @] _\ á,0t@G 'G$ ' G ' GO~_\ h GH__\  G@@bww''ww_w_D 4  H HV'_\ ,0\@w_h G뀤HE_\ h@_h @%w_h H4'Ӑ @ _t _t __\ ,0t@_D '_G,0$@G 'G!H__G_G@@@~ 'G_$` H'Ӡ H'Gӡ< 0ww'_\ h _\ @@H' 'G<  ww'_w_D H H'_D 4 t@L$@'۠ '_\ ۡ,0@뀤Hh_\ ۡ,0@?H0__@@H HZ'_@Uw_πh HO'_\ ۥ,0$@_@@_\ ۡ,0@$ _@iH2׀H_D 4 t@L$@'׀H 'נ@'_D 4  H_D 4 $@'_\ ۡ,0@뀤O_\ ۡ,0@ '4 A@`www_w_\ ЀhH_D H @L: _\ Рl@L$@wH_\ h __\ @@_t wg H__@ '_D 4 HB_\ ۡ,0\@w_πh._\ _߀h#C !H c8]_\ @@__ې@@ _D HH H__\ $@w۠ '_D 4  O H__@H A@b<www_w_\ ؀h6 H_\`\`؀h_\ h_\ Hw_wc@]__\`\`ؐ@@<_\`\`؀h __@/_\`\`؀o_0A@aww`]D H H' `]$`@XH H'@v 'G< @!#L'G< @A@` wcH]@אcP]@ҐcX]@͐ 'c`]G,p,p`]\@`] D@`] D@`] D@`] D@@@G 'G Oc`]ch]`p]D `h]D c]D `8]D @@@ ` ]$` `(]$`0A@b<w'' "HIG,p,p`] @w_D` $`G,p,p`] @w_DG@$`p]D  `p]$``h]D G@`h]$`` ]D G@` ]$`` ]D ``]D H90A@`Įw''Κ "HIG,p,p`] @w_D` $`G,p,p`] @w_DG@$c]D  c]$``8]D G@`8]$``(]D G@`(]$``(]D ``]D H w'ww__ߐ@@w_װ㾰wwwwA@bwww'ww_h @/w_hH_ (p  @w_נ w_hH_נ w_w_D?'HPHv_נ w_w_D?HT'_  ?_נ HLw_ (p  @w_נ HBw_נ w_w_D?H9'_ (p  @w_נ H/w_ (p  @w_נ H%w_ (p  @w_נ Hw_ (p  @w_נ HwG H , < #`_wܠD__@g `]Ot\ \ @[ HHOv_Hw_@w_ (p  @w_נ w@Jww_hH,_w_h__@@@HH_ (p  @w_נ w_o_w_ǀh _h_@)_G__ǐ@w_@_@_w_߰ 4X@A@bw`X]D HH  `X]$``x]@ @w_@kw_ A@awww'_@Ґw_߀h HS'_@g G뀤hA_@w_@K_cp]@@_cx]@@_@w_@._߀h H('_@< G뀤h__G$ @@ _G$ < ,@_@ H '__ߐ@@&_@  'G< ~pA@`w_w'www'G'G'G'_wG'_w_\ ȀhH@ ' ' 'k 'GH'_G,0@'H'__@ @AH 'kG 'GGOGH __ߤG@ @._\ hH!H ' 'H#@H ' 'H ' 'wwoGGL@< #hGGL@< @vwo_ohH_ow_ow_oww 'GHA_G,0@w__D h _\ _,0\@hwH__GH,@__G,0H4@__wG,0H$@G$  H , < #a__DG 'GGOH\_G___\`\`GGGG_G'O@@sssssGO@sHN_G___\`\`GGGG_G'O@@sssssGO@psH0_G___\`\`GGGG_wG'O@@sssssGO@ZsHG$  O, < #a__D_owh_o@GkH__ߐ@\t ~pA@bT Gww'www'G'_wG'_w_\ ȀhHGÀHH ' ' ['_ ' 'GÀH)_G,0@'H'__@ @ȚH  ['G 'GGÀOGH __ߤG@ @_\ hH!H ' 'H#@H ' 'H ' 'owgGGL@$HGGL@< @wg_ghHd_gw_gww_gwo  W' 'GÀH*_G,0@'_D 4 H _\ ,0\@h '_\ ,0\@hH G 'GGÀOGGÀHH_\ ,0\@w_G,0@T _T @ S'_G,0@T _T @ O'G 'GGÀHi_G,0@'_D 4 H _\ ,0\@h '_\ ,0\@w_hA SG_G,0@T H  OG_G,0@T H_G,0@T  S'_G,0@T  O' WG  W' SG_T @ S' OG_T @ O'G 'GGÀO _w_ WG H WG,0@w___hH{ W' O' S' ' ' 'GÀH_G,0@'_D 4 H _\ ,0\@h '_\ ,0\@w_hGH SG_G,0@T H  OG_G,0@T H\GHG__ WG,0@$` WG  W'_\ __ WG,0t@_GGL@< __ WG,0@t`_G,0@T  SG$@__ WG,0@$`_G,0@T  OG$@__ WG,0@$`_G,0@T  S'_G,0@T  O' 'H< _GH!,@< _wG,0H4@_oG,0H$@G$  H, < #`@ G_D SG_T @ S' OG_T @ O'G 'G 'G 'GGÀO'GHG__ WG,0@$` WG  W'HY_G___\ GG_T`T`__ WG@@ssss@sHN_G___\ GG_T`T`__ WG@@ssss@wsH1_G___\ GG_T`T`__ WG@@ssss@bsHG$  H, < #`P G_D__ _h__@_goh_g@ [GH__ߐ@ <  ~w'www'G'_wG'GÀ$H wH Gá,0@[w_hH[ 'GÀH6___ G,0@@h_ G,0$@_ G,0@T _4`_ G,0@T _4` G  ' GGÀO_G___GG_GÐ@@ss@Us_ h_@ wwww__瀤h_wH%_D  "H _D  "H H _@i wH_D _D H_wH_w_w_߰ ~PA@b̮ /ww'ww''_wG'GˀHH ' S'_ ' 'GˀH]_Gǡ,0\@ ?w ?_ 7w_Gǡ,0@ 'H' '_ ?_@ @H  S'GH_ ?_G@ @Ҙ 7_\ ȀhH 7_\ hH GǠ 'GGˀO!H ' 'H#@H ' 'H ' 'gw_GGL@$HGGL@< @ w___hH__ww__wo__wg  O'w 'GˀHB_Gǡ,0\@ ?w ?_ 7w_Gǡ,0@ ' 7_D 4 H  7_\ ,0\@h ' 7_\ ,0\@h 7_wH GǠ 'GGˀOGGˀH_hHr_\ ,0\@w_\ w_Gǡ,0@T _T @ K'_Gǡ,0@T _T @ G'wGǠ 'GGˀH_Gǡ,0\@ ?w ?_ 7w_Gǡ,0@ ' 7_D 4 H  7_\ ,0\@h ' 7_\ ,0\@w_h_ ?__h KG_Gǡ,0@T H  GG_Gǡ,0@T H0 ?_w 7_\ _h _ 7_\ _@'w_Gǡ,0@T K'_Gǡ,0@T  G' OG  O' KG_T @ K' GG_T @ G'GǠ 'GGˀOi WwW OG H OG,0@ՐwW_WhH O' G' K' ' 'w 'GˀH_Gǡ,0\@ ?w ?_ 7w_Gǡ,0@ ' 7_D 4 H  7_\ ,0\@h ' 7_\ ,0\@w_hGǀH ?__h KG_Gǡ,0@T H  GG_Gǡ,0@T HbGHG_W OG,0@$` OG  O' 7_\ _W OG,0t@_wGGàL@< _W OG,0@t`_Gǡ,0@T KG$@_W OG,0@$`_Gǡ,0@T  GG$@_W OG,0@$` ?_w_Gǡ,0@T K'_Gǡ,0@T  G' 'H< _wGH!,@< _oGå,0H4@_gGå,0H$@G$  H, < #b /_D KG_T @ K' GG_T @ G'Gà 'G 'GǠ 'GGˀOGHG_W OG,0@$` OG  O'HV_G___GG_T` T`_W OG@@ssss@$sHL_G___GG_T` T`_W OG@@ssss@sH0_G___GG_T` T`_W OG@@ssss@sHG$  H, < #b /_D_W Wh_W@ .__gh__@ & SGH 'GˀH__Gǡ,0\@GǠ 'GGˀO X , ~w'ww''_wG'Gˀ$H wH Gˡ,0@ w_hHd 'GˀHA_ G,0\@_t@__ G,0\@_Ϡ @@ _ G,0@$ _ G,0@T _4` _ G,0@T _4` G  ' GGˀO_G__GG_Gː@@s@ s_ h_@ v~Нw'www'G'G'G'_wG'G$HwH G,0@ Ww_hH< 'GH___G @@ i_G,0$@G 'GGO_G___GGGG_G@@ssss@ >s_h_@ ~Нw'www'G'G'G'_wG'G$HwH G,0@ w_hH= 'GH___G,0@@ _G,0$@G 'GGO_G___GGGG_G@@ssss@ s_h_@ ~Нw'www'G'G'G'_wG'G$HwH G,0@ w_hHD 'GH___G, < @, < @4 @@ _G,0$@G 'GGO_G___GGGG_G@@ssss@ ds_h_@ 4~Нw'www'G'G'G'_wG'G$HwH G,0@ w_hHD 'GH___G, < @< @, 4 @@ _G,0$@G 'GGO_G___GGGG_G@@ssss@ s_h_@ Đ~Нw'www'G'G'G'_wG'G$HwH G,0@ w_hH= 'GH___G,0@@ _G,0$@G 'GGO_G___GGGG_G@@ssss@ s_h_@ [~Нw'www'G'G'G'_wG'G$HwH G,0@ ;w_hHN 'GH)___G, < @, < @, < @, < @4 @@ ;_G,0$@G 'GGO_G___GGGG_G@@ssss@ s_h_@ ~Нw'www'G'G'G'_wG'G$HwH G,0@ w_hHN 'GH)___G, < @< @, < @, < @, 4 @@ _G,0$@G 'GGO_G___GGGG_G@@ssss@ s_h_@ f~w'www'G'G'G'_wG' 'w$'GHc_G@@ z'G HWGGH,G, < ,0@ 2w_h _h_@ H\__G,0@@ [G, '_h_@ _w__@@ /_G,0$@G '_G@wGG$@'GH_G@@ %'G O_G___GGGG_G@@ssss@ s_h_@~w'www'G'G'G'_wG'G' 'w$'GHg_GG@@ 'G HYGGH,G, < ,0@w_h _h_@sH]__G,0@@ G, '_h_@^_w__@@ _G,0$@G '_G@wGG$@'GH_GG@@ 'G O____GGGG_G@ @ssss@ Fs_h_@ w'w'G'G$ 'G'G׀H_\ _@@ H_D H'_ wG'G$ 'G'GπOG'Gߡ< @ 'OH H' 'G< 0w'G'G$ 'G'G瀤H"_L /_L`,`O_,`_L /_L`,`O_,`_ wG'G$ 'G'G߀Ow''G<  .! 'G'G$ 'G'GπH7_w_G@wG'G'G$ 'G'GǀH_L /_L`,`O_,`_נ wG'G$ 'G'GOG'G$ 'G'GǀO0w'G'G$ 'G'G瀤H_L /_L`,`O_,`_ wG'G$ 'G'G߀O@wH$_\`D`D`,L< ;H*_\`D`,D`gH _\`D`D`,L< HH_D 0 H OOO OO ww_w_L H_L -HH_L /_ wO_,`_ w_L O _,`_w_0ww_L *H ?_$`_ wH%_$ _L 0H_L 9H_D,`,`_L @$ 0$_ w_L 0H_L 9O_L -H_Hww_A@aTwww''_w_L -HHw_נ w_w_ϐ@  -w_׀hHw_נ w_w_ǐ@  -w_׀hHw_נ w_w_@ ђ -w_׀hHw_נ w_w_@  -w_׀hHw_נ w_א@  -w_׀hHw_נ w_א@  -w_׀hH~w_נ w_נ@Fw_׀hHow_נ w_נ@7w_׀hH`w_נ w_נ@(w_׀hHQw_נ w_נ@w_׀hHBw_נ w_א@ [ -w_׀hH4w_נ w_א@ M -w_׀hH&w_נ w_w_@ = -w_׀hHw_נ w_w_@ - -w_׀hHwGHHw@w_߀hHw_@d @Yw_h_@AHw_c]_@@ HH__@r_L H_c]@@0 H_c]_@@HH__@P_L H_c]@@ H_c]_@@”HHc]__@+ ۖ d'_c]G@@]HHq`]__@  '_c]G@@@HHTG'ss?G H/_c]G'ssc] Ȑ@@HHH5G HG HG'ssG'ssHc] ?c] H_c]@@䉠HHH_@l_H w_@f_@[w_PP@9ffffff?@?@P .:;=+*#@$@XFT_DEBUGXFT_DEBUG=%s XftDisplayInfoGet Default visual 0x%x format %d,%d,%d,%d format indexed No Render format for default visual XftDisplayInfoGet initialized, hasRender set to "%s" TrueFalsemaxglyphmemoryglobal max cache memory %ld maxunreffontsglobal max unref fonts %d XftDisplayInfoGet failed to initialize, Xft unhappy Display glyph cache incorrect has %ld bytes, should have %ld Reduce global memory from %ld to %ld XftscaledpirenderrgbalcdfilterantialiasemboldenautohinthintstylehintingminspaceDrawString "%*.*s" XftFontMatch pattern XftFontMatch after FcConfig substitutions XftFontMatch after X resource substitutions XftFontMatch result XftFontOpen: Invalid pattern argument Pattern Match No Match No Font XftFontOpenName "%s": Invalid name XftFontOpenXlfd "%s": Invalid xlfd FontFile %s/%d matches existing (%d) FontFile %s/%d matches new Discard file %s/%d from cache Loading file %s/%d Xft: locking error %s too many file unlocksSet face size to %dx%d (%dx%d) Set face matrix to (%g,%g,%g,%g) Attempt to close locked filefileindexftfacepixelsizeaspectXftFontInfoFill: %s: %d (%g pixels) antialiasrgbalcdfiltermatrixrenderembeddedbitmaphintingemboldenhintstyleverticallayoutautohintglobaladvancespacingminspacecharwidthNew font %s/%d size %dx%d maxglyphmemorycharsetfreeing unreferenced font %s/%d size %dx%d Font glyph cache incorrect has %ld bytes, should have %ld Trans %d %d: %d %d glyph %d: xywh (%d %d %d %d), trans (%d %d %d %d) wh (%d %d) %c| Caching glyph 0x%x size %ld Uncaching glyph 0x%x size %ld Reduce memory for font 0x%lx from %ld to %ld Xft Memory Usage: Which Alloc Free count bytes count bytes %8.8s%8d%8d%8d%8d TotalXftDrawXftFontXftFtFileXftGlyphlangcharsetcorexlfdrendermaxglyphmemoryxlfd*foundryfamilyweightslantsizepixelsizelightmediumregulardemiboldboldblackrioH0o0o0o0o0o 0o@0o`0o0o0o0o0o0o 0o@0ow`0oo0og0o_0oW0oO0oG 0o?@0o7`0o/0o'0o0o0o0o 0o@0o`0o0o0o0o0o0o 0o@0o`0o0o0o0o0o0o 0o@0ow`0oo0og0o_0oW0oO0oG 0o?@0o7`0o/0o'0o0o0o0o 0o@0o`0o0o0o0o0o 0o 0o @0o `0o 0o 0o 0o 0o 0o 0o @0ow `0oo 0og 0o_ 0oW 0oO 0oG 0o? @0o7 `0o/ 0o' 0o 0o 0o 0o 0o @0o `0o 0o 0o 0o 0o 0o 0o @0o `0o 0o 0o 0o 0o0o 0o@0ow`0oo0og0o_0oW0oO0oG 0o?@0o7`0o/0o'0o0o0o0o 0o@0o`0o0o0o0o0o0o 0o@0o`0o0o0o0o0o0o 0o #3?KWeq    oo,o P;,P oo2dddn,,: ;X; I    0H@! exp. _h\9A ~N0\ n \ {   ((  W@  D X( @ @- ; MG ]\S h` i v  H8 p Y  .t (x `@* 9DMX* i Ir J|zDMX*  Nh QPh S Vp Wp XH Y  Y ] _l  `48 c,O h ,f lh,z q$ yh zp8 } ~(DMX*   DMX*  4 (( P h" x(( 8. 4 : @  F L ( R H8X @^ x (~            0 @ P ` h    & / 8DMX* B Q h` hk   xDMX* DMX*   0 0   ( H X ` p    DMX*   (   p x/ P< H  N  _ 8e H,r Px T h d   (&      0        ( @ H  X ` p x! ' - 3 : A H O V ] d / t }  8   0 @ , .( H,DMX*  x@ 2 48 6h  ' - 8!  3 9  ? (E 0 L P S p.ZDMX* d i (n 0s x (}DMX* D,MX*  ` hDMX*  |`DMX* DMX* DM0X*   @         & / t      , Θ ; M [ t   +  t          ! & L0` lҐ0    [$     `  M@T  ߈   ) 5 @ H Q }X h   p        + : K@ P $ ^ p h ~    x8   $     !@   P (H 1( P m < c H t a8     0`      L  X( 8K_n ( PX 2H K *O [cj 0 O0 H!2 N !(^ Dm ѸPb} "  I   #7J[ po f0 h #*G  Yly~ ? fH 0 xX PP  L.= ۨMey ݈    0 U \+8? "0PPp \~ R  " P1 h@,e   $ P$. T`< ,(@H $W^hy | ( @   zH+? [(GZ@{ XD 1.libs/libXft.so.2.3.0crti.svalues-Xa.cDrodata.rodataxftcolor.cBbss.bssDdata.dataDpicdata.picdatamaskbasemasklenxftcore.c_XftSharpGlyphMono_XftSharpGlyphGray_XftSharpGlyphRgba_XftSharpGlyphFind_XftExamineBitfield_XftGetField_XftPutField_XftSmoothGlyphMonofbOver24fbIn_XftSmoothGlyphGray8888_XftSmoothGlyphGray565_XftSmoothGlyphGray555_XftSmoothGlyphGray_XftSmoothGlyphRgba_XftSmoothGlyphPossible_XftSmoothGlyphFind_XftGlyphDefaultXftGetImageErrorHandlerxftdbg.c.L28.L36xftdpy.c_XftCloseDisplay.L178.L192.L199.L208.L212.L215.L217.L241.L248.L253.L260.L273.L309_XftDisplayValidateMemory.L344.L551_XftDefaultInitBool_XftDefaultInitDouble_XftDefaultInitInteger.L650.L660.L669.L678.L687.L696.L705.L714.L723.L732.L741_XftDefaultInit_XftDefaultGet.L_cseg0.L_cseg1xftdraw.c_XftDrawScreen_XftDrawFormat_XftDrawOp_XftDrawRenderPrepare_XftDrawCorePrepare.L744xftextent.cxftfont.c.L42.L55.L68.L81.L112.L127.L136.L143.L171.L196.L207.L292.L299xftfreetype.c.L48.L76_XftGetFile_XftGetFaceFile_XftNumFiles_XftNthFile.L219_XftUncacheFiles.L254_XftLockFile.L283_XftLockError_XftUnlockFile.L326.L430.L462_XftReleaseFile_XftSqrt_XftIsPrime_XftHashSize.L709.L728.L742.L762.L772.L786.L790.L810.L829.L848.L872.L905.L932.L963.L982.L1001.L1080.L1107.L1134.L1161.L1180.L1207XftFontInfoFill.L_cseg2XftFontInfoEmpty.L1364.L1370.L1398XftFontDestroyXftFontFindNthUnref.L1796xftglyphs.c.L50_XftFontValidateMemory_compute_xrender_bitmap_size_fill_xrender_bitmap.L900.L902.L941.L972.L980.L1165.L1550.L1611xftinit.c.L61.L63.L65.L74.L80xftlist.cxftname.c.L71.L73xftrender.cXftPreferFormatxftstr.cxftswap.cxftxlfd.cXftSplitStrXftGetInt.L259.L265.L282.L293.L303.L319.L346crtn.s_END__XftNameInitXftMemFree_START_XftGlyphCore_XftFTlibraryXftDefaultGetBoolXftMemReportXftGlyphFontSpecCoreXftGlyphSpecCoreXftDrawBitsPerPixel_XftSetFace_XftFontUncacheGlyphXftDefaultGetIntegerXftNativeByteOrder_XftDisplayInfoGetXftSwapCARD24XftSwapCARD16XftSwapCARD32XftRectCoreXftMemAllocXftDrawDepthXftDebugXftSwapImage_XftMatchSymbolicXftDefaultGetDouble_XftDisplayInfo_XftDisplayManageMemory_XftFontManageMemoryXftDefaultParseBoolXftListFontsPatternObjectsXftCharFontSpecRenderFT_Load_GlyphXftDrawString8XRenderFindFormatXCreateRegionXRenderCompositeString32FcStrCmpIgnoreCaseXAddExtensionXftFontOpenPatternXftDefaultSubstituteXFreeGCXftDrawSetClipFcInitXFree$XAoAMiKEF8cPUOl.XftFreeCounttolowerXCreatePixmapXFreeColorsfree$XBoAMiK6E8cP02j.XftDebug.initialized$XAoAMiKNF8cPEPm.XftXlfdWeights$XAoAMiKNF8cPEPm.XftXlfdSlantsFcConfigSubstitutestrcpyXftGetVersionXftXlfdParseXRenderCompositeString8getenv$XAoAMiKEF8cPUOl.XftInUseXftColorFreeXftDrawRectXCreateGCXSetClipMaskXAllocColorFcFontListXftTextExtents32XftGlyphFontSpecRenderXRenderCompositeString16$XBoAMiK6E8cP02j.XftDebug.debugXftDrawChangeFcPatternGetBoolFcObjectSetAdd$XAoAMiKEF8cPUOl._XftConfigInitializedFcNameParsememcpyFcPatternAddStringXFillRectangleFcNameConstantFT_Init_FreeType_endXftDrawVisualXRenderFreeGlyphsXftDrawCreateXGetDefaultXftTextRender16XftTextExtentsUtf8_lib_version$XAoAMiKEF8cPUOl.XftAllocNotifyXftFontOpenXlfdatoiXftFontInfoDestroyXRenderCreateGlyphSetXftGlyphExtents_DYNAMIC$XAoAMiKEF8cPUOl.XftFreeNotifyXftGlyphSpecRenderXftTextExtents16XftListFonts_finiFcPatternGetIntegerXftDrawGlyphFontSpecXftDrawSetClipRectanglesFcCharSetHasCharXAllocNamedColorXftDefaultSetXUnionRegionXftTextRender16LEFcPatternCreateXftTextRender32FcPatternDuplicateFcDefaultSubstituteFcCharSetCountFcCharSetDestroyXftTextRenderUtf16XRenderQueryVersionFT_Vector_TransformXftDefaultHasRenderXRenderFindStandardFormatXftInitFtLibraryFcFontMatchXftColorAllocValueFcConfigGetBlanks$XAoAMiKBF8cPE5k.XftMaxFreeTypeFilesXftLockFacestrtodfprintfXRenderSetPictureClipRegionXftFontMatchmallocXftFontUnloadGlyphs_GLOBAL_OFFSET_TABLE_FcPatternVaBuildXPutImageFcCharSetCopyFcFreeTypeCharIndexXftDrawSrcPicturestrtolstrchrFcPatternDestroy$XAoAMiKEF8cPUOl.XftFreeMemXftFontInfoHashXftDrawPictureXftDrawString32XftFontOpenInfoXftTextRender32LEXRenderFillRectangleFT_Render_GlyphXftColorAllocNameXGetVisualInfoFcPatternAddDoubleFcObjectSetDestroyXftDrawSetSubwindowModeFcPatternGetCharSetFcPatternGetStringFT_Set_TransformXftDrawCreateBitmapFcPatternGetMatrixFcPatternGetDoubleXSetClipRectanglesFcFreeTypeCharSetFcNameRegisterObjectTypesXftNameParseXSetRegionXftDrawCreateAlphaFcUtf8ToUcs4XRenderCompositeText16strlen$XAoAMiKBF8cPE5k._XftFtFilesXftFontInfoCreateFcPatternGetFTFaceFT_Done_FacerandXftFontLoadGlyphsXftNameUnparseXftDrawGlyphSpecFcObjectSetCreateXRenderFreePictureXftDrawStringUtf16XRenderAddGlyphsXftDrawString16XftTextExtentsUtf16FT_Set_Char_SizeXDestroyRegionXftDrawCharSpecFT_Library_SetLcdFilterXRenderFreeGlyphSetXftDrawCharFontSpec__ctypeXRenderCreatePictureXRenderCompositeText32XftFontOpenXftFontOpenNameFT_New_FaceXftDrawDestroy_etextXSetErrorHandlerFcNameUnparseXftCharIndexFcPatternGetmemsetXftFontInfoEqualXRenderSetPictureClipRectanglesXftDrawGlyphsXGetGeometryXftFontCheckGlyphXftTextRender16BEXRenderQuerySubpixelOrderXCopyAreaXRenderFindVisualFormatFcPatternAddFcUtf16ToUcs4__iobXRenderCompositeText8XftTextRender8XftGlyphRender$XAoAMiKHF8cPUcl._XftNameInitialized_PROCEDURE_LINKAGE_TABLE_$XAoAMiKEF8cPUOl.XftMemNoticestrcmpFcPatternDelFcPatternPrintXRenderQueryExtension_initXRenderChangePictureXftDrawColormapXftDrawDrawable$XAoAMiKEF8cPUOl.XftAllocMemXftCharExistsXftFontCopyXftDrawDisplay_edataXGetImageFcPatternAddBoolXftTextRenderUtf8XEqualRegionXftUnlockFaceXSetForeground$XAoAMiKEF8cPUOl.XftAllocCountXftDrawStringUtf8XftTextRender32BEXESetCloseDisplaymemcmpstrncpyXftCharSpecRenderFcPatternAddIntegerXftInitXListPixmapFormats$XAoAMiKHF8cPUcl._XftObjectTypesXftTextExtents8XFreePixmapXSetSubwindowModeXftFontCloseanotate anotate  VNhVSVQPzYzq{`|Dc|h }Dlh<~D~~VNhVSVQPzYzq{`|@c|h }@lh8~@~~anotate anotate8 0 anotate anotate anotate anotate anotate anotate anotate anotate anotate @(#)stdio.h 1.84 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)ctype.h 1.35 04/09/28 SMI@(#)ctype_iso.h 1.3 04/09/28 SMI@(#)ctype_c99.h 1.2 04/09/28 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)errno.h 1.17 03/01/03 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)stdarg.h 1.47 04/09/28 SMI@(#)stdarg_iso.h 1.4 04/11/19 SMI@(#)va_impl.h 1.1 04/11/19 SMI@(#)stdarg_c99.h 1.2 04/09/28 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)setjmp.h 1.38 04/09/28 SMI@(#)setjmp_iso.h 1.2 04/09/28 SMI@(#)stat.h 1.12 10/01/15 SMI@(#)stat_impl.h 1.4 03/12/04 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.44 10/01/04 SMIacomp: Sun C 5.11 SunOS_sparc 145354-01 2010/10/11@(#)stdio.h 1.84 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)ctype.h 1.35 04/09/28 SMI@(#)ctype_iso.h 1.3 04/09/28 SMI@(#)ctype_c99.h 1.2 04/09/28 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)errno.h 1.17 03/01/03 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)stdarg.h 1.47 04/09/28 SMI@(#)stdarg_iso.h 1.4 04/11/19 SMI@(#)va_impl.h 1.1 04/11/19 SMI@(#)stdarg_c99.h 1.2 04/09/28 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)setjmp.h 1.38 04/09/28 SMI@(#)setjmp_iso.h 1.2 04/09/28 SMI@(#)stat.h 1.12 10/01/15 SMI@(#)stat_impl.h 1.4 03/12/04 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.44 10/01/04 SMIacomp: Sun C 5.11 SunOS_sparc 145354-01 2010/10/11@(#)stdio.h 1.84 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)ctype.h 1.35 04/09/28 SMI@(#)ctype_iso.h 1.3 04/09/28 SMI@(#)ctype_c99.h 1.2 04/09/28 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)errno.h 1.17 03/01/03 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)stdarg.h 1.47 04/09/28 SMI@(#)stdarg_iso.h 1.4 04/11/19 SMI@(#)va_impl.h 1.1 04/11/19 SMI@(#)stdarg_c99.h 1.2 04/09/28 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)setjmp.h 1.38 04/09/28 SMI@(#)setjmp_iso.h 1.2 04/09/28 SMI@(#)stat.h 1.12 10/01/15 SMI@(#)stat_impl.h 1.4 03/12/04 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.44 10/01/04 SMIacomp: Sun C 5.11 SunOS_sparc 145354-01 2010/10/11@(#)stdio.h 1.84 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)ctype.h 1.35 04/09/28 SMI@(#)ctype_iso.h 1.3 04/09/28 SMI@(#)ctype_c99.h 1.2 04/09/28 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)errno.h 1.17 03/01/03 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)stdarg.h 1.47 04/09/28 SMI@(#)stdarg_iso.h 1.4 04/11/19 SMI@(#)va_impl.h 1.1 04/11/19 SMI@(#)stdarg_c99.h 1.2 04/09/28 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)setjmp.h 1.38 04/09/28 SMI@(#)setjmp_iso.h 1.2 04/09/28 SMI@(#)stat.h 1.12 10/01/15 SMI@(#)stat_impl.h 1.4 03/12/04 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.44 10/01/04 SMIacomp: Sun C 5.11 SunOS_sparc 145354-01 2010/10/11@(#)stdio.h 1.84 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)ctype.h 1.35 04/09/28 SMI@(#)ctype_iso.h 1.3 04/09/28 SMI@(#)ctype_c99.h 1.2 04/09/28 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)errno.h 1.17 03/01/03 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)stdarg.h 1.47 04/09/28 SMI@(#)stdarg_iso.h 1.4 04/11/19 SMI@(#)va_impl.h 1.1 04/11/19 SMI@(#)stdarg_c99.h 1.2 04/09/28 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)setjmp.h 1.38 04/09/28 SMI@(#)setjmp_iso.h 1.2 04/09/28 SMI@(#)stat.h 1.12 10/01/15 SMI@(#)stat_impl.h 1.4 03/12/04 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.44 10/01/04 SMIacomp: Sun C 5.11 SunOS_sparc 145354-01 2010/10/11@(#)stdio.h 1.84 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)ctype.h 1.35 04/09/28 SMI@(#)ctype_iso.h 1.3 04/09/28 SMI@(#)ctype_c99.h 1.2 04/09/28 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)errno.h 1.17 03/01/03 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)stdarg.h 1.47 04/09/28 SMI@(#)stdarg_iso.h 1.4 04/11/19 SMI@(#)va_impl.h 1.1 04/11/19 SMI@(#)stdarg_c99.h 1.2 04/09/28 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)setjmp.h 1.38 04/09/28 SMI@(#)setjmp_iso.h 1.2 04/09/28 SMI@(#)stat.h 1.12 10/01/15 SMI@(#)stat_impl.h 1.4 03/12/04 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.44 10/01/04 SMIacomp: Sun C 5.11 SunOS_sparc 145354-01 2010/10/11@(#)stdio.h 1.84 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)ctype.h 1.35 04/09/28 SMI@(#)ctype_iso.h 1.3 04/09/28 SMI@(#)ctype_c99.h 1.2 04/09/28 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)errno.h 1.17 03/01/03 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)stdarg.h 1.47 04/09/28 SMI@(#)stdarg_iso.h 1.4 04/11/19 SMI@(#)va_impl.h 1.1 04/11/19 SMI@(#)stdarg_c99.h 1.2 04/09/28 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)setjmp.h 1.38 04/09/28 SMI@(#)setjmp_iso.h 1.2 04/09/28 SMI@(#)stat.h 1.12 10/01/15 SMI@(#)stat_impl.h 1.4 03/12/04 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.44 10/01/04 SMIacomp: Sun C 5.11 SunOS_sparc 145354-01 2010/10/11@(#)stdio.h 1.84 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)ctype.h 1.35 04/09/28 SMI@(#)ctype_iso.h 1.3 04/09/28 SMI@(#)ctype_c99.h 1.2 04/09/28 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)errno.h 1.17 03/01/03 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)stdarg.h 1.47 04/09/28 SMI@(#)stdarg_iso.h 1.4 04/11/19 SMI@(#)va_impl.h 1.1 04/11/19 SMI@(#)stdarg_c99.h 1.2 04/09/28 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)setjmp.h 1.38 04/09/28 SMI@(#)setjmp_iso.h 1.2 04/09/28 SMI@(#)stat.h 1.12 10/01/15 SMI@(#)stat_impl.h 1.4 03/12/04 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.44 10/01/04 SMIacomp: Sun C 5.11 SunOS_sparc 145354-01 2010/10/11@(#)stdio.h 1.84 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)ctype.h 1.35 04/09/28 SMI@(#)ctype_iso.h 1.3 04/09/28 SMI@(#)ctype_c99.h 1.2 04/09/28 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)errno.h 1.17 03/01/03 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)stdarg.h 1.47 04/09/28 SMI@(#)stdarg_iso.h 1.4 04/11/19 SMI@(#)va_impl.h 1.1 04/11/19 SMI@(#)stdarg_c99.h 1.2 04/09/28 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)setjmp.h 1.38 04/09/28 SMI@(#)setjmp_iso.h 1.2 04/09/28 SMI@(#)stat.h 1.12 10/01/15 SMI@(#)stat_impl.h 1.4 03/12/04 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.44 10/01/04 SMIacomp: Sun C 5.11 SunOS_sparc 145354-01 2010/10/11@(#)stdio.h 1.84 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)ctype.h 1.35 04/09/28 SMI@(#)ctype_iso.h 1.3 04/09/28 SMI@(#)ctype_c99.h 1.2 04/09/28 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)errno.h 1.17 03/01/03 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)stdarg.h 1.47 04/09/28 SMI@(#)stdarg_iso.h 1.4 04/11/19 SMI@(#)va_impl.h 1.1 04/11/19 SMI@(#)stdarg_c99.h 1.2 04/09/28 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)setjmp.h 1.38 04/09/28 SMI@(#)setjmp_iso.h 1.2 04/09/28 SMI@(#)stat.h 1.12 10/01/15 SMI@(#)stat_impl.h 1.4 03/12/04 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.44 10/01/04 SMIacomp: Sun C 5.11 SunOS_sparc 145354-01 2010/10/11@(#)stdio.h 1.84 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)ctype.h 1.35 04/09/28 SMI@(#)ctype_iso.h 1.3 04/09/28 SMI@(#)ctype_c99.h 1.2 04/09/28 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)errno.h 1.17 03/01/03 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)stdarg.h 1.47 04/09/28 SMI@(#)stdarg_iso.h 1.4 04/11/19 SMI@(#)va_impl.h 1.1 04/11/19 SMI@(#)stdarg_c99.h 1.2 04/09/28 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)setjmp.h 1.38 04/09/28 SMI@(#)setjmp_iso.h 1.2 04/09/28 SMI@(#)stat.h 1.12 10/01/15 SMI@(#)stat_impl.h 1.4 03/12/04 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.44 10/01/04 SMIacomp: Sun C 5.11 SunOS_sparc 145354-01 2010/10/11@(#)stdio.h 1.84 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)ctype.h 1.35 04/09/28 SMI@(#)ctype_iso.h 1.3 04/09/28 SMI@(#)ctype_c99.h 1.2 04/09/28 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)errno.h 1.17 03/01/03 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)stdarg.h 1.47 04/09/28 SMI@(#)stdarg_iso.h 1.4 04/11/19 SMI@(#)va_impl.h 1.1 04/11/19 SMI@(#)stdarg_c99.h 1.2 04/09/28 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)setjmp.h 1.38 04/09/28 SMI@(#)setjmp_iso.h 1.2 04/09/28 SMI@(#)stat.h 1.12 10/01/15 SMI@(#)stat_impl.h 1.4 03/12/04 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.44 10/01/04 SMIacomp: Sun C 5.11 SunOS_sparc 145354-01 2010/10/11@(#)stdio.h 1.84 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)ctype.h 1.35 04/09/28 SMI@(#)ctype_iso.h 1.3 04/09/28 SMI@(#)ctype_c99.h 1.2 04/09/28 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)errno.h 1.17 03/01/03 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)stdarg.h 1.47 04/09/28 SMI@(#)stdarg_iso.h 1.4 04/11/19 SMI@(#)va_impl.h 1.1 04/11/19 SMI@(#)stdarg_c99.h 1.2 04/09/28 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)setjmp.h 1.38 04/09/28 SMI@(#)setjmp_iso.h 1.2 04/09/28 SMI@(#)stat.h 1.12 10/01/15 SMI@(#)stat_impl.h 1.4 03/12/04 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.44 10/01/04 SMIacomp: Sun C 5.11 SunOS_sparc 145354-01 2010/10/11@(#)stdio.h 1.84 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)ctype.h 1.35 04/09/28 SMI@(#)ctype_iso.h 1.3 04/09/28 SMI@(#)ctype_c99.h 1.2 04/09/28 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)errno.h 1.17 03/01/03 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)stdarg.h 1.47 04/09/28 SMI@(#)stdarg_iso.h 1.4 04/11/19 SMI@(#)va_impl.h 1.1 04/11/19 SMI@(#)stdarg_c99.h 1.2 04/09/28 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)setjmp.h 1.38 04/09/28 SMI@(#)setjmp_iso.h 1.2 04/09/28 SMI@(#)stat.h 1.12 10/01/15 SMI@(#)stat_impl.h 1.4 03/12/04 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.44 10/01/04 SMIacomp: Sun C 5.11 SunOS_sparc 145354-01 2010/10/11@(#)stdio.h 1.84 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)ctype.h 1.35 04/09/28 SMI@(#)ctype_iso.h 1.3 04/09/28 SMI@(#)ctype_c99.h 1.2 04/09/28 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)errno.h 1.17 03/01/03 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)stdarg.h 1.47 04/09/28 SMI@(#)stdarg_iso.h 1.4 04/11/19 SMI@(#)va_impl.h 1.1 04/11/19 SMI@(#)stdarg_c99.h 1.2 04/09/28 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)setjmp.h 1.38 04/09/28 SMI@(#)setjmp_iso.h 1.2 04/09/28 SMI@(#)stat.h 1.12 10/01/15 SMI@(#)stat_impl.h 1.4 03/12/04 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.44 10/01/04 SMIacomp: Sun C 5.11 SunOS_sparc 145354-01 2010/10/11@(#)stdio.h 1.84 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)ctype.h 1.35 04/09/28 SMI@(#)ctype_iso.h 1.3 04/09/28 SMI@(#)ctype_c99.h 1.2 04/09/28 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)errno.h 1.17 03/01/03 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)stdarg.h 1.47 04/09/28 SMI@(#)stdarg_iso.h 1.4 04/11/19 SMI@(#)va_impl.h 1.1 04/11/19 SMI@(#)stdarg_c99.h 1.2 04/09/28 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)setjmp.h 1.38 04/09/28 SMI@(#)setjmp_iso.h 1.2 04/09/28 SMI@(#)stat.h 1.12 10/01/15 SMI@(#)stat_impl.h 1.4 03/12/04 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.44 10/01/04 SMIacomp: Sun C 5.11 SunOS_sparc 145354-01 2010/10/11ld: Software Generation Utilities - Solaris Link Editors: 5.10-1.500#xftcolor.c /var/tmp/libXft-2.3.0/src /opt/solstudio12.2/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I.. -I../include/X11/Xft -I/usr/local/include -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -v -I../include/X11/Xft -g -c -KPIC -DPIC xftcolor.c -W0,-xp\$XAoAMiK2E8cPEjj.Xa;g;P;R=Sun C 5.11 SunOS_sparc 145354-01 2010/10/11;G=$XAoAMiK2E8cPEjj.;backend;raw;cd;DBG_GEN 5.3.0XftColorAllocNameI Idpyx|svisualp%:cmaph|name`}CresultXscreen} @exact} Dint_XExtData Snumber#nextS#free_privatey#private_data#  y S \char  XPointer XExtData  |X    FreeFuncTypeunsigned char KeyCode jmax_keypermod#modifiermap## ,XModifierKeymap j    FreeModmapType_XFreeFuncsHatoms#modifiermap#key_bindings#context_db#defaultCCCs# clientCmaps#(intensityMaps#0im_filters#8xkb#@ unsigned long XID_XDisplayH ext_data#free_funcs#fd#conn_checker#proto_major_version#proto_minor_version#vendor# resource_base#(resource_mask#0resource_id#8resource_shift#@resource_alloc #Hbyte_order#Pbitmap_unit#Tbitmap_pad#Xbitmap_bit_order#\nformats#`pixmap_formatf#hvnumber#prelease#theado#xtailo#qlen#last_request_read#request#last_req#buffer#bufptr#bufmax#max_request_size#db.#synchandler.#display_name#default_screen#nscreens#screens4#motion_buffer#flags4#min_keycode#max_keycode#keysyms5#modifiermap#keysyms_per_keycode#xdefaults#scratch_buffer#scratch_length#ext_number#ext_procs5#event_vec>#wire_vec># lock_meaning5#lock?#async_handlers? #bigreq_size#lock_fnsx#idlist_allocy #key_bindingsy!#cursor_font0V#atomsy;#mode_switch#num_lock#context_dbyR#error_vecyo#cmsyx#im_filtersy#qfreeo#next_event_serial_num#flushes5#im_fd_infozI#im_fd_length#conn_watchers{7#watcher_count#filedes#savedsynchandler{#resource_max#xcmisc_opcode#xkb_info{#trans_conn{#xcb{#next_cookie#generic_event_vec|#generic_event_copy_vec|:#cookiejar*M#$   Oext_data#depth#bits_per_pixel# scanline_pad# ScreenFormat O .g Window(type#serial#send_event#display#windowx# XAnyEvent Timeunsigned`Ltype#serial#send_event#display#windowx# rootx#(subwindowx#0time #8x#@y#Dx_root#Hy_root#Lstate#Pkeycode#Tsame_screen#X &XKeyEvent`type#serial#send_event#display#windowx# rootx#(subwindowx#0time #8x#@y#Dx_root#Hy_root#Lstate#Pbutton#Tsame_screen#X `XButtonEvent`type#serial#send_event#display#windowx# rootx#(subwindowx#0time #8x#@y#Dx_root#Hy_root#Lstate#Pis_hint#Tsame_screen#X XMotionEventh!type#serial#send_event#display#windowx# rootx#(subwindowx#0time #8x#@y#Dx_root#Hy_root#Lmode#Pdetail#Tsame_screen#Xfocus#\state#` XCrossingEvent0type#serial#send_event#display#windowx# mode#(detail#, :XFocusChangeEvent@type#serial#send_event#display#windowx# x#(y#,width#0height#4count#8 XExposeEvent DrawableHtype#serial#send_event#display#drawable# x#(y#,width#0height#4count#8major_code#<minor_code#@ XGraphicsExposeEvent0type#serial#send_event#display#drawable# major_code#(minor_code#, XNoExposeEvent0type#serial#send_event#display#windowx# state#( XVisibilityEventH.type#serial#send_event#display#parentx# windowx#(x#0y#4width#8height#<border_width#@override_redirect#D 5XCreateWindowEvent0type#serial#send_event#display#eventx# windowx#( KXDestroyWindowEvent8type#serial#send_event#display#eventx# windowx#(from_configure#0 XUnmapEvent88type#serial#send_event#display#eventx# windowx#(override_redirect#0 XMapEvent0type#serial#send_event#display#parentx# windowx#( LXMapRequestEventHtype#serial#send_event#display#eventx# windowx#(parentx#0x#8y#<override_redirect#@ XReparentEventXtype#serial#send_event#display#eventx# windowx#(x#0y#4width#8height#<border_width#@abovex#Hoverride_redirect#P XConfigureEvent8type#serial#send_event#display#eventx# windowx#(x#0y#4 XGravityEvent09type#serial#send_event#display#windowx# width#(height#, XResizeRequestEvent` ntype#serial#send_event#display#parentx# windowx#(x#0y#4width#8height#<border_width#@abovex#Hdetail#Pvalue_mask#X WXConfigureRequestEvent8!!type#serial#send_event#display#eventx# windowx#(place#0 XCirculateEvent8!type#serial#send_event#display#parentx# windowx#(place#0 !;XCirculateRequestEvent Atom@"type#serial#send_event#display#windowx# atom!#(time #0state#8 !XPropertyEvent8#Ntype#serial#send_event#display#windowx# selection!#(time #0 "XSelectionClearEventP$?type#serial#send_event#display#ownerx# requestorx#(selection!#0target!#8property!#@time #H #mXSelectionRequestEventH% type#serial#send_event#display#requestorx# selection!#(target!#0property!#8time #@ $`XSelectionEvent Colormap8%type#serial#send_event#display#windowx# colormap%:#(new#0state#4 %MXColormapEventlong&0& short&0&V& & (&s& (&b&#s&9#l&V#`'Ttype#serial#send_event#display#windowx# message_type!#(format#0data&s#8 &XClientMessageEvent8( type#serial#send_event#display#windowx# request#(first_keycode#,count#0 'rXMappingEvent((type#display#resourceid#serial#error_code# request_code#!minor_code#" (8XErrorEvent ) & H)type#serial#send_event#display#windowx# key_vector(#( ) XKeymapEvent(*-type#serial#send_event#display#extension# evtype#$ )XGenericEventvoid *E8*type#serial#send_event#display#extension# evtype#$cookie#(data*M#0 *VXGenericEventCookie& +9& _XEvent.Vtype#xany#xkeyL#xbutton#xmotion#xcrossing!#xfocus#xexpose#xgraphicsexpose#xnoexpose#xvisibility#xcreatewindow.#xdestroywindow#xunmap#xmap8#xmaprequest#xreparent#xconfigure#xgravity#xresizerequest9#xconfigurerequest n#xcirculate!!#xcirculaterequest!#xproperty"#xselectionclear#N#xselectionrequest$?#xselection% #xcolormap%#xclient'T#xmapping( #xerror(#xkeymap)#xgeneric*-#xcookie*#pad+# +9XEvent_XSQEvent.nexto#event.V#qserial_num#_XrmHashBucketRec . . VisualID8/ext_data#visualid.#class#red_mask#green_mask# blue_mask#(bits_per_rgb#0map_entries#4 .Visual /0depth#nvisuals#visuals/# /Depth 0 GContext Pixmap Font2}function#plane_mask#foreground#background#line_width# line_style#$cap_style#(join_style#,fill_style#0fill_rule#4arc_mode#8tile0E#@stipple0E#Hts_x_origin#Pts_y_origin#Tfont0V#Xsubwindow_mode#`graphics_exposures#dclip_x_origin#hclip_y_origin#lclip_mask0E#pdash_offset#xdashes#| 0eXGCValues_XGC3ext_data#gid02#rects#dashes#dirty#values2}# 2 3GC4ext_data#display #rootx#width#height#mwidth# mheight#$ndepths#(depths0)#0root_depth#8root_visual/#@default_gc3#Hcmap%:#Pwhite_pixel#Xblack_pixel#`max_maps#hmin_maps#lbacking_store#psave_unders#troot_input_mask& #x 3'Screen 4 KeySym 5 =:5extension#major_opcode#first_event#first_error# 5%XExtCodes 5 5  3 5 5 5CreateGCType 6+  3 5 5 6+CopyGCType 6x  3 5 6I 6xFlushGCType 6  3 5 6 6FreeGCType7name!#card32# 6XFontProp 7unsigned short 7lbearing&0#rbearing&0#width&0#ascent&0#descent&0#attributes71# 7CXCharStruct 7`9fext_data#fid0V#direction#min_char_or_byte2#max_char_or_byte2#min_byte1#max_byte1# all_chars_exist#$default_char#(n_properties#,properties7(#0min_bounds7#8max_bounds7#Dper_char7#Pascent#Xdescent#\ 7XFontStruct 9f 9  9| 5 9 9CreateFontType :  9| 5 9 :FreeFontType :K  5 :% :KCloseDisplayType BYTE 71CARD16 CARD32 CARD8 ;type:o#errorCode:o#sequenceNumber:~#resourceID:#minorCode:~#majorCode:# pad1:o# pad3:# pad4:#pad5:#pad6:#pad7:# :xError ;  <  ; 5 ; ; <ErrorType <`   5   < <`ErrorStringType ( <  < *M < next5#codes5#create_GC5#copy_GC64# flush_GC6#(free_GC6#0create_Font9#8free_Font:#@close_display:T#Herror< #Perror_string>>&  >>>& _XLockInfo > x8 ?type:o#data1:o#sequenceNumber:~#length:#data00:#data01:# data02:#data03:#data04:#data05:# ?xGenericReply &0INT16 Atype:o#depth:#sequenceNumber:~#length:#root:#x?# y?#width:~#height:~#borderWidth:~#pad1:~#pad2:#pad3:# @ xGetGeometryReply Atype:o#pad1:o#sequenceNumber:~#length:#root:#parent:# nChildren:~#pad2:~#pad3:#pad4:#pad5:# A!xQueryTreeReply Btype:o#pad1:o#sequenceNumber:~#length:#atom:#pad2:# pad3:#pad4:#pad5:#pad6:# BxInternAtomReply Ctype:o#pad1:o#sequenceNumber:~#length:#nameLength:~#pad2:~# pad3:# pad4:#pad5:#pad6:#pad7:# BxGetAtomNameReply Dtype:o#format:#sequenceNumber:~#length:#propertyType:#bytesAfter:# nItems:#pad1:#pad2:#pad3:# CxGetPropertyReply Etype:o#pad1:o#sequenceNumber:~#length:#nProperties:~#pad2:~# pad3:# pad4:#pad5:#pad6:#pad7:# DxListPropertiesReply Ftype:o#pad1:o#sequenceNumber:~#length:#owner:#pad2:# pad3:#pad4:#pad5:#pad6:# ExGetSelectionOwnerReply Gytype:o#status:o#sequenceNumber:~#length:#pad1:#pad2:# pad3:#pad4:#pad5:#pad6:# FxGrabPointerReply FxGrabKeyboardReply BOOL Htype:o#sameScreenG#sequenceNumber:~#length:#root:#child:# rootX?#rootY?#winX?#winY?#mask:~#pad1:~#pad:# GxQueryPointerReply Itype:o#pad1:o#sequenceNumber:~#length:#nEvents:#pad2:# pad3:#pad4:#pad5:#pad6:# HxGetMotionEventsReply Jtype:o#sameScreenG#sequenceNumber:~#length:#child:#dstX?# dstY?#pad2:#pad3:#pad4:#pad5:# IxTranslateCoordsReply Ktype:o#revertTo:#sequenceNumber:~#length:#focus:#pad1:# pad2:#pad3:#pad4:#pad5:# JxGetInputFocusReply INT32 Ltype:o#drawDirection:#sequenceNumber:~#length:#fontAscent?#fontDescent?# overallAscent?# overallDescent?#overallWidthK#overallLeftK#overallRightK#pad:# KxQueryTextExtentsReply Mtype:o#pad1:o#sequenceNumber:~#length:#nFonts:~#pad2:~# pad3:# pad4:#pad5:#pad6:#pad7:# LxListFontsReply Ntype:o#pad1:o#sequenceNumber:~#length:#nPaths:~#pad2:~# pad3:# pad4:#pad5:#pad6:#pad7:# MxGetFontPathReply Otype:o#depth:#sequenceNumber:~#length:#visual:#pad3:# pad4:#pad5:#pad6:#pad7:# NxGetImageReply Ptype:o#pad1:o#sequenceNumber:~#length:#nColormaps:~#pad2:~# pad3:# pad4:#pad5:#pad6:#pad7:# OxListInstalledColormapsReply Qtype:o#pad1:o#sequenceNumber:~#length:#red:~#green:~# blue:~# pad2:~#pixel:#pad3:#pad4:#pad5:# PxAllocColorReply Rtype:o#pad1:o#sequenceNumber:~#length:#pixel:#exactRed:~# exactGreen:~#exactBlue:~#screenRed:~#screenGreen:~#screenBlue:~#pad2:#pad3:# QxAllocNamedColorReply Stype:o#pad1:o#sequenceNumber:~#length:#nPixels:~#nMasks:~# pad3:# pad4:#pad5:#pad6:#pad7:# RxAllocColorCellsReply Ttype:o#pad1:o#sequenceNumber:~#length:#nPixels:~#pad2:~# redMask:# greenMask:#blueMask:#pad3:#pad4:# SxAllocColorPlanesReply Utype:o#pad1:o#sequenceNumber:~#length:#nColors:~#pad2:~# pad3:# pad4:#pad5:#pad6:#pad7:# TxQueryColorsReply Vtype:o#pad1:o#sequenceNumber:~#length:#exactRed:~#exactGreen:~# exactBlue:~# screenRed:~#screenGreen:~#screenBlue:~#pad3:#pad4:#pad5:# UxLookupColorReply Wtype:o#pad1:o#sequenceNumber:~#length:#width:~#height:~# pad3:# pad4:#pad5:#pad6:#pad7:# WxQueryBestSizeReply Y type:o#pad1:o#sequenceNumber:~#length:#presentG#major_opcode:# first_event:# first_error:# pad3:# pad4:#pad5:#pad6:#pad7:# WxQueryExtensionReply Ytype:o#nExtensions:#sequenceNumber:~#length:#pad2:#pad3:# pad4:#pad5:#pad6:#pad7:# Y(xListExtensionsReply Ztype:o#success:#sequenceNumber:~#length:#pad2:#pad3:# pad4:#pad5:#pad6:#pad7:# ZxSetModifierMappingReply [type:o#numKeyPerModifier:#sequenceNumber:~#length:#pad1:#pad2:# pad3:#pad4:#pad5:#pad6:# ZxGetModifierMappingReply ZxSetPointerMappingReply \type:o#keySymsPerKeyCode:#sequenceNumber:~#length:#pad2:#pad3:# pad4:#pad5:#pad6:#pad7:# \ xGetKeyboardMappingReply ]type:o#nElts:#sequenceNumber:~#length:#pad2:#pad3:# pad4:#pad5:#pad6:#pad7:# \xGetPointerMappingReply ^type:o#pad1:o#sequenceNumber:~#length:#accelNumerator:~#accelDenominator:~# threshold:~# pad2:~#pad3:#pad4:#pad5:#pad6:# ]xGetPointerControlReply `type:o#pad1:o#sequenceNumber:~#length:#timeout:~#interval:~# preferBlankingG# allowExposuresG# pad2:~#pad3:#pad4:#pad5:#pad6:# _xGetScreenSaverReply a type:o#enabledG#sequenceNumber:~#length:#nHosts:~#pad1:~# pad3:# pad4:#pad5:#pad6:#pad7:# `3xListHostsReplyaptype:o#detail:o#sequenceNumber:~# 71KeyButMask bmpad00:#time:#root:#event:# child:#rootX?#rootY?#eventX?#eventY?#stateap#sameScreenG#pad1:o# cPpad00:#time:#root:#event:# child:#rootX?#rootY?#eventX?#eventY?#stateap#mode:o#flags:o# cpad00:#window:#mode:o#pad1:o# pad2:o# pad3:o# dZpad00:#window:#x:~#y:~# width:~# height:~#count:~#pad2:~#eApad00:#drawable:#x:~#y:~# width:~# height:~#minorEvent:~#count:~#majorEvent:o#pad1:o#pad2:o#pad3:o# epad00:#drawable:#minorEvent:~#majorEvent:o# bpad:o#  f)pad00:#window:#state:#pad1:o# pad2:o# pad3:o# fpad00:#parent:#window:#x?# y?#width:~#height:~#borderWidth:~#overrideG#bpad:o# g/pad00:#event:#window:#gpad00:#event:#window:#fromConfigureG# pad1:o# pad2:o#pad3:o#hJpad00:#event:#window:#overrideG# pad1:o# pad2:o#pad3:o# hpad00:#parent:#window:#iHpad00:#event:#window:#parent:# x?#y?#overrideG#pad1:o#pad2:o#pad3:o#j#pad00:#event:#window:#aboveSibling:# x?#y?#width:~#height:~#borderWidth:~#overrideG#bpad:o# jpad00:#parent:#window:#sibling:# x?#y?#width:~#height:~#borderWidth:~#valueMask:~#pad1:# kpad00:#event:#window:#x?# y?#pad1:#pad2:#pad3:#pad4:# kpad00:#window:#width:~#height:~# lpad00:#event:#window:#parent:# place:o#pad1:o#pad2:o#pad3:o#mpad00:#window:#atom:#time:# state:o#pad1:o#pad2:~#mipad00:#time:#window:#atom:# mpad00:#time:#owner:#requestor:# selection:#target:#property:#npad00:#time:#requestor:#selection:# target:#property:#o pad00:#window:#colormap:#newG# state:o# pad1:o#pad2:o#oypad00:#request:#firstKeyCode:#count:#pad1:o#otype:#longs0K#longs1K#longs2K# longs3K#longs4K#ptype:#shorts0?#shorts1?#shorts2?#shorts3?# shorts4?# shorts5?#shorts6?#shorts7?#shorts8?#shorts9?#signed char pINT8pq& qDtype:#bytesp#qzloy#so#bq# qpad00:#window:#uqD# t3ua%#keyButtonPointera#enterLeavebm#focuscP#exposec#graphicsExposuredZ#noExposureeA#visibilitye#createNotifyf)#destroyNotifyf#unmapNotifyg/#mapNotifyg#mapRequesthJ#reparenth#configureNotifyiH#configureRequestj##gravityj#resizeRequestk#circulatek#propertyl#selectionClearm#selectionRequestmi#selectionNotifym#colormapn#mappingNotifyo #clientMessageqz#_xEvent tUuq# t3xEvent wgeneric?#geomA#treeA#atomB#atomNameC#propertyD#listPropertiesE#selectionF#grabPointerGy#grabKeyboardG#pointerH#motionEventsI#coordsJ#inputFocusK#textExtentsL#fontsM#fontPathN#imageO#colormapsP#allocColorQ#allocNamedColorR#colorCellsS#colorPlanesT#colorsU#lookupColorV#bestSizeW#extensionY #extensionsY#setModifierMappingZ#getModifierMapping[#setPointerMapping[#getKeyboardMapping\#getPointerMapping]#pointerControl^#screenSaver`#hostsa #error;#eventtU# tfxReply w x/  w    w_XInternalAsyncxnext? #handlerx/#data# x  x x_XLockPtrsxlock_displayx#unlock_displayx# x y_XKeytrans y_XDisplayAtoms y*_XContextDB yD y[ yfydefaultCCCs#clientCmaps#perVisualIntensityMaps#_XIMFilter y z    y z_XInternalConnectionProc  zR_XConnectionInfo(zfd#read_callbackz#call_data#watch_dataz@#nextzI# {     z@ z {XConnectionWatchProc {@_XConnWatchInfo{fn{#client_data#next{7# {_XkbInfoRec {_XtransConnInfo {_X11XCBPrivate { {{|&&  |&|1|X&  Display/ |j |||red71#green71#blue71#alpha71# |XRenderColor_XftColor}0pixel#color|# |XftColor }0}pixel#red71#green71# blue71# flags#pad# }LXColormaskbase2IJ`&0~(m1xi&03tDmasklenBJJ&0~mAxyChDXftColorAllocValuePK M+dpyKx/visualLp%:cmapMh4colorN`}CresultOXK8LKLL`KLL`red_shiftSPred_lenSLgreen_shiftTHgreen_lenTDblue_shiftU@blue_lenULhLLhLxcolor}c@D| +XftColorFreexM@Mdpytx/visualup%:cmapvh}Ccolorw`D__posix_ttyname_r   __posix_getlogin_r=  lockft   &  ttruncate } & & off64_t tell *E & ssize_t pwriteR   *Epread  R  lseek  ftruncate  &  truncateG & & off_t tellG{ *E {pwrite   pread  R  lseekGE  G lockf|   & ftruncate  &   dev_t ino_t mode_t nlink_t uid_t gid_t & time_t timespec ytv_sec,#tv_nsec& # =timestruc_t blksize_t & blkcnt_t & stat st_dev#st_ino#st_mode#st_nlink#st_uid #st_gid#st_rdev# st_sizeG#(st_atimy#0st_mtimy#@st_ctimy#Pst_blksize#`st_blocks#hst_fstype#p lstat@  @fstatat  I  stat fstat   B& stat64 qst_dev#st_ino#st_mode#st_nlink#st_uid #st_gid#st_rdev# st_sizeG#(st_atimy#0st_mtimy#@st_ctimy#Pst_blksize#`st_blocks#hst_fstype%#p Bfstatat   q  qlstat  qstat_ )fstat  q XFreeColors    }LXAllocNamedColorT  XAllocColor  & __posix_ctime_r tm$tm_sec#tm_min#tm_hour#tm_mday# tm_mon#tm_year#tm_wday#tm_yday#tm_isdst#  __posix_asctime_r mkstemp! mkstempH & e& __FILE__padH# eftello efseeko & & fsetpos<  & fgetposu < eFILE utmpfile  freopen   fopenQ   eftelloG Qfseeko & & fsetpos <fgetpos<  <E W`freopen N i r  fopen tmpfilexftcore.c /var/tmp/libXft-2.3.0/src /opt/solstudio12.2/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I.. -I../include/X11/Xft -I/usr/local/include -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -v -I../include/X11/Xft -g -c -KPIC -DPIC xftcore.c -W0,-xp\$XAoAMiK4E8cP0vj.Xa;g;P;R=Sun C 5.11 SunOS_sparc 145354-01 2010/10/11;G=$XAoAMiK4E8cP0vj.;backend;raw;cd;DBG_GEN 5.3.0/XftRectCore MNHdrawxcolorpxlyhwidthdheight`Dint_XExtData %number#next%#free_privateK#private_datae# K %.charT \XPointer XExtDatax|*   FreeFuncTypeunsigned char KeyCode <max_keypermod#modifiermap# XModifierKeymap< | V_ |FreeModmapType_XFreeFuncsHatoms#modifiermap#key_bindings#context_db#defaultCCCs# clientCmaps#(intensityMaps#0im_filters#8xkb#@unsigned long XID_XDisplayH ext_data#free_funcs#fd#conn_checker#proto_major_version#proto_minor_version#vendor\# resource_base#(resource_mask#0resource_id#8resource_shift#@resource_alloc #Hbyte_order#Pbitmap_unit#Tbitmap_pad#Xbitmap_bit_order#\nformats#`pixmap_format8#hvnumber#prelease#theadA#xtailA#qlen#last_request_read#request#last_req\#buffer\#bufptr\#bufmax\#max_request_size#db.#synchandler.#display_name\#default_screen#nscreens#screens4#motion_buffer#flags4#min_keycode#max_keycode#keysyms4#modifiermapV#keysyms_per_keycode#xdefaults\#scratch_buffer\#scratch_length#ext_number#ext_procs4#event_vec>w#wire_vec># lock_meaning4#lock>#async_handlers>#bigreq_size#lock_fnsx#idlist_allocx#key_bindingsx#cursor_font0(#atomsy #mode_switch#num_lock#context_dby$#error_vecyA#cmsyJ#im_filtersy#qfreeA#next_event_serial_num#flushes4#im_fd_infoz#im_fd_length#conn_watchers{ #watcher_count#filedese#savedsynchandler{q#resource_max#xcmisc_opcode#xkb_info{#trans_conn{#xcb{#next_cookie#generic_event_vec{#generic_event_copy_vec| #cookiejar*#$   !ext_data#depth#bits_per_pixel# scanline_pad# ScreenFormat!.9 Window (type#serial#send_event#display#windowJ# [XAnyEvent Timeunsigned `type#serial#send_event#display#windowJ# rootJ#(subwindowJ#0time#8x#@y#Dx_root#Hy_root#Lstate#Pkeycode#Tsame_screen#X XKeyEvent `Wtype#serial#send_event#display#windowJ# rootJ#(subwindowJ#0time#8x#@y#Dx_root#Hy_root#Lstate#Pbutton#Tsame_screen#X 2XButtonEvent `type#serial#send_event#display#windowJ# rootJ#(subwindowJ#0time#8x#@y#Dx_root#Hy_root#Lstate#Pis_hintT#Tsame_screen#X nXMotionEvent htype#serial#send_event#display#windowJ# rootJ#(subwindowJ#0time#8x#@y#Dx_root#Hy_root#Lmode#Pdetail#Tsame_screen#Xfocus#\state#` XCrossingEvent 0type#serial#send_event#display#windowJ# mode#(detail#,  XFocusChangeEvent @{type#serial#send_event#display#windowJ# x#(y#,width#0height#4count#8 XExposeEvent Drawable Htype#serial#send_event#display#drawable# x#(y#,width#0height#4count#8major_code#<minor_code#@ XGraphicsExposeEvent 0Stype#serial#send_event#display#drawable# major_code#(minor_code#, XNoExposeEvent 0type#serial#send_event#display#windowJ# state#( lXVisibilityEvent Htype#serial#send_event#display#parentJ# windowJ#(x#0y#4width#8height#<border_width#@override_redirect#D XCreateWindowEvent 0type#serial#send_event#display#eventJ# windowJ#( XDestroyWindowEvent 8Vtype#serial#send_event#display#eventJ# windowJ#(from_configure#0 XUnmapEvent 8 type#serial#send_event#display#eventJ# windowJ#(override_redirect#0 lXMapEvent 0type#serial#send_event#display#parentJ# windowJ#( XMapRequestEvent Htype#serial#send_event#display#eventJ# windowJ#(parentJ#0x#8y#<override_redirect#@ XReparentEvent Xtype#serial#send_event#display#eventJ# windowJ#(x#0y#4width#8height#<border_width#@aboveJ#Hoverride_redirect#P XConfigureEvent 8`type#serial#send_event#display#eventJ# windowJ#(x#0y#4 XGravityEvent 0 type#serial#send_event#display#windowJ# width#(height#, xXResizeRequestEvent ` @type#serial#send_event#display#parentJ# windowJ#(x#0y#4width#8height#<border_width#@aboveJ#Hdetail#Pvalue_mask#X )XConfigureRequestEvent 8 type#serial#send_event#display#eventJ# windowJ#(place#0 aXCirculateEvent 8!type#serial#send_event#display#parentJ# windowJ#(place#0 ! XCirculateRequestEvent Atom @"rtype#serial#send_event#display#windowJ# atom!#(time#0state#8 !XPropertyEvent 8# type#serial#send_event#display#windowJ# selection!#(time#0 "XSelectionClearEvent P$type#serial#send_event#display#ownerJ# requestorJ#(selection!#0target!#8property!#@time#H #?XSelectionRequestEvent H$type#serial#send_event#display#requestorJ# selection!#(target!#0property!#8time#@ $2XSelectionEvent Colormap 8%type#serial#send_event#display#windowJ# colormap% #(new#0state#4 %XColormapEventlongT&%short&&(% %(&E%(&{b%#s& #l&(# `'&type#serial#send_event#display#windowJ# message_type!#(format#0data&E#8 &{XClientMessageEvent 8'type#serial#send_event#display#windowJ# request#(first_keycode#,count#0 'DXMappingEvent ((type#display#resourceid#serial#error_code# request_code#!minor_code#" ( XErrorEventT (% H)dtype#serial#send_event#display#windowJ# key_vector(#( (XKeymapEvent ()type#serial#send_event#display#extension# evtype#$ ){XGenericEventvoid* 8*type#serial#send_event#display#extension# evtype#$cookie#(data*#0 *(XGenericEventCookie%+ %_XEvent.(type#xany#xkey#xbuttonW#xmotion#xcrossing#xfocus#xexpose{#xgraphicsexpose#xnoexposeS#xvisibility#xcreatewindow#xdestroywindow#xunmapV#xmap #xmaprequest#xreparent#xconfigure#xgravity`#xresizerequest #xconfigurerequest @#xcirculate #xcirculaterequest!#xproperty"r#xselectionclear# #xselectionrequest$#xselection$#xcolormap%#xclient'&#xmapping'#xerror(#xkeymap)d#xgeneric)#xcookie*#pad*# + XEvent_XSQEvent.nextA#event.(#qserial_num#_XrmHashBucketRec.. VisualID 8/ext_data#visualid.#class#red_mask#green_mask# blue_mask#(bits_per_rgb#0map_entries#4 .Visual/ /depth#nvisuals#visuals/# /Depth/ GContext Pixmap Font 2Ofunction#plane_mask#foreground#background#line_width# line_style#$cap_style#(join_style#,fill_style#0fill_rule#4arc_mode#8tile0#@stipple0#Hts_x_origin#Pts_y_origin#Tfont0(#Xsubwindow_mode#`graphics_exposures#dclip_x_origin#hclip_y_origin#lclip_mask0#pdash_offset#xdashesT#| 07XGCValues_XGC2ext_data#gid0#rects#dashes#dirty#values2O# 2c 2GC 4ext_data#display #rootJ#width#height#mwidth# mheight#$ndepths#(depths/#0root_depth#8root_visual/#@default_gc2#Hcmap% #Pwhite_pixel#Xblack_pixel#`max_maps#hmin_maps#lbacking_store#psave_unders#troot_input_mask%#x 2Screen4 KeySym4= 5bextension#major_opcode#first_event#first_error# 4XExtCodes5b 5  2 5v5 5CreateGCType 5  2 5v5 5CopyGCType 6J  2 5v6 6JFlushGCType 6  2 5v6i 6FreeGCType 6name!#card32# 6XFontProp6unsigned short 7lbearing&#rbearing&#width&#ascent&#descent&#attributes7# 7XCharStruct7 `98ext_data#fid0(#direction#min_char_or_byte2#max_char_or_byte2#min_byte1#max_byte1# all_chars_exist#$default_char#(n_properties#,properties6#0min_bounds7#8max_bounds7#Dper_char7#Pascent#Xdescent#\ 7XFontStruct98 9  9N 5v9W 9CreateFontType 9  9N 5v9 9FreeFontType :  5v9 :CloseDisplayType BYTE 7CARD16 CARD32 CARD8 ;ytype:A#errorCode:A#sequenceNumber:P#resourceID:a#minorCode:P#majorCode:r# pad1:A# pad3:a# pad4:a#pad5:a#pad6:a#pad7:a# :xError;y ;  ; 5v ;; ;ErrorType \<2   5v \ ; <2ErrorStringType( <  cnext4#codes5b#create_GC5#copy_GC6# flush_GC6S#(free_GC6#0create_Font9#8free_Font9#@close_display:&#Herror;#Perror_string<;#Xname\#`error_values<#hbefore_flush<#pnext_flush4#x>c>n>%>>>%_XLockInfo>x ?type:A#data1:A#sequenceNumber:P#length:a#data00:a#data01:a# data02:a#data03:a#data04:a#data05:a# >xGenericReply &INT16 @type:A#depth:r#sequenceNumber:P#length:a#root:a#x?# y?#width:P#height:P#borderWidth:P#pad1:P#pad2:a#pad3:a# ?xGetGeometryReply Atype:A#pad1:A#sequenceNumber:P#length:a#root:a#parent:a# nChildren:P#pad2:P#pad3:a#pad4:a#pad5:a# @xQueryTreeReply Btype:A#pad1:A#sequenceNumber:P#length:a#atom:a#pad2:a# pad3:a#pad4:a#pad5:a#pad6:a# AxInternAtomReply Ctype:A#pad1:A#sequenceNumber:P#length:a#nameLength:P#pad2:P# pad3:a# pad4:a#pad5:a#pad6:a#pad7:a# BxGetAtomNameReply Dtype:A#format:r#sequenceNumber:P#length:a#propertyType:a#bytesAfter:a# nItems:a#pad1:a#pad2:a#pad3:a# CxGetPropertyReply Etype:A#pad1:A#sequenceNumber:P#length:a#nProperties:P#pad2:P# pad3:a# pad4:a#pad5:a#pad6:a#pad7:a# DxListPropertiesReply Fetype:A#pad1:A#sequenceNumber:P#length:a#owner:a#pad2:a# pad3:a#pad4:a#pad5:a#pad6:a# ExGetSelectionOwnerReply GKtype:A#status:A#sequenceNumber:P#length:a#pad1:a#pad2:a# pad3:a#pad4:a#pad5:a#pad6:a# FxGrabPointerReply FxGrabKeyboardReply BOOL Htype:A#sameScreenG#sequenceNumber:P#length:a#root:a#child:a# rootX?#rootY?#winX?#winY?#mask:P#pad1:P#pad:a# GxQueryPointerReply Irtype:A#pad1:A#sequenceNumber:P#length:a#nEvents:a#pad2:a# pad3:a#pad4:a#pad5:a#pad6:a# HxGetMotionEventsReply Jltype:A#sameScreenG#sequenceNumber:P#length:a#child:a#dstX?# dstY?#pad2:a#pad3:a#pad4:a#pad5:a# IxTranslateCoordsReply KStype:A#revertTo:r#sequenceNumber:P#length:a#focus:a#pad1:a# pad2:a#pad3:a#pad4:a#pad5:a# JxGetInputFocusReply INT32 Ltype:A#drawDirection:r#sequenceNumber:P#length:a#fontAscent?#fontDescent?# overallAscent?# overallDescent?#overallWidthKq#overallLeftKq#overallRightKq#pad:a# KxQueryTextExtentsReply Mtype:A#pad1:A#sequenceNumber:P#length:a#nFonts:P#pad2:P# pad3:a# pad4:a#pad5:a#pad6:a#pad7:a# LxListFontsReply Ntype:A#pad1:A#sequenceNumber:P#length:a#nPaths:P#pad2:P# pad3:a# pad4:a#pad5:a#pad6:a#pad7:a# MxGetFontPathReply Ojtype:A#depth:r#sequenceNumber:P#length:a#visual:a#pad3:a# pad4:a#pad5:a#pad6:a#pad7:a# NxGetImageReply P\type:A#pad1:A#sequenceNumber:P#length:a#nColormaps:P#pad2:P# pad3:a# pad4:a#pad5:a#pad6:a#pad7:a# OxListInstalledColormapsReply Qhtype:A#pad1:A#sequenceNumber:P#length:a#red:P#green:P# blue:P# pad2:P#pixel:a#pad3:a#pad4:a#pad5:a# PxAllocColorReply Rtype:A#pad1:A#sequenceNumber:P#length:a#pixel:a#exactRed:P# exactGreen:P#exactBlue:P#screenRed:P#screenGreen:P#screenBlue:P#pad2:a#pad3:a# QxAllocNamedColorReply Stype:A#pad1:A#sequenceNumber:P#length:a#nPixels:P#nMasks:P# pad3:a# pad4:a#pad5:a#pad6:a#pad7:a# RxAllocColorCellsReply Ttype:A#pad1:A#sequenceNumber:P#length:a#nPixels:P#pad2:P# redMask:a# greenMask:a#blueMask:a#pad3:a#pad4:a# SxAllocColorPlanesReply Utype:A#pad1:A#sequenceNumber:P#length:a#nColors:P#pad2:P# pad3:a# pad4:a#pad5:a#pad6:a#pad7:a# TxQueryColorsReply Vtype:A#pad1:A#sequenceNumber:P#length:a#exactRed:P#exactGreen:P# exactBlue:P# screenRed:P#screenGreen:P#screenBlue:P#pad3:a#pad4:a#pad5:a# UxLookupColorReply Wtype:A#pad1:A#sequenceNumber:P#length:a#width:P#height:P# pad3:a# pad4:a#pad5:a#pad6:a#pad7:a# VxQueryBestSizeReply Xtype:A#pad1:A#sequenceNumber:P#length:a#presentG#major_opcode:r# first_event:r# first_error:r# pad3:a# pad4:a#pad5:a#pad6:a#pad7:a# WxQueryExtensionReply Ytype:A#nExtensions:r#sequenceNumber:P#length:a#pad2:a#pad3:a# pad4:a#pad5:a#pad6:a#pad7:a# XxListExtensionsReply Ztype:A#success:r#sequenceNumber:P#length:a#pad2:a#pad3:a# pad4:a#pad5:a#pad6:a#pad7:a# YxSetModifierMappingReply [type:A#numKeyPerModifier:r#sequenceNumber:P#length:a#pad1:a#pad2:a# pad3:a#pad4:a#pad5:a#pad6:a# ZxGetModifierMappingReply YxSetPointerMappingReply \type:A#keySymsPerKeyCode:r#sequenceNumber:P#length:a#pad2:a#pad3:a# pad4:a#pad5:a#pad6:a#pad7:a# [xGetKeyboardMappingReply ]type:A#nElts:r#sequenceNumber:P#length:a#pad2:a#pad3:a# pad4:a#pad5:a#pad6:a#pad7:a# \xGetPointerMappingReply ^type:A#pad1:A#sequenceNumber:P#length:a#accelNumerator:P#accelDenominator:P# threshold:P# pad2:P#pad3:a#pad4:a#pad5:a#pad6:a# ]xGetPointerControlReply _type:A#pad1:A#sequenceNumber:P#length:a#timeout:P#interval:P# preferBlankingG# allowExposuresG# pad2:P#pad3:a#pad4:a#pad5:a#pad6:a# ^xGetScreenSaverReply `type:A#enabledG#sequenceNumber:P#length:a#nHosts:P#pad1:P# pad3:a# pad4:a#pad5:a#pad6:a#pad7:a# `xListHostsReply aBtype:A#detail:A#sequenceNumber:P# 7KeyButMask b?pad00:a#time:a#root:a#event:a# child:a#rootX?#rootY?#eventX?#eventY?#stateaB#sameScreenG#pad1:A# c"pad00:a#time:a#root:a#event:a# child:a#rootX?#rootY?#eventX?#eventY?#stateaB#mode:A#flags:A# cpad00:a#window:a#mode:A#pad1:A# pad2:A# pad3:A# d,pad00:a#window:a#x:P#y:P# width:P# height:P#count:P#pad2:P# epad00:a#drawable:a#x:P#y:P# width:P# height:P#minorEvent:P#count:P#majorEvent:A#pad1:A#pad2:A#pad3:A# epad00:a#drawable:a#minorEvent:P#majorEvent:A# bpad:A# epad00:a#window:a#state:r#pad1:A# pad2:A# pad3:A# fpad00:a#parent:a#window:a#x?# y?#width:P#height:P#borderWidth:P#overrideG#bpad:A# gpad00:a#event:a#window:a# gpad00:a#event:a#window:a#fromConfigureG# pad1:A# pad2:A#pad3:A# hpad00:a#event:a#window:a#overrideG# pad1:A# pad2:A#pad3:A# h`pad00:a#parent:a#window:a# ipad00:a#event:a#window:a#parent:a# x?#y?#overrideG#pad1:A#pad2:A#pad3:A# ipad00:a#event:a#window:a#aboveSibling:a# x?#y?#width:P#height:P#borderWidth:P#overrideG#bpad:A# jpad00:a#parent:a#window:a#sibling:a# x?#y?#width:P#height:P#borderWidth:P#valueMask:P#pad1:a# kppad00:a#event:a#window:a#x?# y?#pad1:a#pad2:a#pad3:a#pad4:a# kpad00:a#window:a#width:P#height:P# lapad00:a#event:a#window:a#parent:a# place:A#pad1:A#pad2:A#pad3:A# lpad00:a#window:a#atom:a#time:a# state:A#pad1:A#pad2:P# m;pad00:a#time:a#window:a#atom:a# mpad00:a#time:a#owner:a#requestor:a# selection:a#target:a#property:a# nSpad00:a#time:a#requestor:a#selection:a# target:a#property:a# npad00:a#window:a#colormap:a#newG# state:A# pad1:A#pad2:A# oKpad00:a#request:r#firstKeyCode:r#count:r#pad1:A# otype:a#longs0Kq#longs1Kq#longs2Kq# longs3Kq#longs4Kq# ptype:a#shorts0?#shorts1?#shorts2?#shorts3?# shorts4?# shorts5?#shorts6?#shorts7?#shorts8?#shorts9?#signed char pINT8pp% qtype:a#bytesp#qLloK#so#bp# qpad00:a#window:a#uq# tu`#keyButtonPointeraW#enterLeaveb?#focusc"#exposec#graphicsExposured,#noExposuree#visibilitye#createNotifye#destroyNotifyf#unmapNotifyg#mapNotifyg#mapRequesth#reparenth`#configureNotifyi#configureRequesti#gravityj#resizeRequestkp#circulatek#propertyla#selectionClearl#selectionRequestm;#selectionNotifym#colormapnS#mappingNotifyn#clientMessageqL#_xEvent t'uq# txEvent wgeneric?#geom@#treeA#atomB#atomNameC#propertyD#listPropertiesE#selectionFe#grabPointerGK#grabKeyboardGg#pointerH#motionEventsIr#coordsJl#inputFocusKS#textExtentsL#fontsM#fontPathN#imageOj#colormapsP\#allocColorQh#allocNamedColorR#colorCellsS#colorPlanesT#colorsU#lookupColorV#bestSizeW#extensionX#extensionsY#setModifierMappingZ#getModifierMapping[#setPointerMapping[#getKeyboardMapping\#getPointerMapping]#pointerControl^#screenSaver_#hosts`#error;y#eventt'# t8xReplyw x  w \  ew_XInternalAsyncx\next>#handlerx#datae# xq x\xz_XLockPtrsxlock_displayxq#unlock_displayx}#xx_XKeytransx_XDisplayAtomsx_XContextDByy-y8 ydefaultCCCse#clientCmapse#perVisualIntensityMapse#_XIMFiltery y   ey y_XInternalConnectionProcez$_XConnectionInfo(zfd#read_callbacky#call_datae#watch_dataz#nextz# z  e   zz zXConnectionWatchProc{_XConnWatchInfo{ffnz#client_datae#next{ #{f_XkbInfoRec{z_XtransConnInfo{_X11XCBPrivate{{{{%{||*% Display_XftClipType|XftClipTypeNoneXftClipTypeRegionXftClipTypeRectangles |x !xftg?p x@l yAh 3colorB`!srcLine)DX!src)DP!bitsEO!bitsMaskEN!widthFH!strideGD!heightH@!wI!xspanJ!r_shiftK!r_lenK!g_shiftL!g_lenL!b_shiftM!b_lenM!pixelND_XImage}width#height#xoffset#format# data\#byte_order#bitmap_unit#bitmap_bit_order# bitmap_pad#$depth#(bytes_per_line#,bits_per_pixel#0red_mask#8green_mask#@blue_mask#Hobdatae#Pfa#X } /    \    %}9Mfuncs0create_image#destroy_image#get_pixel#put_pixel0#sub_imageD# add_pixelX#( XImage *"fbOver24]^:a :ax| :ayx!a:Pr!t:Pp!m:al!n:ah!o:adD "fbIn_`X:a :ax| :ry{!a:Pr!t:Pp!m:al!n:ah!o:ad!p:a`D _XftSmoothGlyphGray8888`c imagex xftgp xl yh color`!src:a\!srca:aX!r:aT!g:aP!b:aL!dstLine@!dst!d:a!maskLine!mask!m:r!dstStride!maskStride!width!height!wD :r_XftSmoothGlyphGray565cg image x xftg p x l yh color`!src:a\!srca:aX!r:aT!g:aP!b:aL!d:aH!dstLine@!dst!maskLine!mask!m:r!dstStride!maskStride!width!height!wD :P_XftSmoothGlyphGray555\h lD imageWx xftgXp xYl yZh color[`!src:a]\!srca:a]X!r:a^T!g:a^P!b:a^L!d:a_H!dstLine`@!dst`!maskLinea!maska!m:ra!dstStrideb!maskStrideb!widthc!heightc!wdD _XftSmoothGlyphGraylhqG imagex Pxftgp xl yh bcolor`!src:a\!srca:aX!r_shiftT!r_lenP!g_shiftL!g_lenH!b_shiftD!b_len@!maskLine!mask!m:r!maskStride!d:a!pixel!width!height!w!txD GY_XftSmoothGlyphRgbaqy imagex xftgp xl yh color`!src:a\!srca:aX!r_shiftT!r_lenP!g_shiftL!g_lenH!b_shiftD!b_len@!mask!ma:a!d:a!pixel!width!height!w!tx#ry#ry#ry#s y#s8yh#s8yh#sPy\#ty\#ty\#ty\#ty\!m:a,!n:a,!o:a,~#utvx!__a:P;~!__t:a;~!__ta:a;~!__i:a;~#vxw!__a:P<~!__t:a<~!__ta:a<~!__i:a<~#wx!__a:P=~!__t:a=~!__ta:a=~!__i:a=~D "_XftSmoothGlyphPossibleLyzDk drawKxD"_XftSmoothGlyphFind\zp} draw[x }public[p!font.]`D       XftSmoothGlyph"_XftGlyphDefault}~x  dpyx }publicp!font.`!missingw!nmissingw!glyphs_loadedkwD A$%"XftGetImageErrorHandler~~z dpyx (fstatѢ  ЏTѢT%stat64st_devX#st_inoh#st_modex#st_nlinkΉ#st_uidΛ#st_gidΫ#st_rdevX# st_size#(st_atim#0st_mtim#@st_ctim#Pst_blksize#`st_blocks2#hst_fstypeѴ#p(fstatatK  ѫ TK)T)(lstatӝ ] fTӝ)Ӧ)(stat ӯ Ӹ(fstat  (XSetForeground\ 2 (XPutImage  2 }      (XFreePixmap (XFreeGC: 2(XFillRectangle՞  2    (XCopyArea   2      (XSetErrorHandlerH (XCreatePixmap0֢ H 0   07(XCreateGC2 ֢   ֫(XGetImagei       %i(__posix_ctime_r\׳ r \tm$ttm_sec#tm_min#tm_hour#tm_mday# tm_mon#tm_year#tm_wday#tm_yday#tm_isdst# ׳t)})\(__posix_asctime_r\ ؆ ؏(mkstemp \(mkstemp \%݀=%__FILEb__pad #=(ftelloFّ b=(fseeko ّ % %(fsetpos ّ %(fgetposM ّ  =FILEM'tmpfile\TzTڌ(freopen\ ڃ ڕ \TT(fopen\) =(ftelloX )(fseekoې ّ % %ې(fsetpos ّ ۙ)ّ)(fgetpos T)T/)8)\(freopen\܌ & A JT܌)ܕTܧ)ܰ(fopen\ ܞ ܹ'tmpfile\xftdbg.c /var/tmp/libXft-2.3.0/src /opt/solstudio12.2/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I.. -I../include/X11/Xft -I/usr/local/include -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -v -I../include/X11/Xft -g -c -KPIC -DPIC xftdbg.c -W0,-xp\$XAoAMiK6E8cP02j.Xa;g;P;R=Sun C 5.11 SunOS_sparc 145354-01 2010/10/11;G=$XAoAMiK6E8cP02j.;backend;raw;cd;DBG_GEN 5.3.0 XftDebuginitialized debug $$e!pDintcharunsigned long__posix_ttyname_r6   __posix_getlogin_rq  longlockf   q truncate  q qoff64_ttell) void )1 qssize_tpwriteC  :  C)preadC    Clseek   ftruncateH  q Htruncate Q q qoff_ttell  )pwriteC    CpreadCR    Clseek   lockf   qftruncate  q   dev_t ino_tunsigned -mode_t -nlink_t uid_t gid_t qtime_t timespectv_sec|#tv_nsecq# timestruc_t blksize_t qblkcnt_t#q stat Pst_dev #st_ino#st_mode9#st_nlinkJ#st_uid\#st_gidl#st_rdev # st_size#(st_atim#0st_mtim#@st_ctim#Pst_blksize#`st_blocks#hst_fstype#p# Plstat  Y  fstatat  P   Pstat 5 fstat c  P  c q stat64 st_dev #st_ino#st_mode9#st_nlinkJ#st_uid\#st_gidl#st_rdev # st_size#(st_atim#0st_mtim#@st_ctim#Pst_blksize#`st_blocks#hst_fstype u#p fstatat  l    lstat ^  '  ^ g stat p yfstat  q __posix_ctime_r '  tm$ tm_sec#tm_min#tm_hour#tm_mday# tm_mon#tm_year#tm_wday#tm_yday#tm_isdst# ' __posix_asctime_rF mkstempm mkstemp  getenv  atoi qq __FILED__pad#ftellos Dfseeko s q  qfsetpos s qfgetpos/ s  FILE /tmpfile> \ nfreopen> e w >  fopen>  ftello:  fseekor s q  qrfsetpos s { s fgetpos    printf8  8 A S \ >freopen> J e n    fopen>  tmpfile>xftdpy.c /var/tmp/libXft-2.3.0/src /opt/solstudio12.2/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I.. -I../include/X11/Xft -I/usr/local/include -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -v -I../include/X11/Xft -g -c -KPIC -DPIC xftdpy.c -W0,-xp\$XAoAMiK7E8cPk\$j.Xa;g;P;R=Sun C 5.11 SunOS_sparc 145354-01 2010/10/11;G=$XAoAMiK7E8cPk$j.;backend;raw;cd;DBG_GEN 5.3.0 _XftCloseDisplay(}dpyx5_codespinfo;`prevDXD int_XExtData number#next#free_private4#private_dataN#  4  char = EXPointer XExtData a |  }  FreeFuncTypeunsigned char KeyCode %max_keypermod#modifiermap# XModifierKeymap % e ? H eFreeModmapType_XFreeFuncsHjatoms#modifiermapn#key_bindings#context_db#defaultCCCs# clientCmaps#(intensityMaps#0im_filters#8xkb#@ unsigned long sXID_XDisplayH text_datat#free_funcsj#fd#conn_checker#proto_major_version#proto_minor_version#vendorE# resource_base#(resource_mask#0resource_id#8resource_shift#@resource_alloc #Hbyte_order#Pbitmap_unit#Tbitmap_pad#Xbitmap_bit_order#\nformats#`pixmap_format!#hvnumber#prelease#thead*#xtail*#qlen#last_request_reads#requests#last_reqE#bufferE#bufptrE#bufmaxE#max_request_size#db.#synchandler.#display_nameE#default_screen#nscreens#screens4#motion_buffers#flags4#min_keycode#max_keycode#keysyms4#modifiermap?#keysyms_per_keycode#xdefaultsE#scratch_bufferE#scratch_lengths#ext_number#ext_procs4#event_vec>`#wire_vec># lock_meaning4#lock>#async_handlers>#bigreq_sizes#lock_fnsx#idlist_allocx#key_bindingsx#cursor_font0#atomsx#mode_switch#num_lock#context_dby #error_vecy*#cmsy3#im_filtersy#qfree*#next_event_serial_nums#flushes4#im_fd_infoz#im_fd_length#conn_watchersz#watcher_count#filedesN#savedsynchandler{Z#resource_max#xcmisc_opcode#xkb_info{q#trans_conn{#xcb{#next_cookie#generic_event_vec{#generic_event_copy_vec{#cookiejar*#$   t } ext_datat#depth#bits_per_pixel# scanline_pad# ScreenFormat  ." sWindow(type#serials#send_event#display}#window3# DXAnyEvent sTimeunsigned`type#serials#send_event#display}#window3# root3#(subwindow3#0time#8x#@y#Dx_root#Hy_root#Lstate#Pkeycode#Tsame_screen#X XKeyEvent`@type#serials#send_event#display}#window3# root3#(subwindow3#0time#8x#@y#Dx_root#Hy_root#Lstate#Pbutton#Tsame_screen#X XButtonEvent`}type#serials#send_event#display}#window3# root3#(subwindow3#0time#8x#@y#Dx_root#Hy_root#Lstate#Pis_hint=#Tsame_screen#X WXMotionEventhtype#serials#send_event#display}#window3# root3#(subwindow3#0time#8x#@y#Dx_root#Hy_root#Lmode#Pdetail#Tsame_screen#Xfocus#\state#` XCrossingEvent0type#serials#send_event#display}#window3# mode#(detail#, XFocusChangeEvent@dtype#serials#send_event#display}#window3# x#(y#,width#0height#4count#8 XExposeEvent sDrawableHtype#serials#send_event#display}#drawable{# x#(y#,width#0height#4count#8major_code#<minor_code#@ XGraphicsExposeEvent0<type#serials#send_event#display}#drawable{# major_code#(minor_code#, XNoExposeEvent0type#serials#send_event#display}#window3# state#( UXVisibilityEventHtype#serials#send_event#display}#parent3# window3#(x#0y#4width#8height#<border_width#@override_redirect#D XCreateWindowEvent0type#serials#send_event#display}#event3# window3#( XDestroyWindowEvent8?type#serials#send_event#display}#event3# window3#(from_configure#0 XUnmapEvent8type#serials#send_event#display}#event3# window3#(override_redirect#0 UXMapEvent0type#serials#send_event#display}#parent3# window3#( XMapRequestEventHptype#serials#send_event#display}#event3# window3#(parent3#0x#8y#<override_redirect#@ XReparentEventXtype#serials#send_event#display}#event3# window3#(x#0y#4width#8height#<border_width#@above3#Hoverride_redirect#P XConfigureEvent8Itype#serials#send_event#display}#event3# window3#(x#0y#4 XGravityEvent0type#serials#send_event#display}#window3# width#(height#, aXResizeRequestEvent` )type#serials#send_event#display}#parent3# window3#(x#0y#4width#8height#<border_width#@above3#Hdetail#Pvalue_masks#X XConfigureRequestEvent8 type#serials#send_event#display}#event3# window3#(place#0 JXCirculateEvent8!type#serials#send_event#display}#parent3# window3#(place#0 XCirculateRequestEvent sAtom@"[type#serials#send_event#display}#window3# atom!#(time#0state#8 !XPropertyEvent8# type#serials#send_event#display}#window3# selection!#(time#0 "tXSelectionClearEventP#type#serials#send_event#display}#owner3# requestor3#(selection!#0target!#8property!#@time#H #(XSelectionRequestEventH$type#serials#send_event#display}#requestor3# selection!#(target!#0property!#8time#@ $XSelectionEvent sColormap8%type#serials#send_event#display}#window3# colormap$#(new#0state#4 %XColormapEventlong=%%short%&% %(&.%(&db%#s%#l&#`'type#serials#send_event#display}#window3# message_type!#(format#0data&.#8 &dXClientMessageEvent8'type#serials#send_event#display}#window3# request#(first_keycode#,count#0 '-XMappingEvent((type#display}#resourceid#serials#error_code# request_code#!minor_code#" 'XErrorEvent= (%H)Mtype#serials#send_event#display}#window3# key_vector(#( (XKeymapEvent()type#serials#send_event#display}#extension# evtype#$ )dXGenericEventvoid *8*type#serials#send_event#display}#extension# evtype#$cookie#(data*#0 *XGenericEventCookie%*%_XEvent.type#xany#xkey#xbutton@#xmotion}#xcrossing#xfocus#xexposed#xgraphicsexpose#xnoexpose<#xvisibility#xcreatewindow#xdestroywindow#xunmap?#xmap#xmaprequest#xreparentp#xconfigure#xgravityI#xresizerequest#xconfigurerequest )#xcirculate #xcirculaterequest!#xproperty"[#xselectionclear# #xselectionrequest##xselection$#xcolormap%#xclient'#xmapping'#xerror(#xkeymap)M#xgeneric)#xcookie*#pad*# *XEvent_XSQEvent.tnext*#event.#qserial_nums#_XrmHashBucketRec .t . sVisualID8/sext_datat#visualid.#class#red_masks#green_masks# blue_masks#(bits_per_rgb#0map_entries#4 .Visual /s/depth#nvisuals#visuals/# /Depth / sGContext sPixmap sFont28function#plane_masks#foregrounds#backgrounds#line_width# line_style#$cap_style#(join_style#,fill_style#0fill_rule#4arc_mode#8tile0#@stipple0#Hts_x_origin#Pts_y_origin#Tfont0#Xsubwindow_mode#`graphics_exposures#dclip_x_origin#hclip_y_origin#lclip_mask0#pdash_offset#xdashes=#| 0 XGCValues_XGC2ext_datat#gid/#rects#dashes#dirtys#values28# 2L 2GC4ext_datat#display t#root3#width#height#mwidth# mheight#$ndepths#(depths/#0root_depth#8root_visual/#@default_gc2#Hcmap$#Pwhite_pixels#Xblack_pixels#`max_maps#hmin_maps#lbacking_store#psave_unders#troot_input_mask%#x 2Screen 4s sKeySym 4 <5Kextension#major_opcode#first_event#first_error# 4XExtCodes 5K 5 } 2 5_ 5h 5CreateGCType 5 } 2 5_ 5 5CopyGCType 63 } 2 5_ 6 63FlushGCType 6 } 2 5_ 6R 6FreeGCType6name!#card32s# 6XFontProp 6unsigned short 7lbearing%#rbearing%#width%#ascent%#descent%#attributes6# 6XCharStruct 7`9!ext_datat#fid0#direction#min_char_or_byte2#max_char_or_byte2#min_byte1#max_byte1# all_chars_exist#$default_char#(n_properties#,properties6#0min_bounds7#8max_bounds7#Dper_char7#Pascent#Xdescent#\ 7XFontStruct 9! 9o } 97 5_ 9@ 9oCreateFontType 9 } 97 5_ 9 9FreeFontType : } 5_ 9 :CloseDisplayType BYTE 6CARD16 CARD32 CARD8 ;btype:*#errorCode:*#sequenceNumber:9#resourceID:J#minorCode:9#majorCode:[# pad1:*# pad3:J# pad4:J#pad5:J#pad6:J#pad7:J# :kxError ;b  ; } ;s 5_ ;| ; ;ErrorType E< }  5_ E  ; <ErrorStringType (  * Lnext4#codes5K#create_GC5#copy_GC5# flush_GC6<#(free_GC6#0create_Font9x#8free_Font9#@close_display:#Herror;#Perror_string<$#XnameE#`error_valuesL>W>~% >~>>%_XLockInfo > w ?type:*#data1:*#sequenceNumber:9#length:J#data00:J#data01:J# data02:J#data03:J#data04:J#data05:J# >xGenericReply %INT16 @type:*#depth:[#sequenceNumber:9#length:J#root:J#x?# y?#width:9#height:9#borderWidth:9#pad1:9#pad2:J#pad3:J# ?xGetGeometryReply Atype:*#pad1:*#sequenceNumber:9#length:J#root:J#parent:J# nChildren:9#pad2:9#pad3:J#pad4:J#pad5:J# @xQueryTreeReply Btype:*#pad1:*#sequenceNumber:9#length:J#atom:J#pad2:J# pad3:J#pad4:J#pad5:J#pad6:J# AxInternAtomReply Ctype:*#pad1:*#sequenceNumber:9#length:J#nameLength:9#pad2:9# pad3:J# pad4:J#pad5:J#pad6:J#pad7:J# BxGetAtomNameReply Dvtype:*#format:[#sequenceNumber:9#length:J#propertyType:J#bytesAfter:J# nItems:J#pad1:J#pad2:J#pad3:J# CxGetPropertyReply Eltype:*#pad1:*#sequenceNumber:9#length:J#nProperties:9#pad2:9# pad3:J# pad4:J#pad5:J#pad6:J#pad7:J# DxListPropertiesReply FNtype:*#pad1:*#sequenceNumber:9#length:J#owner:J#pad2:J# pad3:J#pad4:J#pad5:J#pad6:J# ExGetSelectionOwnerReply G4type:*#status:*#sequenceNumber:9#length:J#pad1:J#pad2:J# pad3:J#pad4:J#pad5:J#pad6:J# FpxGrabPointerReply FpxGrabKeyboardReply BOOL Hytype:*#sameScreenGm#sequenceNumber:9#length:J#root:J#child:J# rootX?#rootY?#winX?#winY?#mask:9#pad1:9#pad:J# G|xQueryPointerReply I[type:*#pad1:*#sequenceNumber:9#length:J#nEvents:J#pad2:J# pad3:J#pad4:J#pad5:J#pad6:J# HxGetMotionEventsReply JUtype:*#sameScreenGm#sequenceNumber:9#length:J#child:J#dstX?# dstY?#pad2:J#pad3:J#pad4:J#pad5:J# I{xTranslateCoordsReply K<type:*#revertTo:[#sequenceNumber:9#length:J#focus:J#pad1:J# pad2:J#pad3:J#pad4:J#pad5:J# JuxGetInputFocusReply INT32 Ltype:*#drawDirection:[#sequenceNumber:9#length:J#fontAscent?#fontDescent?# overallAscent?# overallDescent?#overallWidthKZ#overallLeftKZ#overallRightKZ#pad:J# KjxQueryTextExtentsReply Mtype:*#pad1:*#sequenceNumber:9#length:J#nFonts:9#pad2:9# pad3:J# pad4:J#pad5:J#pad6:J#pad7:J# LxListFontsReply Nrtype:*#pad1:*#sequenceNumber:9#length:J#nPaths:9#pad2:9# pad3:J# pad4:J#pad5:J#pad6:J#pad7:J# MxGetFontPathReply OStype:*#depth:[#sequenceNumber:9#length:J#visual:J#pad3:J# pad4:J#pad5:J#pad6:J#pad7:J# NxGetImageReply PEtype:*#pad1:*#sequenceNumber:9#length:J#nColormaps:9#pad2:9# pad3:J# pad4:J#pad5:J#pad6:J#pad7:J# OlxListInstalledColormapsReply QQtype:*#pad1:*#sequenceNumber:9#length:J#red:9#green:9# blue:9# pad2:9#pixel:J#pad3:J#pad4:J#pad5:J# PlxAllocColorReply Rtype:*#pad1:*#sequenceNumber:9#length:J#pixel:J#exactRed:9# exactGreen:9#exactBlue:9#screenRed:9#screenGreen:9#screenBlue:9#pad2:J#pad3:J# QlxAllocNamedColorReply S{type:*#pad1:*#sequenceNumber:9#length:J#nPixels:9#nMasks:9# pad3:J# pad4:J#pad5:J#pad6:J#pad7:J# RxAllocColorCellsReply T}type:*#pad1:*#sequenceNumber:9#length:J#nPixels:9#pad2:9# redMask:J# greenMask:J#blueMask:J#pad3:J#pad4:J# SxAllocColorPlanesReply Uttype:*#pad1:*#sequenceNumber:9#length:J#nColors:9#pad2:9# pad3:J# pad4:J#pad5:J#pad6:J#pad7:J# TxQueryColorsReply Vtype:*#pad1:*#sequenceNumber:9#length:J#exactRed:9#exactGreen:9# exactBlue:9# screenRed:9#screenGreen:9#screenBlue:9#pad3:J#pad4:J#pad5:J# UxLookupColorReply Wtype:*#pad1:*#sequenceNumber:9#length:J#width:9#height:9# pad3:J# pad4:J#pad5:J#pad6:J#pad7:J# VxQueryBestSizeReply Xtype:*#pad1:*#sequenceNumber:9#length:J#presentGm#major_opcode:[# first_event:[# first_error:[# pad3:J# pad4:J#pad5:J#pad6:J#pad7:J# WxQueryExtensionReply Ytype:*#nExtensions:[#sequenceNumber:9#length:J#pad2:J#pad3:J# pad4:J#pad5:J#pad6:J#pad7:J# XxListExtensionsReply Ztype:*#success:[#sequenceNumber:9#length:J#pad2:J#pad3:J# pad4:J#pad5:J#pad6:J#pad7:J# YxSetModifierMappingReply [type:*#numKeyPerModifier:[#sequenceNumber:9#length:J#pad1:J#pad2:J# pad3:J#pad4:J#pad5:J#pad6:J# ZxGetModifierMappingReply YxSetPointerMappingReply \type:*#keySymsPerKeyCode:[#sequenceNumber:9#length:J#pad2:J#pad3:J# pad4:J#pad5:J#pad6:J#pad7:J# [xGetKeyboardMappingReply ]|type:*#nElts:[#sequenceNumber:9#length:J#pad2:J#pad3:J# pad4:J#pad5:J#pad6:J#pad7:J# \xGetPointerMappingReply ^type:*#pad1:*#sequenceNumber:9#length:J#accelNumerator:9#accelDenominator:9# threshold:9# pad2:9#pad3:J#pad4:J#pad5:J#pad6:J# ]xGetPointerControlReply _type:*#pad1:*#sequenceNumber:9#length:J#timeout:9#interval:9# preferBlankingGm# allowExposuresGm# pad2:9#pad3:J#pad4:J#pad5:J#pad6:J# ^xGetScreenSaverReply `type:*#enabledGm#sequenceNumber:9#length:J#nHosts:9#pad1:9# pad3:J# pad4:J#pad5:J#pad6:J#pad7:J# _xListHostsReplya+type:*#detail:*#sequenceNumber:9# 6KeyButMask b(pad00:J#time:J#root:J#event:J# child:J#rootX?#rootY?#eventX?#eventY?#statea+#sameScreenGm#pad1:*# c pad00:J#time:J#root:J#event:J# child:J#rootX?#rootY?#eventX?#eventY?#statea+#mode:*#flags:*# cpad00:J#window:J#mode:*#pad1:*# pad2:*# pad3:*# dpad00:J#window:J#x:9#y:9# width:9# height:9#count:9#pad2:9#dpad00:J#drawable:J#x:9#y:9# width:9# height:9#minorEvent:9#count:9#majorEvent:*#pad1:*#pad2:*#pad3:*# enpad00:J#drawable:J#minorEvent:9#majorEvent:*# bpad:*#  epad00:J#window:J#state:[#pad1:*# pad2:*# pad3:*# fpad00:J#parent:J#window:J#x?# y?#width:9#height:9#borderWidth:9#overrideGm#bpad:*# fpad00:J#event:J#window:J#gzpad00:J#event:J#window:J#fromConfigureGm# pad1:*# pad2:*#pad3:*#hpad00:J#event:J#window:J#overrideGm# pad1:*# pad2:*#pad3:*# hIpad00:J#parent:J#window:J#ipad00:J#event:J#window:J#parent:J# x?#y?#overrideGm#pad1:*#pad2:*#pad3:*#ipad00:J#event:J#window:J#aboveSibling:J# x?#y?#width:9#height:9#borderWidth:9#overrideGm#bpad:*# jpad00:J#parent:J#window:J#sibling:J# x?#y?#width:9#height:9#borderWidth:9#valueMask:9#pad1:J# kYpad00:J#event:J#window:J#x?# y?#pad1:J#pad2:J#pad3:J#pad4:J# kpad00:J#window:J#width:9#height:9# lJpad00:J#event:J#window:J#parent:J# place:*#pad1:*#pad2:*#pad3:*#lpad00:J#window:J#atom:J#time:J# state:*#pad1:*#pad2:9#m$pad00:J#time:J#window:J#atom:J# mpad00:J#time:J#owner:J#requestor:J# selection:J#target:J#property:J#n<pad00:J#time:J#requestor:J#selection:J# target:J#property:J#npad00:J#window:J#colormap:J#newGm# state:*# pad1:*#pad2:*#o4pad00:J#request:[#firstKeyCode:[#count:[#pad1:*#otype:J#longs0KZ#longs1KZ#longs2KZ# longs3KZ#longs4KZ#ptype:J#shorts0?#shorts1?#shorts2?#shorts3?# shorts4?# shorts5?#shorts6?#shorts7?#shorts8?#shorts9?#signed char pINT8pp%ptype:J#bytesp#q5lo4#so#bp# qtpad00:J#window:J#up# su`#keyButtonPointera@#enterLeaveb(#focusc #exposec#graphicsExposured#noExposured#visibilityen#createNotifye#destroyNotifyf#unmapNotifyf#mapNotifygz#mapRequesth#reparenthI#configureNotifyi#configureRequesti#gravityj#resizeRequestkY#circulatek#propertylJ#selectionClearl#selectionRequestm$#selectionNotifym#colormapn<#mappingNotifyn#clientMessageq5#_xEvent tuqt# sxEvent wgeneric?#geom@#treeA#atomB#atomNameC#propertyDv#listPropertiesEl#selectionFN#grabPointerG4#grabKeyboardGP#pointerHy#motionEventsI[#coordsJU#inputFocusK<#textExtentsL#fontsM#fontPathNr#imageOS#colormapsPE#allocColorQQ#allocNamedColorR#colorCellsS{#colorPlanesT}#colorsUt#lookupColorV#bestSizeW#extensionX#extensionsY#setModifierMappingZ#getModifierMapping[#setPointerMapping[#getKeyboardMapping\#getPointerMapping]|#pointerControl^#screenSaver_#hosts`#error;b#eventt# t!xReply w w } w E  N w_XInternalAsyncxEnext>#handlerw#dataN# xZ } xE xc_XLockPtrsxlock_displayxZ#unlock_displayxf# xo x_XKeytrans x_XDisplayAtoms x_XContextDB x y y!ydefaultCCCsN#clientCmapsN#perVisualIntensityMapsN#_XIMFilter y y }  N y y_XInternalConnectionProc N z _XConnectionInfo(zfd#read_callbacky#call_dataN#watch_datay#nextz# z } N   y z zXConnectionWatchProc z_XConnWatchInfo{Ofnz#client_dataN#nextz# {O_XkbInfoRec {c_XtransConnInfo {z_X11XCBPrivate { {{{% {{|% Display_XftDisplayInfo}next}#display}#codes5_#defaults}#hasRender}# fonts~#(solidFormat#0glyph_memorys#8max_glyph_memorys#@use_free_glyphs}#Hnum_unref_fonts#Lmax_unref_fonts#Pcolors#XfontHash# |%_FcPattern }FcPattern } FcBool_FcCharSet }FcCharSet }_XftFont ~ascent#descent#height#max_advance_width# charset}#pattern}# }XftFont ~ sPictFormat  Zred%#redMask%#green%#greenMask%#blue%#blueMask%# alpha%# alphaMask%# ~XRenderDirectFormat ( id~#type#depth# directZ#colormap$# xXRenderPictFormat  Tred6#green6#blue6#alpha6# XRenderColor sPicture _XftSolidColorcolorT#screen#pictk# }XftSolidColor%~"%~ |%XftDisplayInfo " ;_XftDisplayInfoGet?Xp; }dpy>x}createIfNecessary>tinfo;@`prevD@XpfAiBevent_baseCerror_baseC@@@majorhminorh@XXvisual/formatD _XftDisplayValidateMemoryL;infoxpublic~pfonthglyph_memorys`D FcChar32_XftFtFile`gnextg#ref#fileE#id#xsize# ysize#(matrix#0lock#Pface*#X signed long pFT_F26Dot6 pFT_Fixed FT_Matrix_ xx#xy#yx#yy# FT_Matrix pFT_Long =FT_String signed int =FT_Int signed short \FT_Short pFT_PosFT_Bitmap_Size_ heightl#widthl#size#x_ppem#y_ppem# FT_Bitmap_Size  kFT_Face FT_Encoding_ ZFT_ENCODING_NONEFT_ENCODING_MS_SYMBOLFT_ENCODING_UNICODEҹFT_ENCODING_SJISҩFT_ENCODING_GB2312FT_ENCODING_BIG5ΥFT_ENCODING_WANSUNG܅FT_ENCODING_JOHABнFT_ENCODING_MS_SJISҩFT_ENCODING_MS_GB2312FT_ENCODING_MS_BIG5ΥFT_ENCODING_MS_WANSUNG܅FT_ENCODING_MS_JOHABнFT_ENCODING_ADOBE_STANDARDžFT_ENCODING_ADOBE_EXPERTńFT_ENCODING_ADOBE_CUSTOMÄFT_ENCODING_ADOBE_LATIN_1FT_ENCODING_OLD_LATIN_2FT_ENCODING_APPLE_ROMANɋ x_ppemp#y_ppemp#x_scale#y_scale#ascender#descender# height#(max_advance#0 }FT_Size_Metrics FT_Size_InternalRec_ X oFT_Size_Internal FT_SizeRec_X face*#generic#metrics>#internalx#P FT_Size FT_DriverRec_  $FT_Driver FT_Memory *{ A % U {FT_Alloc_Func  A * FT_Free_Func * A % % * FT_Realloc_FuncFT_MemoryRec_ user*#alloc#free#realloc# 5FT_StreamDesc_value%#pointer*# FT_StreamDesc xFT_Stream sE s p s EFT_Stream_IoFunc ~ i ~FT_Stream_CloseFuncFT_StreamRec_Pxbasep#sizes#poss#descriptor#pathname# readN#(close#0memoryA#8cursorp#@limitp#H FT_ListNode FT_ListNodeRec_ prev#next#data*# FT_ListRec_ )head#tail# FT_ListRec FT_Face_InternalRec_ > UFT_Face_Internal FT_FaceRec_ knum_faces#face_index#face_flags#style_flags#num_glyphs# family_name4#(style_name4#0num_fixed_sizesK#8available_sizes!#@num_charmapsK#Hcharmaps#Pgeneric#Xbbox#hunits_per_EMp#ascenderl#descenderl#heightl#max_advance_widthl#max_advance_heightl#underline_positionl#underline_thicknessl#glyphG#size#charmap#driver-#memoryA#stream#sizes_list)#autohint#extensions*#internal^# y XftFtFile t_XftFontInfohhash#file#xsize#ysize#antialias}# embolden}#$rgba#(lcd_filter#,matrix#0transform}#Pload_flagsK#Trender}#Xspacing#\minspace}#`char_width#d XftFontInfo _XGlyphInfo gwidth6#height6#x%#y%#xOff%#yOff%# XGlyphInfo _XftGlyph metricsg#bitmap*#glyph_memorys# |XftGlyph _XftUcsHash2ucs4#glyph^# XftUcsHash 2 sGlyphSet _XftFontIntpublic~#next~# hash_next~#(info#0ref#glyphs#num_glyphs#hash_tableG#hash_value#rehash_value#glyphsetP#format#glyph_memorys#max_glyph_memorys#use_free_glyphs}# cXftFontInt _XftDisplayManageMemoryp0}dpyxinfo;pglyph_memoryshpublic~`fontXDXftDefaultHasRenderP}dpyxinfo;hD XftDefaultSet|!}dpyx!}defaultsp"info;`D XftDefaultParseBool(!vx"c0=s"c1=rD= #_XftDefaultInitBool7p!}dpy6x!}pat6p!option6h"vE8X"i9TD$= #_XftDefaultInitDoubleCTu!}dpyBx!}patBp!~optionBh"vEDX"eEDP"dEHD$= udouble#_XftDefaultInitIntegerS|I!}dpyRx!}patRp!RoptionRh"vETX"eETP"iULD$= I#_XftDefaultInite}!}dpydx"pat}fhD#_XftDefaultGetv!}dpyx!objectp!screenl!\v`"info;P"rLD_FcResultFcResultMatchFcResultNoMatchFcResultTypeMismatchFcResultNoIdFcResultOutOfMemory vFcResult= _FcTypeFcTypeVoidFcTypeIntegerFcTypeDoubleFcTypeStringFcTypeBoolFcTypeMatrixFcTypeCharSetFcTypeFTFaceFcTypeLangSet FcType FcChar8 _FcMatrix 0xx#xy#yx#yy# FcMatrix0 C} U_FcLangSet gFcLangSett s#i#b}#d#mL#c^#f*#l#_FcValueJtype#u# FcValue J XftDefaultGetBoolx!}dpyx!&objectp!screenl!defh"r`"vJPD=  XftDefaultGetInteger!}dpyx!objectp!screenl!defh"r`"vJPD= XftDefaultGetDoubleH!}dpyx!objectp!screenl!def`"rT"vJ@D= $XftDefaultSubstituteL !}dpyx!screent!}patternh"vJX"dpiPL8L8L"subpixelL@XX"render_orderHD$ }%_XftFontUncacheGlyphK t %XftFontManageMemoryv t&XftDebug'_XftDisplayInfo; 8  (XRenderFindFormat s . (XRenderFindVisualFormatl #(XRenderQuerySubpixelOrder t (XRenderQueryVersion t ;| ;|(XRenderQueryExtension: t ;| ;|_FcPattern := P(FcPatternAddBool} G Y }= (FcPatternAddDouble} G = (FcPatternAddInteger}Q G  }} Q= c (FcPatternGet Z l  u }%FcPatternDestroy &FcPatternCreate}  }(FcNameConstant}\  %FcDefaultSubstitute (__posix_ttyname_r  E s(__posix_getlogin_r E (lockf<   %= <(truncate E % %off64_t(tell * %ssize_t(pwrite  s *(preadc   s (lseek   (ftruncate  %= (truncate % %off_t(tellC * C(pwrite  L s (pread   s (lseek   (lockfD   %(ftruncatev  %= v) sdev_t sino_t mode_t nlink_t uid_t gid_t %time_ttimespecAtv_sec#tv_nsec%# timestruc_t blksize_t %blkcnt_t=%statst_dev#st_ino#st_mode#st_nlink#st_uid#st_gid#st_rdev# st_size#(st_atimA#0st_mtimA#@st_ctimA#Pst_blksizeW#`st_blocksk#hst_fstype~#p )(lstat = (fstatat\   = \)e)(stat n w(fstat  = = %stat649st_dev#st_ino#st_mode#st_nlink#st_uid#st_gid#st_rdev# st_size#(st_atimA#0st_mtimA#@st_ctimA#Pst_blksizeW#`st_blocksk#hst_fstype#p (fstatat  9 = ))9(lstat = ))9(stat' (fstatU  9 U i(XESetCloseDisplayt t  ` (XAddExtension5_ = = (XGetDefaultEW t % W(__posix_ctime_rE ` Etm$btm_sec#tm_min#tm_hour#tm_mday# tm_mon#tm_year#tm_wday#tm_yday#tm_isdst#  b)k)E(__posix_asctime_rE t }(tolower (memset* *  s(mkstempF E(mkstempm E= m)v E)(strtol%  = ))(strtod% &rand(malloc*] s%freey *%ƀ%__FILE__pady# (ftello (fseeko+ % % +(fsetposm 4 %(fgetpos m FILE &tmpfile= = (freopen0 = 0= B(fopen 9 K (ftello (fseeko % % (fsetpos+ ))m(fgetposm + 4= m)v(printf *= )= ))(freopen' = ')0= B)K(fopen 9 T&tmpfilen?xftdraw.c /var/tmp/libXft-2.3.0/src /opt/solstudio12.2/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I.. -I../include/X11/Xft -I/usr/local/include -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -v -I../include/X11/Xft -g -c -KPIC -DPIC xftdraw.c -W0,-xp\$XAoAMiK9E8cPUVk.Xa;g;P;R=Sun C 5.11 SunOS_sparc 145354-01 2010/10/11;G=$XAoAMiK9E8cPUVk.;backend;raw;cd;DBG_GEN 5.3.0@_XftDrawScreen <dpyxdrawablep0visualhs!`rootr"Xx#Ty#Pwidth$Lheight$HborderWidth$Ddepth$@hhhhDDtemplate~D0ret~Z0~nret1~Dint_XExtData M number# nextM# free_privates# private_data#  s M Vchar | XPointer XExtData  }R   FreeFuncTypeunsigned char KeyCode  d max_keypermod# modifiermap# &XModifierKeymap d  ~  FreeModmapType_XFreeFuncsH atoms# modifiermap# key_bindings# context_db# defaultCCCs# clientCmaps#( intensityMaps#0 im_filters#8 xkb#@ unsigned long XID_XDisplayH ext_data# free_funcs# fd# conn_checker# proto_major_version# proto_minor_version# vendor# resource_base#( resource_mask#0 resource_id#8 resource_shift#@ resource_alloc#H byte_order#P bitmap_unit#T bitmap_pad#X bitmap_bit_order#\ nformats#` pixmap_format`#h vnumber#p release#t headi#x taili# qlen# last_request_read# request# last_req# buffer# bufptr# bufmax# max_request_size# db/# synchandler/# display_name# default_screen# nscreens# screens5# motion_buffer# flags5# min_keycode# max_keycode# keysyms6 # modifiermap~# keysyms_per_keycode# xdefaults# scratch_buffer# scratch_length# ext_number# ext_procs6# event_vec?# wire_vec?# lock_meaning5# lock?# async_handlers@# bigreq_size# lock_fnsy# idlist_allocz# key_bindingsz# cursor_font1P# atomsz5# mode_switch# num_lock# context_dbzL# error_veczi# cmszr# im_filtersz# qfreei# next_event_serial_num# flushes6# im_fd_info{C# im_fd_length# conn_watchers|1# watcher_count# filedes# savedsynchandler|# resource_max# xcmisc_opcode# xkb_info|# trans_conn|# xcb|# next_cookie# generic_event_vec}# generic_event_copy_vec}4# cookiejar+G#$    I ext_data# depth# bits_per_pixel# scanline_pad# ScreenFormat I /a Window( type# serial# send_event# display# windowr# XAnyEvent Timeunsigned`F type# serial# send_event# display# windowr# rootr#( subwindowr#0 time#8 x#@ y#D x_root#H y_root#L state#P keycode#T same_screen#X  XKeyEvent` type# serial# send_event# display# windowr# rootr#( subwindowr#0 time#8 x#@ y#D x_root#H y_root#L state#P button#T same_screen#X ZXButtonEvent` type# serial# send_event# display# windowr# rootr#( subwindowr#0 time#8 x#@ y#D x_root#H y_root#L state#P is_hint|#T same_screen#X XMotionEventh type# serial# send_event# display# windowr# rootr#( subwindowr#0 time#8 x#@ y#D x_root#H y_root#L mode#P detail#T same_screen#X focus#\ state#` XCrossingEvent0 type# serial# send_event# display# windowr# mode#( detail#, 4XFocusChangeEvent@ type# serial# send_event# display# windowr# x#( y#, width#0 height#4 count#8 XExposeEvent DrawableH type# serial# send_event# display# drawable# x#( y#, width#0 height#4 count#8 major_code#< minor_code#@ XGraphicsExposeEvent0{ type# serial# send_event# display# drawable# major_code#( minor_code#, XNoExposeEvent0 type# serial# send_event# display# windowr# state#( XVisibilityEventH( type# serial# send_event# display# parentr# windowr#( x#0 y#4 width#8 height#< border_width#@ override_redirect#D /XCreateWindowEvent0 type# serial# send_event# display# eventr# windowr#( EXDestroyWindowEvent8~ type# serial# send_event# display# eventr# windowr#( from_configure#0 XUnmapEvent82 type# serial# send_event# display# eventr# windowr#( override_redirect#0 XMapEvent0 type# serial# send_event# display# parentr# windowr#( FXMapRequestEventH type# serial# send_event# display# eventr# windowr#( parentr#0 x#8 y#< override_redirect#@ XReparentEventX type# serial# send_event# display# eventr# windowr#( x#0 y#4 width#8 height#< border_width#@ abover#H override_redirect#P XConfigureEvent8 type# serial# send_event# display# eventr# windowr#( x#0 y#4 XGravityEvent0 3 type# serial# send_event# display# windowr# width#( height#, XResizeRequestEvent`!h type# serial# send_event# display# parentr# windowr#( x#0 y#4 width#8 height#< border_width#@ abover#H detail#P value_mask#X QXConfigureRequestEvent8" type# serial# send_event# display# eventr# windowr#( place#0 !XCirculateEvent8" type# serial# send_event# display# parentr# windowr#( place#0 "5XCirculateRequestEvent Atom@# type# serial# send_event# display# windowr# atom"#( time#0 state#8 "XPropertyEvent8$H type# serial# send_event# display# windowr# selection"#( time#0 #XSelectionClearEventP%9 type# serial# send_event# display# ownerr# requestorr#( selection"#0 target"#8 property"#@ time#H $gXSelectionRequestEventH& type# serial# send_event# display# requestorr# selection"#( target"#0 property"#8 time#@ %ZXSelectionEvent Colormap8& type# serial# send_event# display# windowr# colormap&4#( new#0 state#4 &GXColormapEventlong|'*'short'*'P' '('m'(' b' # s'3# l'P#`(N type# serial# send_event# display# windowr# message_type"#( format#0 data'm#8 'XClientMessageEvent8) type# serial# send_event# display# windowr# request#( first_keycode#, count#0 (lXMappingEvent() type# display# resourceid# serial# error_code# request_code#! minor_code#" )2XErrorEvent| *'H* type# serial# send_event# display# windowr# key_vector)#( *XKeymapEvent(+' type# serial# send_event# display# extension# evtype#$ *XGenericEventvoid +?8+ type# serial# send_event# display# extension# evtype#$ cookie#( data+G#0 +PXGenericEventCookie',3'_XEvent/P type# xany# xkeyF# xbutton# xmotion# xcrossing# xfocus# xexpose# xgraphicsexpose# xnoexpose{# xvisibility# xcreatewindow(# xdestroywindow# xunmap~# xmap2# xmaprequest# xreparent# xconfigure# xgravity# xresizerequest 3# xconfigurerequest!h# xcirculate"# xcirculaterequest"# xproperty## xselectionclear$H# xselectionrequest%9# xselection&# xcolormap&# xclient(N# xmapping)# xerror)# xkeymap*# xgeneric+'# xcookie+# pad,# ,3XEvent_XSQEvent/ nexti# event/P# qserial_num#_XrmHashBucketRec / / VisualID80 ext_data# visualid/# class# red_mask# green_mask# blue_mask#( bits_per_rgb#0 map_entries#4 /Visual 01 depth# nvisuals# visuals0# 0Depth 1 GContext Pixmap Font3w function# plane_mask# foreground# background# line_width# line_style#$ cap_style#( join_style#, fill_style#0 fill_rule#4 arc_mode#8 tile1?#@ stipple1?#H ts_x_origin#P ts_y_origin#T font1P#X subwindow_mode#` graphics_exposures#d clip_x_origin#h clip_y_origin#l clip_mask1?#p dash_offset#x dashes|#| 1_XGCValues_XGC4 ext_data# gid1,# rects# dashes# dirty# values3w# 3 4 GC5 ext_data# display# rootr# width# height# mwidth# mheight#$ ndepths#( depths1##0 root_depth#8 root_visual0#@ default_gc4#H cmap&4#P white_pixel#X black_pixel#` max_maps#h min_maps#l backing_store#p save_unders#t root_input_mask'#x 4!Screen 5 KeySym 5 >46 extension# major_opcode# first_event# first_error# 6XExtCodes 6 6  4 6 6 6CreateGCType 7%  4 6 6 7%CopyGCType 7r  4 6 7C 7rFlushGCType 7  4 6 7 7FreeGCType8 name"# card32# 7XFontProp 8unsigned short 8 lbearing'*# rbearing'*# width'*# ascent'*# descent'*# attributes8+# 8=XCharStruct 8`:` ext_data# fid1P# direction# min_char_or_byte2# max_char_or_byte2# min_byte1# max_byte1# all_chars_exist#$ default_char#( n_properties#, properties8"#0 min_bounds8#8 max_bounds8#D per_char8#P ascent#X descent#\ 8XFontStruct :` :  :v 6 : :CreateFontType :  :v 6 : :FreeFontType ;E  6 ; ;ECloseDisplayType BYTE 8+CARD16 CARD32 CARD8 < type;i# errorCode;i# sequenceNumber;x# resourceID;# minorCode;x# majorCode;# pad1;i# pad3;# pad4;# pad5;# pad6;# pad7;# ;xError <  <  < 6 < <   6 = ' = >BeforeFlushType_XExten? next6# codes6# create_GC6# copy_GC7.# flush_GC7{#( free_GC7#0 create_Font:#8 free_Font;#@ close_display;N#H error=#P error_string=c#X name#` error_values=#h before_flush>#p next_flush6#x ???' ???'_XLockInfo ? y2 @ type;i# data1;i# sequenceNumber;x# length;# data00;# data01;# data02;# data03;# data04;# data05;# @xGenericReply '*INT16 A type;i# depth;# sequenceNumber;x# length;# root;# x@# y@# width;x# height;x# borderWidth;x# pad1;x# pad2;# pad3;# AxGetGeometryReply B type;i# pad1;i# sequenceNumber;x# length;# root;# parent;# nChildren;x# pad2;x# pad3;# pad4;# pad5;# BxQueryTreeReply C type;i# pad1;i# sequenceNumber;x# length;# atom;# pad2;# pad3;# pad4;# pad5;# pad6;# CxInternAtomReply D type;i# pad1;i# sequenceNumber;x# length;# nameLength;x# pad2;x# pad3;# pad4;# pad5;# pad6;# pad7;# CxGetAtomNameReply E type;i# format;# sequenceNumber;x# length;# propertyType;# bytesAfter;# nItems;# pad1;# pad2;# pad3;# DxGetPropertyReply F type;i# pad1;i# sequenceNumber;x# length;# nProperties;x# pad2;x# pad3;# pad4;# pad5;# pad6;# pad7;# ExListPropertiesReply G type;i# pad1;i# sequenceNumber;x# length;# owner;# pad2;# pad3;# pad4;# pad5;# pad6;# FxGetSelectionOwnerReply Hs type;i# status;i# sequenceNumber;x# length;# pad1;# pad2;# pad3;# pad4;# pad5;# pad6;# GxGrabPointerReply GxGrabKeyboardReply BOOL I type;i# sameScreenH# sequenceNumber;x# length;# root;# child;# rootX@# rootY@# winX@# winY@# mask;x# pad1;x# pad;# HxQueryPointerReply J type;i# pad1;i# sequenceNumber;x# length;# nEvents;# pad2;# pad3;# pad4;# pad5;# pad6;# IxGetMotionEventsReply K type;i# sameScreenH# sequenceNumber;x# length;# child;# dstX@# dstY@# pad2;# pad3;# pad4;# pad5;# JxTranslateCoordsReply L{ type;i# revertTo;# sequenceNumber;x# length;# focus;# pad1;# pad2;# pad3;# pad4;# pad5;# KxGetInputFocusReply INT32 M type;i# drawDirection;# sequenceNumber;x# length;# fontAscent@# fontDescent@# overallAscent@# overallDescent@# overallWidthL# overallLeftL# overallRightL# pad;# LxQueryTextExtentsReply N type;i# pad1;i# sequenceNumber;x# length;# nFonts;x# pad2;x# pad3;# pad4;# pad5;# pad6;# pad7;# MxListFontsReply O type;i# pad1;i# sequenceNumber;x# length;# nPaths;x# pad2;x# pad3;# pad4;# pad5;# pad6;# pad7;# NxGetFontPathReply P type;i# depth;# sequenceNumber;x# length;# visual;# pad3;# pad4;# pad5;# pad6;# pad7;# OxGetImageReply Q type;i# pad1;i# sequenceNumber;x# length;# nColormaps;x# pad2;x# pad3;# pad4;# pad5;# pad6;# pad7;# PxListInstalledColormapsReply R type;i# pad1;i# sequenceNumber;x# length;# red;x# green;x# blue;x# pad2;x# pixel;# pad3;# pad4;# pad5;# QxAllocColorReply S type;i# pad1;i# sequenceNumber;x# length;# pixel;# exactRed;x# exactGreen;x# exactBlue;x# screenRed;x# screenGreen;x# screenBlue;x# pad2;# pad3;# RxAllocNamedColorReply T type;i# pad1;i# sequenceNumber;x# length;# nPixels;x# nMasks;x# pad3;# pad4;# pad5;# pad6;# pad7;# SxAllocColorCellsReply U type;i# pad1;i# sequenceNumber;x# length;# nPixels;x# pad2;x# redMask;# greenMask;# blueMask;# pad3;# pad4;# TxAllocColorPlanesReply V type;i# pad1;i# sequenceNumber;x# length;# nColors;x# pad2;x# pad3;# pad4;# pad5;# pad6;# pad7;# UxQueryColorsReply W type;i# pad1;i# sequenceNumber;x# length;# exactRed;x# exactGreen;x# exactBlue;x# screenRed;x# screenGreen;x# screenBlue;x# pad3;# pad4;# pad5;# VxLookupColorReply X type;i# pad1;i# sequenceNumber;x# length;# width;x# height;x# pad3;# pad4;# pad5;# pad6;# pad7;# XxQueryBestSizeReply Z type;i# pad1;i# sequenceNumber;x# length;# presentH# major_opcode;# first_event;# first_error;# pad3;# pad4;# pad5;# pad6;# pad7;# XxQueryExtensionReply Z type;i# nExtensions;# sequenceNumber;x# length;# pad2;# pad3;# pad4;# pad5;# pad6;# pad7;# Z"xListExtensionsReply [ type;i# success;# sequenceNumber;x# length;# pad2;# pad3;# pad4;# pad5;# pad6;# pad7;# [ xSetModifierMappingReply \ type;i# numKeyPerModifier;# sequenceNumber;x# length;# pad1;# pad2;# pad3;# pad4;# pad5;# pad6;# [xGetModifierMappingReply [ xSetPointerMappingReply ] type;i# keySymsPerKeyCode;# sequenceNumber;x# length;# pad2;# pad3;# pad4;# pad5;# pad6;# pad7;# ]xGetKeyboardMappingReply ^ type;i# nElts;# sequenceNumber;x# length;# pad2;# pad3;# pad4;# pad5;# pad6;# pad7;# ]xGetPointerMappingReply _ type;i# pad1;i# sequenceNumber;x# length;# accelNumerator;x# accelDenominator;x# threshold;x# pad2;x# pad3;# pad4;# pad5;# pad6;# ^xGetPointerControlReply a type;i# pad1;i# sequenceNumber;x# length;# timeout;x# interval;x# preferBlankingH# allowExposuresH# pad2;x# pad3;# pad4;# pad5;# pad6;# _xGetScreenSaverReply b type;i# enabledH# sequenceNumber;x# length;# nHosts;x# pad1;x# pad3;# pad4;# pad5;# pad6;# pad7;# a-xListHostsReplybj type;i# detail;i# sequenceNumber;x# 8+KeyButMask cg pad00;# time;# root;# event;# child;# rootX@# rootY@# eventX@# eventY@# statebj# sameScreenH# pad1;i# dJ pad00;# time;# root;# event;# child;# rootX@# rootY@# eventX@# eventY@# statebj# mode;i# flags;i# d pad00;# window;# mode;i# pad1;i# pad2;i# pad3;i# eT pad00;# window;# x;x# y;x# width;x# height;x# count;x# pad2;x#f; pad00;# drawable;# x;x# y;x# width;x# height;x# minorEvent;x# count;x# majorEvent;i# pad1;i# pad2;i# pad3;i# f pad00;# drawable;# minorEvent;x# majorEvent;i# bpad;i#  g# pad00;# window;# state;# pad1;i# pad2;i# pad3;i# g pad00;# parent;# window;# x@# y@# width;x# height;x# borderWidth;x# overrideH# bpad;i# h) pad00;# event;# window;#h pad00;# event;# window;# fromConfigureH# pad1;i# pad2;i# pad3;i#iD pad00;# event;# window;# overrideH# pad1;i# pad2;i# pad3;i# i pad00;# parent;# window;#jB pad00;# event;# window;# parent;# x@# y@# overrideH# pad1;i# pad2;i# pad3;i#k pad00;# event;# window;# aboveSibling;# x@# y@# width;x# height;x# borderWidth;x# overrideH# bpad;i# k pad00;# parent;# window;# sibling;# x@# y@# width;x# height;x# borderWidth;x# valueMask;x# pad1;# l pad00;# event;# window;# x@# y@# pad1;# pad2;# pad3;# pad4;# l pad00;# window;# width;x# height;x# m pad00;# event;# window;# parent;# place;i# pad1;i# pad2;i# pad3;i#n pad00;# window;# atom;# time;# state;i# pad1;i# pad2;x#nc pad00;# time;# window;# atom;# n pad00;# time;# owner;# requestor;# selection;# target;# property;#o{ pad00;# time;# requestor;# selection;# target;# property;#p pad00;# window;# colormap;# newH# state;i# pad1;i# pad2;i#ps pad00;# request;# firstKeyCode;# count;# pad1;i#p type;# longs0L# longs1L# longs2L# longs3L# longs4L#q type;# shorts0@# shorts1@# shorts2@# shorts3@# shorts4@# shorts5@# shorts6@# shorts7@# shorts8@# shorts9@#signed char qINT8qr'r> type;# bytesq#rt lps# sp# br# r pad00;# window;# ur># u- ub# keyButtonPointerb# enterLeavecg# focusdJ# exposed# graphicsExposureeT# noExposuref;# visibilityf# createNotifyg## destroyNotifyg# unmapNotifyh)# mapNotifyh# mapRequestiD# reparenti# configureNotifyjB# configureRequestk# gravityk# resizeRequestl# circulatel# propertym# selectionClearn# selectionRequestnc# selectionNotifyn# colormapo{# mappingNotifyp# clientMessagert#_xEvent uO ur# u-xEvent x generic@# geomA# treeB# atomC# atomNameD# propertyE# listPropertiesF# selectionG# grabPointerHs# grabKeyboardH# pointerI# motionEventsJ# coordsK# inputFocusL{# textExtentsM# fontsN# fontPathO# imageP# colormapsQ# allocColorR# allocNamedColorS# colorCellsT# colorPlanesU# colorsV# lookupColorW# bestSizeX# extensionZ# extensionsZ# setModifierMapping[# getModifierMapping\# setPointerMapping\# getKeyboardMapping]# getPointerMapping^# pointerControl_# screenSavera# hostsb# error<# eventuO# u`xReply x y)  x    x_XInternalAsyncy next@# handlery)# data#y  y y_XLockPtrsy lock_displayy# unlock_displayy# y z_XKeytrans z_XDisplayAtoms z$_XContextDB z> zU z`z defaultCCCs# clientCmaps# perVisualIntensityMaps#_XIMFilter z{    z {_XInternalConnectionProc  {L_XConnectionInfo({ fd# read_callback{# call_data# watch_data{:# next{C# |     {: { | XConnectionWatchProc |:_XConnWatchInfo| fn|# client_data# next|1# |_XkbInfoRec |_XtransConnInfo |_X11XCBPrivate | ||} ' } }+}R' Display@~D visual0# visualid/# screen# depth# class# red_mask# green_mask#( blue_mask#0 colormap_size#8 bits_per_rgb#< }dXVisualInfo ~DXftDrawDepthUhy?drawTxprootrXhxYdyY`widthZ\heightZXborderWidthZTdepthZPD_XftClipTypeXftClipTypeNoneXftClipTypeRegionXftClipTypeRectangles yXftClipType_XftClipRect 5 xOrigin# yOrigin# n# XftClipRect 5_XRegion T _Region_XftClip rectK# regionh# yXftClip Picture  pict#% gc4# use_pixmap#_XftDraw`- dpy# screen# bits_per_pixel# depth# drawable# visual0# colormap&4#( clip_type#0 clip#8 subwindow_mode#@ render#H core#P %XftDraw -XftDrawBitsPerPixele(<_?drawdx00D0D0formatshhnformatsiddepthj`D000io\D  depth# bits_per_pixel# scanline_pad# _XPixmapFormatValues XftDrawCreatehD?~dpyxdrawablep0visualh&4colormap`draw?PDXftDrawCreateBitmapp@?dpyx1?bitmappdraw?`D XftDrawCreateAlphah<?dpyx1?pixmappdepthldraw?XD_XftDrawFormathD9?drawxinfo=hD$$pfx@D PictFormat  red'*# redMask'*# green'*# greenMask'*# blue'*# blueMask'*# alpha'*# alphaMask'*# NXRenderDirectFormat ( x id9# type# depth# direct# colormap&4# XRenderPictFormat x_XftDisplayInfo next# display# codes6# defaults## hasRender,# fonts#( solidFormat#0 glyph_memory#8 max_glyph_memory#@ use_free_glyphs,#H num_unref_fonts#L max_unref_fonts#P colors#X fontHash# _FcPattern FcPattern  FcBool _FcCharSet =FcCharSet J_XftFont ascent# descent# height# max_advance_width# charset^# pattern## gXftFont  h red8+# green8+# blue8+# alpha8+# XRenderColor _XftSolidColor colorh# screen# pict# XftSolidColor'$'~ XftDisplayInfo $XftDrawChangep?drawxdrawablepD XftDrawDisplay$?drawxDXftDrawDrawablePdJ ?drawxDXftDrawColormap ¤&4 ?drawxDXftDrawVisual0 ?drawxD!XftDrawDestroy; ?drawxDXftDrawSrcPicture*H@a ?draw)x color)p"dpy+`"info=,X"i-T"bitmapColor.@Ƙppp"pix1?]"pa$^~CD _XftColor pixel# colorh# aXftColor  _XRenderPictureAttributesH $ repeat# alpha_map# alpha_x_origin# alpha_y_origin# clip_x_origin# clip_y_origin# clip_mask1?# graphics_exposures#( subwindow_mode#, poly_edge#0 poly_mode#4 dither"#8 component_alpha#@ XRenderPictureAttributes #_XftDrawOpvh drawux colorupD -  #_XftDrawRenderPrepareʤ, ?drawxʜ0ʜ0ʜ"formath"pa$"maskD#_XftDrawCorePreparē,k ?drawx tcolorpXXX"gcv3w~"mask~D  kXftDrawPicture ?drawxD!XftDrawGlyphs t ?drawx colorp pubh xd y` glyphsX nglyphsT"fontRHLt``"src@D$ FT_UInt   FcChar32 _XftFtFile` next# ref# file# id# xsize# ysize#( matrix}#0 lock#P face#X 9signed long FT_F26Dot6 FT_Fixed FT_Matrix_ } xx# xy# yx# yy# *FT_Matrix FT_Long |FT_String signed int FT_Int signed short FT_Short FT_PosFT_Bitmap_Size_  height# width# size# x_ppem# y_ppem# FT_Bitmap_Size FT_FaceFT_Encoding_FT_ENCODING_NONEFT_ENCODING_MS_SYMBOLFT_ENCODING_UNICODEҹFT_ENCODING_SJISҩFT_ENCODING_GB2312FT_ENCODING_BIG5ΥFT_ENCODING_WANSUNG܅FT_ENCODING_JOHABнFT_ENCODING_MS_SJISҩFT_ENCODING_MS_GB2312FT_ENCODING_MS_BIG5ΥFT_ENCODING_MS_WANSUNG܅FT_ENCODING_MS_JOHABнFT_ENCODING_ADOBE_STANDARDžFT_ENCODING_ADOBE_EXPERTńFT_ENCODING_ADOBE_CUSTOMÄFT_ENCODING_ADOBE_LATIN_1FT_ENCODING_OLD_LATIN_2FT_ENCODING_APPLE_ROMANɋ FT_Encoding 8+FT_UShort FT_CharMapRec_x face# encoding# platform_id# encoding_id#  xFT_CharMap  +G FT_Generic_Finalizer FT_Generic_  data+G# finalizer# FT_Generic FT_BBox_  xMin# yMin# xMax# yMax# 0FT_BBoxFT_LibraryRec_ FT_Library FT_GlyphSlotFT_Glyph_Metrics_@ width# height# horiBearingX# horiBearingY# horiAdvance# vertBearingX#( vertBearingY#0 vertAdvance#8 FT_Glyph_MetricsFT_Vector_ x# y# FT_VectorFT_Glyph_Format_FT_GLYPH_FORMAT_NONEFT_GLYPH_FORMAT_COMPOSITEڽFT_GLYPH_FORMAT_BITMAP襓FT_GLYPH_FORMAT_OUTLINEFT_GLYPH_FORMAT_PLOTTERޱ FT_Glyph_Format FT_Bitmap_( rows# width# pitch# buffer# num_grays'*# pixel_mode|# palette_mode|# palette+G# FT_Bitmap  '*FT_Outline_(X n_contours'*# n_points'*# points# tags# contours# flags# FT_OutlineFT_SubGlyphRec_ m FT_SubGlyphFT_Slot_InternalRec_ FT_Slot_InternalFT_GlyphSlotRec_0 library# face# next# reserved# generic# metrics#0 linearHoriAdvance#p linearVertAdvance#x advance# format# bitmap# bitmap_left# bitmap_top# outlineX# num_subglyphs# subglyphs# control_data+G# control_len'# lsb_delta# rsb_delta# other+G# internal# FT_Size_Metrics_8 x_ppem# y_ppem# x_scale# y_scale# ascender# descender# height#( max_advance#0 FT_Size_MetricsFT_Size_InternalRec_ FT_Size_InternalFT_SizeRec_Xj face# generic# metrics# internal#P  jFT_SizeFT_DriverRec_ FT_Driver FT_Memory +G ' FT_Alloc_Func+ +G +FT_Free_Func +G ' ' +G K FT_Realloc_FuncFT_MemoryRec_  user+G# alloc# free4# realloc# FT_StreamDesc_R value'# pointer+G# FT_StreamDesc FT_Stream  j   ~ FT_Stream_IoFunc j FT_Stream_CloseFuncFT_StreamRec_P base# size# pos# descriptorR# pathnameR# read#( close#0 memory#8 cursor#@ limit#H  WFT_ListNode FT_ListNodeRec_ W prev# next# data+G# FT_ListRec_ head# tail# `FT_ListRec FT_Face_InternalRec_ FT_Face_InternalFT_FaceRec_ num_faces# face_index# face_flags# style_flags# num_glyphs# family_name#( style_name#0 num_fixed_sizes#8 available_sizes#@ num_charmaps#H charmaps#P generic#X bbox#h units_per_EM# ascender# descender# height# max_advance_width# max_advance_height# underline_position# underline_thickness# glyph# sizes# charmap# driver# memory# streamj# sizes_list# autohint# extensions+G# internal# 9XftFtFile _XftFontInfohG hash&# file# xsize# ysize# antialias,# embolden,#$ rgba#( lcd_filter#, matrix}#0 transform,#P load_flags#T render,#X spacing#\ minspace,#` char_width#d XftFontInfo _XGlyphInfo width8+# height8+# x'*# y'*# xOff'*# yOff'*# ]XGlyphInfo _XftGlyph C metrics# bitmap+G# glyph_memory# XftGlyph C V_XftUcsHash ucs4&# glyph# hXftUcsHash GlyphSet _XftFontInt= public# next# hash_next#( infoG#0 ref# glyphs_# num_glyphs# hash_table# hash_value# rehash_value# glyphset# format# glyph_memory# max_glyph_memory# use_free_glyphs,# XftFontInt =!XftDrawString8Θ0b ?drawx kcolorp pubh xd y` stringX lenT"glyphsH"glyphs_local_"i_D b FcChar8 t $'!XftDrawString16Pј ?drawx colorp pubh xd y` stringX lenT"glyphsH"glyphs_local_"i_D, 8+FcChar16  $'!XftDrawString322Ѹ$ ?draw+x -color,p pub-h x.d y/` ?string0X len1T"glyphs3H"glyphs_localH3_"i4_D, $& 6g$'!XftDrawStringUtf8N X ?drawGx colorHp pubIh xJd yK` stringLX lenMT"glyphsOH"glyphs_newO@"glyphs_localO_"ucs4&P_"iQ_"lR_"sizeS_D, t  $'!XftDrawStringUtf16{x ?drawsx colortp pubuh xvd yw` stringxX endianyT lenzP"glyphs|H"glyphs_new|@"glyphs_local|_"ucs4&}_"i~_"l_"size_D4 t % FcEndianBigFcEndianLittle FcEndian $'!XftDrawGlyphSpec ?drawx colorp pubh glyphs` len\"fontRPؼؼ"srcHD _XftGlyphSpec _ glyph# x'*# y'*# XftGlyphSpec _ v!XftDrawGlyphFontSpec0ۈ ?drawx colorp Rglyphsh lend"i`"start\Lۈ`t`thtوڤوڤ"srcPD _XftGlyphFontSpec . font# glyph# x'*# y'*# XftGlyphFontSpec . I!XftDrawCharSpecۨdA ?drawx Jcolorp pubh chars` len\"glyphsP"glyphs_localп"i̿D  A_XftCharSpec ucs4&# x'*# y'*# SXftCharSpec  __ $'!XftDrawCharFontSpec݈d ?drawx colorp Pcharsh lend"glyphsYX"glyphs_localb~"i~D _XftCharFontSpec - font# ucs4&# x'*# y'*# XftCharFontSpec - G ..@$'!XftDrawRect"߈+ ?drawx 4colorp xl yh width d height!`D +XftDrawSetClip4\3 ?draw2x hr3p"nh5`x"pa$wD XftDrawSetClipRectanglesD ?drawx xOrigint yOriginp crectsh nd"newKXD,E x'*# y'*# width8+# height8+# XRectangleE Z!XftDrawSetSubwindowMode, ?drawx modet"pa$D &XftMemFreeI  &XftMemAllocu   '_XftDisplayInfoGet= u (XftDebug %a  &XftGlyphFontSpecCoreC a C g ^&XftGlyphSpecCore L U g a  &XftGlyphCore: U    :&XftGlyphFontSpecRender¹       C  ¹&XftGlyphSpecRender=    U     =&XftGlyphRender    U      F   g'XftCharIndex  &XRenderFillRectangleĜ    (    &XRenderFreePicture  &XRenderSetPictureClipRegion   _ &XRenderSetPictureClipRectanglesŊ       Ŋ&XRenderChangePicture    œ   'XRenderCreatePictureh  x q'XRenderFindFormat h  z / 'XRenderFindVisualFormat! h  ! 'FcUtf16ToUcs4DŽ * 3  DŽ'FcUtf8ToUcs4 Ǎ 3 '__posix_ttyname_r   '__posix_getlogin_rR  'lockfȉ   '| ȉ'truncate Ȓ ' 'off64_t'tell +?  'ssize_t'pwriteg    +?'preadɰ  g  'lseek  'ftruncate  '| 'truncate\ " ' 'off_t'tell\ʐ +? ʐ'pwrite  ʙ  'pread#  g  'lseek\Z  \ 'lockfˑ   ''ftruncate  '| ) dev_t ino_t mode_t nlink_t uid_t gid_t 'time_ttimespec̎ tv_secA# tv_nsec'# Rtimestruc_t blksize_t 'blkcnt_t|'stat st_dev# st_ino# st_mode# st_nlink# st_uid!# st_gid1# st_rdev# st_size\#( st_atim̎#0 st_mtim̎#@ st_ctim̎#P st_blksize̤#` st_blocks̸#h st_fstype#p )'lstatU | U'fstatatΩ  ^  | Ω)β)'stat λ 'fstat(  | (|W'stat64І st_dev# st_ino# st_mode# st_nlink# st_uid!# st_gid1# st_rdev# st_size\#( st_atim̎#0 st_mtim̎#@ st_ctim̎#P st_blksize̤#` st_blocks̸#h st_fstype:#p W'fstatat  1 І | ))І'lstat# | #),)І'statt 5 >'fstatѢ  І'XUnionRegion _ _ _'XSetRegion  4 _  'XGetVisualInfo~Zw  ' ~Z %'XEqualRegionҬ _ _'XDestroyRegion _(XCreateRegionh'XSetSubwindowMode8  4 'XSetForegroundx  4  'XSetClipRectangles  4   x  'XSetClipMask'  4  'XGetGeometryԤ   ' < < 3 3 3 3'XFreePixmap  'XFreeGC  4 'XFree- +G'XFillRectangleՑ   4      'XListPixmapFormats Ց ՚ 'XCreatePixmap1?8 1?     1_'XCreateGC4֎ 8   A' ֎'__posix_ctime_r ֗ tm$י tm_sec# tm_min# tm_hour# tm_mday# tm_mon# tm_year# tm_wday# tm_yday# tm_isdst#  י)ע)'__posix_asctime_r ׫ ״)+G+? ) 'memcpy+GS  +? S+? e'memcmpد \ n 'mkstemp 'mkstemp (rand'malloc+G5 &freeQ +G'n'__FILEٓ __padQ# n'ftello ٓ n'fseeko ' ' 'fsetposE ''fgetpos~ E nFILE ~(tmpfileڍ| ګ| ڽ'freopenڍ ڴ ڍ| | 'fopenڍZ  # n'ftello\ۉ Z'fseeko ' ' 'fsetpos ))E'fgetposE  | E)N'printf܇ W*| ܇)ܐ| ܢ)ܫ)ڍ'freopenڍ ܙ ܴ ܽ| )| )#'fopenڍc  ,(tmpfileڍ xftextent.c /var/tmp/libXft-2.3.0/src /opt/solstudio12.2/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I.. -I../include/X11/Xft -I/usr/local/include -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -v -I../include/X11/Xft -g -c -KPIC -DPIC xftextent.c -W0,-xp\$XAoAMiK_E8cP0nk.Xa;g;P;R=Sun C 5.11 SunOS_sparc 145354-01 2010/10/11;G=$XAoAMiK_E8cP0nk.;backend;raw;cd;DBG_GEN 5.3.0%XftGlyphExtentsP4V8dpyx~pubp~glyphshVnglyphsdextentsXfont Pmissing!wnmissingV"wnV#wg$wglyph~%wxftgR&wglyphs_loaded}'wxV(wyV(wleftV)wrightV)wtopV)wbottomV)woverall_leftV*woverall_rightV*woverall_topV+woverall_bottomV+wCDint_XExtData numberV#next#free_private#private_data # ] V  char  XPointer ]XExtData  } V 8 A VFreeFuncTypeunsigned char vKeyCode max_keypermodV#modifiermap# XModifierKeymap  V    FreeModmapType_XFreeFuncsH%atoms_#modifiermap)#key_bindings_#context_db_#defaultCCCs_# clientCmaps_#(intensityMaps_#0im_filters_#8xkb_#@ Bunsigned long .XID_XDisplayH/ext_data/#free_funcs%#fdV#conn_checkerV#proto_major_versionV#proto_minor_versionV#vendor# resource_base?#(resource_mask?#0resource_id?#8resource_shiftV#@resource_allocU#Hbyte_orderV#Pbitmap_unitV#Tbitmap_padV#Xbitmap_bit_orderV#\nformatsV#`pixmap_format#hvnumberV#preleaseV#thead#xtail#qlenV#last_request_read.#request.#last_req#buffer#bufptr#bufmax#max_request_size#db0C#synchandler0W#display_name#default_screenV#nscreensV#screens6f#motion_buffer.#flags6o#min_keycodeV#max_keycodeV#keysyms6#modifiermap#keysyms_per_keycodeV#xdefaults#scratch_buffer#scratch_length.#ext_numberV#ext_procs6#event_vec@#wire_vec@M# lock_meaning6x#lock@x#async_handlers@#bigreq_size.#lock_fnszu#idlist_allocz#key_bindingsz#cursor_font1#atomsz#mode_switch#num_lock#context_dbz#error_vecz#cmsz#im_filters{Z#qfree#next_event_serial_num.#flushes6#im_fd_info{#im_fd_lengthV#conn_watchers|#watcher_countV#filedes #savedsynchandler}#resource_max?#xcmisc_opcodeV#xkb_info},#trans_conn}G#xcb}a#next_cookie#generic_event_vec}~#generic_event_copy_vec}#cookiejar+#$ M ?U / 8ext_data/#depthV#bits_per_pixelV# scanline_padV# ^ScreenFormat  / .Window(mtypeV#serial.#send_eventV#display8#window# XAnyEvent .Timeunsigned`typeV#serial.#send_eventV#display8#window# root#(subwindow#0time#8xV#@yV#Dx_rootV#Hy_rootV#Lstate#Pkeycode#Tsame_screenV#X XKeyEvent`typeV#serial.#send_eventV#display8#window# root#(subwindow#0time#8xV#@yV#Dx_rootV#Hy_rootV#Lstate#Pbutton#Tsame_screenV#X XButtonEvent`8typeV#serial.#send_eventV#display8#window# root#(subwindow#0time#8xV#@yV#Dx_rootV#Hy_rootV#Lstate#Pis_hint#Tsame_screenV#X XMotionEventhtypeV#serial.#send_eventV#display8#window# root#(subwindow#0time#8xV#@yV#Dx_rootV#Hy_rootV#LmodeV#PdetailV#Tsame_screenV#XfocusV#\state#` OXCrossingEvent0BtypeV#serial.#send_eventV#display8#window# modeV#(detailV#, XFocusChangeEvent@typeV#serial.#send_eventV#display8#window# xV#(yV#,widthV#0heightV#4countV#8 ^XExposeEvent .DrawableH:typeV#serial.#send_eventV#display8#drawable6# xV#(yV#,widthV#0heightV#4countV#8major_codeV#<minor_codeV#@ IXGraphicsExposeEvent0typeV#serial.#send_eventV#display8#drawable6# major_codeV#(minor_codeV#, YXNoExposeEvent0typeV#serial.#send_eventV#display8#window# stateV#( XVisibilityEventHtypeV#serial.#send_eventV#display8#parent# window#(xV#0yV#4widthV#8heightV#<border_widthV#@override_redirectV#D XCreateWindowEvent0AtypeV#serial.#send_eventV#display8#event# window#( XDestroyWindowEvent8typeV#serial.#send_eventV#display8#event# window#(from_configureV#0 _XUnmapEvent8typeV#serial.#send_eventV#display8#event# window#(override_redirectV#0 XMapEvent0CtypeV#serial.#send_eventV#display8#parent# window#( XMapRequestEventH+typeV#serial.#send_eventV#display8#event# window#(parent#0xV#8yV#<override_redirectV#@ ^XReparentEventXNtypeV#serial.#send_eventV#display8#event# window#(xV#0yV#4widthV#8heightV#<border_widthV#@above#Hoverride_redirectV#P DXConfigureEvent8 typeV#serial.#send_eventV#display8#event# window#(xV#0yV#4 hXGravityEvent0 typeV#serial.#send_eventV#display8#window# widthV#(heightV#, XResizeRequestEvent`!typeV#serial.#send_eventV#display8#parent# window#(xV#0yV#4widthV#8heightV#<border_widthV#@above#HdetailV#Pvalue_mask.#X XConfigureRequestEvent8"typeV#serial.#send_eventV#display8#event# window#(placeV#0 "XCirculateEvent8#DtypeV#serial.#send_eventV#display8#parent# window#(placeV#0 "XCirculateRequestEvent .Atom@$typeV#serial.#send_eventV#display8#window# atom#e#(time#0stateV#8 #tXPropertyEvent8$typeV#serial.#send_eventV#display8#window# selection#e#(time#0 $/XSelectionClearEventP%typeV#serial.#send_eventV#display8#owner# requestor#(selection#e#0target#e#8property#e#@time#H $XSelectionRequestEventH&typeV#serial.#send_eventV#display8#requestor# selection#e#(target#e#0property#e#8time#@ %XSelectionEvent .Colormap8'htypeV#serial.#send_eventV#display8#window# colormap&#(newV#0stateV#4 &XColormapEventlong''short''' '(''((b'#s'#l'#`(typeV#serial.#send_eventV#display8#window# message_type#e#(formatV#0data'#8 (XClientMessageEvent8)typeV#serial.#send_eventV#display8#window# requestV#(first_keycodeV#,countV#0 (XMappingEvent(*PtypeV#display8#resourceid?#serial.#error_codev# request_codev#!minor_codev#" )XErrorEvent *'H+typeV#serial.#send_eventV#display8#window# key_vector*f#( *XKeymapEvent(+typeV#serial.#send_eventV#display8#extensionV# evtypeV#$ +XGenericEventvoid +8,ttypeV#serial.#send_eventV#display8#extensionV# evtypeV#$cookie#(data+#0 +XGenericEventCookie','_XEvent/typeV#xanym#xkey#xbutton#xmotion8#xcrossing#xfocusB#xexpose#xgraphicsexpose:#xnoexpose#xvisibility#xcreatewindow#xdestroywindowA#xunmap#xmap#xmaprequestC#xreparent+#xconfigureN#xgravity #xresizerequest #xconfigurerequest!#xcirculate"#xcirculaterequest#D#xproperty$#xselectionclear$#xselectionrequest%#xselection&#xcolormap'h#xclient(#xmapping)#xerror*P#xkeymap+#xgeneric+#xcookie,t#pad,# ,XEvent_XSQEvent0/next#event/#qserial_num.#_XrmHashBucketRec 0/V 0L .VisualID81.ext_data/#visualid0`#classV#red_mask.#green_mask.# blue_mask.#(bits_per_rgbV#0map_entriesV#4 0sVisual 1.1depthV#nvisualsV#visuals1?# 1HDepth 1 .GContext .Pixmap .Font3functionV#plane_mask.#foreground.#background.#line_widthV# line_styleV#$cap_styleV#(join_styleV#,fill_styleV#0fill_ruleV#4arc_modeV#8tile1#@stipple1#Hts_x_originV#Pts_y_originV#Tfont1#Xsubwindow_modeV#`graphics_exposuresV#dclip_x_originV#hclip_y_originV#lclip_mask1#pdash_offsetV#xdashes#| 1XGCValues_XGC4ext_data/#gid1#rectsV#dashesV#dirty.#values3# 4 4GC6Uext_data/#display/#root#widthV#heightV#mwidthV# mheightV#$ndepthsV#(depths1#0root_depthV#8root_visual1?#@default_gc4#Hcmap&#Pwhite_pixel.#Xblack_pixel.#`max_mapsV#hmin_mapsV#lbacking_storeV#psave_undersV#troot_input_mask'#x 4Screen 6U. .KeySym 6x >7extensionV#major_opcodeV#first_eventV#first_errorV# 6XExtCodes 7 V7R 8 4 7 7# 7RCreateGCType V7 8 4 7 7r 7CopyGCType V7 8 4 7 7 7FlushGCType V8< 8 4 7 8 8) 8 = + > >)PrintErrorType >K > 8 7 >T ' >] >BeforeFlushType_XExten@next6#codes7#create_GC7[#copy_GC7# flush_GC7#(free_GC8E#0create_Font;3#8free_Font;#@close_display;#Herror=#Perror_string=#Xname#`error_values>2#hbefore_flush>#pnext_flush6#xV @@@9'V @9@D@k'_XLockInfo @k y AYtype;#data1;#sequenceNumber;#length<#data00<#data01<# data02<#data03<#data04<#data05<# @xGenericReply 'INT16 B{type;#depth<#sequenceNumber;#length<#root<#xAq# yAq#width;#height;#borderWidth;#pad1;#pad2<#pad3<# AxGetGeometryReply Cqtype;#pad1;#sequenceNumber;#length<#root<#parent<# nChildren;#pad2;#pad3<#pad4<#pad5<# BxQueryTreeReply DMtype;#pad1;#sequenceNumber;#length<#atom<#pad2<# pad3<#pad4<#pad5<#pad6<# CxInternAtomReply EAtype;#pad1;#sequenceNumber;#length<#nameLength;#pad2;# pad3<# pad4<#pad5<#pad6<#pad7<# DhxGetAtomNameReply F1type;#format<#sequenceNumber;#length<#propertyType<#bytesAfter<# nItems<#pad1<#pad2<#pad3<# E]xGetPropertyReply G'type;#pad1;#sequenceNumber;#length<#nProperties;#pad2;# pad3<# pad4<#pad5<#pad6<#pad7<# FMxListPropertiesReply H type;#pad1;#sequenceNumber;#length<#owner<#pad2<# pad3<#pad4<#pad5<#pad6<# GFxGetSelectionOwnerReply Htype;#status;#sequenceNumber;#length<#pad1<#pad2<# pad3<#pad4<#pad5<#pad6<# H+xGrabPointerReply H+xGrabKeyboardReply vBOOL J4type;#sameScreenI(#sequenceNumber;#length<#root<#child<# rootXAq#rootYAq#winXAq#winYAq#mask;#pad1;#pad<# I7xQueryPointerReply Ktype;#pad1;#sequenceNumber;#length<#nEvents<#pad2<# pad3<#pad4<#pad5<#pad6<# JQxGetMotionEventsReply Ltype;#sameScreenI(#sequenceNumber;#length<#child<#dstXAq# dstYAq#pad2<#pad3<#pad4<#pad5<# K6xTranslateCoordsReply Ltype;#revertTo<#sequenceNumber;#length<#focus<#pad1<# pad2<#pad3<#pad4<#pad5<# L0xGetInputFocusReply VINT32 NHtype;#drawDirection<#sequenceNumber;#length<#fontAscentAq#fontDescentAq# overallAscentAq# overallDescentAq#overallWidthM#overallLeftM#overallRightM#pad<# M%xQueryTextExtentsReply O>type;#pad1;#sequenceNumber;#length<#nFonts;#pad2;# pad3<# pad4<#pad5<#pad6<#pad7<# NixListFontsReply P-type;#pad1;#sequenceNumber;#length<#nPaths;#pad2;# pad3<# pad4<#pad5<#pad6<#pad7<# OXxGetFontPathReply Qtype;#depth<#sequenceNumber;#length<#visual<#pad3<# pad4<#pad5<#pad6<#pad7<# PIxGetImageReply Rtype;#pad1;#sequenceNumber;#length<#nColormaps;#pad2;# pad3<# pad4<#pad5<#pad6<#pad7<# Q'xListInstalledColormapsReply S type;#pad1;#sequenceNumber;#length<#red;#green;# blue;# pad2;#pixel<#pad3<#pad4<#pad5<# R'xAllocColorReply T>type;#pad1;#sequenceNumber;#length<#pixel<#exactRed;# exactGreen;#exactBlue;#screenRed;#screenGreen;#screenBlue;#pad2<#pad3<# S'xAllocNamedColorReply U6type;#pad1;#sequenceNumber;#length<#nPixels;#nMasks;# pad3<# pad4<#pad5<#pad6<#pad7<# T^xAllocColorCellsReply V8type;#pad1;#sequenceNumber;#length<#nPixels;#pad2;# redMask<# greenMask<#blueMask<#pad3<#pad4<# UVxAllocColorPlanesReply W/type;#pad1;#sequenceNumber;#length<#nColors;#pad2;# pad3<# pad4<#pad5<#pad6<#pad7<# VYxQueryColorsReply Xatype;#pad1;#sequenceNumber;#length<#exactRed;#exactGreen;# exactBlue;# screenRed;#screenGreen;#screenBlue;#pad3<#pad4<#pad5<# WKxLookupColorReply YStype;#pad1;#sequenceNumber;#length<#width;#height;# pad3<# pad4<#pad5<#pad6<#pad7<# X}xQueryBestSizeReply Ztype;#pad1;#sequenceNumber;#length<#presentI(#major_opcode<# first_event<# first_error<# pad3<# pad4<#pad5<#pad6<#pad7<# YqxQueryExtensionReply [gtype;#nExtensions<#sequenceNumber;#length<#pad2<#pad3<# pad4<#pad5<#pad6<#pad7<# ZxListExtensionsReply \Ktype;#success<#sequenceNumber;#length<#pad2<#pad3<# pad4<#pad5<#pad6<#pad7<# [xSetModifierMappingReply ]=type;#numKeyPerModifier<#sequenceNumber;#length<#pad1<#pad2<# pad3<#pad4<#pad5<#pad6<# \nxGetModifierMappingReply [xSetPointerMappingReply ^Qtype;#keySymsPerKeyCode<#sequenceNumber;#length<#pad2<#pad3<# pad4<#pad5<#pad6<#pad7<# ]xGetKeyboardMappingReply _7type;#nElts<#sequenceNumber;#length<#pad2<#pad3<# pad4<#pad5<#pad6<#pad7<# ^txGetPointerMappingReply `Xtype;#pad1;#sequenceNumber;#length<#accelNumerator;#accelDenominator;# threshold;# pad2;#pad3<#pad4<#pad5<#pad6<# _YxGetPointerControlReply atype;#pad1;#sequenceNumber;#length<#timeout;#interval;# preferBlankingI(# allowExposuresI(# pad2;#pad3<#pad4<#pad5<#pad6<# `zxGetScreenSaverReply btype;#enabledI(#sequenceNumber;#length<#nHosts;#pad1;# pad3<# pad4<#pad5<#pad6<#pad7<# axListHostsReplybtype;#detail;#sequenceNumber;# 8KeyButMask cpad00<#time<#root<#event<# child<#rootXAq#rootYAq#eventXAq#eventYAq#stateb#sameScreenI(#pad1;# dpad00<#time<#root<#event<# child<#rootXAq#rootYAq#eventXAq#eventYAq#stateb#mode;#flags;# e;pad00<#window<#mode;#pad1;# pad2;# pad3;# epad00<#window<#x;#y;# width;# height;#count;#pad2;#fpad00<#drawable<#x;#y;# width;# height;#minorEvent;#count;#majorEvent;#pad1;#pad2;#pad3;# g)pad00<#drawable<#minorEvent;#majorEvent;# bpad;#  gpad00<#window<#state<#pad1;# pad2;# pad3;# hbpad00<#parent<#window<#xAq# yAq#width;#height;#borderWidth;#overrideI(#bpad;# hpad00<#event<#window<#i5pad00<#event<#window<#fromConfigureI(# pad1;# pad2;#pad3;#ipad00<#event<#window<#overrideI(# pad1;# pad2;#pad3;# jpad00<#parent<#window<#jpad00<#event<#window<#parent<# xAq#yAq#overrideI(#pad1;#pad2;#pad3;#kpad00<#event<#window<#aboveSibling<# xAq#yAq#width;#height;#borderWidth;#overrideI(#bpad;# lqpad00<#parent<#window<#sibling<# xAq#yAq#width;#height;#borderWidth;#valueMask;#pad1<# mpad00<#event<#window<#xAq# yAq#pad1<#pad2<#pad3<#pad4<# mjpad00<#window<#width;#height;# npad00<#event<#window<#parent<# place;#pad1;#pad2;#pad3;#npad00<#window<#atom<#time<# state;#pad1;#pad2;#npad00<#time<#window<#atom<# otpad00<#time<#owner<#requestor<# selection<#target<#property<#opad00<#time<#requestor<#selection<# target<#property<#ppad00<#window<#colormap<#newI(# state;# pad1;#pad2;#ppad00<#request<#firstKeyCode<#count<#pad1;#qktype<#longs0M#longs1M#longs2M# longs3M#longs4M#rPtype<#shorts0Aq#shorts1Aq#shorts2Aq#shorts3Aq# shorts4Aq# shorts5Aq#shorts6Aq#shorts7Aq#shorts8Aq#shorts9Aq#signed char rPINT8r_r'rtype<#bytesrn#rlp#sqk#br# s/pad00<#window<#ur# uub#keyButtonPointerb#enterLeavec#focusd#exposee;#graphicsExposuree#noExposuref#visibilityg)#createNotifyg#destroyNotifyhb#unmapNotifyh#mapNotifyi5#mapRequesti#reparentj#configureNotifyj#configureRequestk#gravitylq#resizeRequestm#circulatemj#propertyn#selectionClearn#selectionRequestn#selectionNotifyot#colormapo#mappingNotifyp#clientMessager#_xEvent uus/# uxEvent yJgenericAY#geomB{#treeCq#atomDM#atomNameEA#propertyF1#listPropertiesG'#selectionH #grabPointerH#grabKeyboardI #pointerJ4#motionEventsK#coordsL#inputFocusL#textExtentsNH#fontsO>#fontPathP-#imageQ#colormapsR#allocColorS #allocNamedColorT>#colorCellsU6#colorPlanesV8#colorsW/#lookupColorXa#bestSizeYS#extensionZ#extensions[g#setModifierMapping\K#getModifierMapping]=#setPointerMapping]`#getKeyboardMapping^Q#getPointerMapping_7#pointerControl`X#screenSavera#hostsb#error=#eventu# uxReply yJ Vy 8 y[  V  yd_XInternalAsyncznext@#handlery#data # z 8 z z_XLockPtrszulock_displayz#unlock_displayz!# z* z~_XKeytrans z_XDisplayAtoms z_XContextDB zV z z{MdefaultCCCs #clientCmaps #perVisualIntensityMaps #_XIMFilter {M { 8 V  {c {_XInternalConnectionProc  {_XConnectionInfo(|LfdV#read_callback{#call_data #watch_data{#next{# | 8  V V { |L |XConnectionWatchProc |_XConnWatchInfo} fn|#client_data #next|#V } _XkbInfoRec }_XtransConnInfo }5_X11XCBPrivate }PV }j}u}'V }}}' MDisplay_FcCharSet }FcCharSet }_FcPattern ~ FcPattern ~_XftFont ~ascentV#descentV#heightV#max_advance_widthV# charset~#pattern~+# ~4XftFont ~ FT_UInt ~ ~_XGlyphInfo width8#height8#x'#y'#xOff'#yOff'# XGlyphInfo  FcChar32_XftFtFile` enexte#refV#file#idV#xsize}# ysize}#(matrix#0lockV#Pface(#X signed long nFT_F26Dot6 nFT_Fixed FT_Matrix_ xx#xy#yx#yy# FT_Matrix nFT_Long FT_String signed int ;FT_Int signed short ZFT_Short nFT_Pos FT_Bitmap_Size_ heightj#widthj#size}#x_ppem}#y_ppem}# FT_Bitmap_Size  WFT_Face FT_Encoding_ XFT_ENCODING_NONEFT_ENCODING_MS_SYMBOLFT_ENCODING_UNICODEҹFT_ENCODING_SJISҩFT_ENCODING_GB2312FT_ENCODING_BIG5ΥFT_ENCODING_WANSUNG܅FT_ENCODING_JOHABнFT_ENCODING_MS_SJISҩFT_ENCODING_MS_GB2312FT_ENCODING_MS_BIG5ΥFT_ENCODING_MS_WANSUNG܅FT_ENCODING_MS_JOHABнFT_ENCODING_ADOBE_STANDARDžFT_ENCODING_ADOBE_EXPERTńFT_ENCODING_ADOBE_CUSTOMÄFT_ENCODING_ADOBE_LATIN_1FT_ENCODING_OLD_LATIN_2FT_ENCODING_APPLE_ROMANɋ :FT_Encoding 8FT_UShort FT_CharMapRec_ face(#encodingX#platform_idn# encoding_idn# FT_CharMap / +  /FT_Generic_Finalizer FT_Generic_ data+#finalizer8# WFT_Generic FT_BBox_ xMin}#yMin}#xMax}#yMax}# FT_BBox FT_LibraryRec_  'FT_Library `FT_GlyphSlot FT_Glyph_Metrics_@ 3width}#height}#horiBearingX}#horiBearingY}#horiAdvance}# vertBearingX}#(vertBearingY}#0vertAdvance}#8 \FT_Glyph_Metrics FT_Vector_ x}#y}# NFT_Vector FT_Glyph_Format_ BFT_GLYPH_FORMAT_NONEFT_GLYPH_FORMAT_COMPOSITEڽFT_GLYPH_FORMAT_BITMAP襓FT_GLYPH_FORMAT_OUTLINEFT_GLYPH_FORMAT_PLOTTERޱ FT_Glyph_Format vFT_Bitmap_( rowsV#widthV#pitchV#buffer\#num_grays'#pixel_mode#palette_mode#palette+# eFT_Bitmap 'FT_Outline_( n_contours'#n_points'#points2#tags#contours;#flagsV# DFT_Outline FT_SubGlyphRec_ FT_SubGlyph FT_Slot_InternalRec_  0FT_Slot_Internal FT_GlyphSlotRec_0 `library0#face(#nextE#reserved~#generic# metrics3#0linearHoriAdvance#plinearVertAdvance#xadvance#formatB#bitmap#bitmap_leftI#bitmap_topI#outline#num_subglyphs~#subglyphs#control_data+#control_len'#lsb_delta}#rsb_delta}#other+#internal9# TFT_Size_Metrics_8 *x_ppemn#y_ppemn#x_scale#y_scale#ascender}#descender}# height}#(max_advance}#0 iFT_Size_Metrics FT_Size_InternalRec_ D [FT_Size_Internal FT_SizeRec_X face(#generic#metrics*#internald#P  FT_Size FT_DriverRec_ FT_Driver FT_Memory +g - ' A gFT_Alloc_Func  - + FT_Free_Func + - ' ' + FT_Realloc_FuncFT_MemoryRec_ user+#allocp#free#realloc# !FT_StreamDesc_value'#pointer+# FT_StreamDesc dFT_Stream .1 . \ . 1FT_Stream_IoFunc j U jFT_Stream_CloseFuncFT_StreamRec_Pdbase\#size.#pos.#descriptor#pathname# read:#(closes#0memory-#8cursor\#@limit\#H FT_ListNode FT_ListNodeRec_ prevm#nextm#data+# FT_ListRec_ headm#tailm# FT_ListRec FT_Face_InternalRec_ * AFT_Face_Internal FT_FaceRec_ Wnum_faces #face_index #face_flags #style_flags #num_glyphs # family_name2#(style_name2#0num_fixed_sizesI#8available_sizes#@num_charmapsI#Hcharmaps#Pgeneric#Xbbox#hunits_per_EMn#ascenderj#descenderj#heightj#max_advance_widthj#max_advance_heightj#underline_positionj#underline_thicknessj#glyphE#size#charmap#driver#memory-#stream#sizes_list#autohint#extensions+#internalJ# e XftFtFile ` VFcBool_XftFontInfoh hash#filet#xsize}#ysize}#antialias}# embolden}#$rgbaV#(lcd_filterV#,matrix#0transform}#Pload_flagsI#Trender}#XspacingV#\minspace}#`char_widthV#d XftFontInfo_XftGlyph ?metrics#bitmap+#glyph_memory.# XftGlyph ? R_XftUcsHash ucs4#glyph~# dXftUcsHash .GlyphSet .PictFormat red'#redMask'#green'#greenMask'#blue'#blueMask'# alpha'# alphaMask'# XRenderDirectFormat ( id#typeV#depthV# direct#colormap&# XRenderPictFormat _XftFontInt public~#next~# hash_next~#(info#0refV#glyphs[#num_glyphsV#hash_table#hash_valueV#rehash_valueV#glyphset#format+#glyph_memory.#max_glyph_memory.#use_free_glyphs}# 4XftFontInt ~'~ XftTextExtents8zX8dpyux~pubvpstringwhVlenxdextentsyXglyphs{Pglyphs_local{_iV|_D vFcChar8 ~~'XftTextExtents168dpyx~pubpstringhVlendextentsXglyphsPglyphs_local_iV_D 8FcChar16 ~7'XftTextExtents32X8dpyx~pubpstringhVlendextentsXglyphsPglyphs_local'_iV_D  ~F'XftTextExtentsUtf8x|8dpyx~pubpstringhVlendextentsXglyphsPglyphs_newHglyphs_local_ucs4_iV_lV_sizeV_D  |~'XftTextExtentsUtf16 8dpyx~pubpstringh6endiandVlen`extentsXglyphsPglyphs_newHglyphs_localI_ucs4_iV_lV_sizeV_D$ 6FcEndianBigFcEndianLittle FcEndian~h' ~4_XftFontManageMemory / h M ~4XftCharIndex~ ~ M ~4  }XftFontCheckGlyph}x }    xXftFontLoadGlyphs / h V Vv FcUtf16ToUcs4V: Vv :FcUtf8ToUcs4V C V__posix_ttyname_rV V  .__posix_getlogin_rV  VlockfV? V V ' ?truncateV H ' 'off64_ttell V+ 'ssize_tpwrite V . +preadf V  . lseek V VftruncateV V ' truncateV ' 'off_ttellF V+ Fpwrite V O . pread V  . lseek V  VlockfVG V V 'ftruncateVy V ' y .dev_t .ino_t mode_t nlink_t Vuid_t Vgid_t 'time_ttimespecDtv_sec#tv_nsec'# timestruc_t Vblksize_t 'blkcnt_t'statst_dev#st_ino#st_mode#st_nlink#st_uid#st_gid#st_rdev# st_size#(st_atimD#0st_mtimD#@st_ctimD#Pst_blksizeZ#`st_blocksn#hst_fstype#p lstatV  fstatatV_ V  V _ h statV q zfstatV V   'stat64<st_dev#st_ino#st_mode#st_nlink#st_uid#st_gid#st_rdev# st_size#(st_atimD#0st_mtimD#@st_ctimD#Pst_blksizeZ#`st_blocksn#hst_fstype#p fstatatV V < V <lstatV  <statV* fstatVX V <' X__posix_ctime_r a tm$ctm_secV#tm_minV#tm_hourV#tm_mdayV# tm_monV#tm_yearV#tm_wdayV#tm_ydayV#tm_isdstV#  c l __posix_asctime_r u ~memset+ + V . ++  memcpy+U  .mkstempV| mkstempV malloc+ .free +''__FILE'__pad# ftelloV ' fseekoV V ' V' fsetposV V 'fgetposV V FILE !tmpfile! ? Qfreopen! H Z !  fopen! ftello fseekoVU V ' V' UfsetposV V ^ V fgetposV   !freopen!Q   Q Z l ufopen! c ~!tmpfile! 1xftfont.c /var/tmp/libXft-2.3.0/src /opt/solstudio12.2/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I.. -I../include/X11/Xft -I/usr/local/include -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -v -I../include/X11/Xft -g -c -KPIC -DPIC xftfont.c -W0,-xp\$XAoAMiKAF8cP0uk.Xa;g;P;R=Sun C 5.11 SunOS_sparc 145354-01 2010/10/11;G=$XAoAMiKAF8cP0uk.;backend;raw;cd;DBG_GEN 5.3.0XftFontMatch0dpyxscreent|patternh}result`newPmatch HD(_FcPatternFcPattern int _XExtData b number# nextb# free_private# private_data#  bk charXPointerXExtData|g FreeFuncType unsigned charKeyCode y max_keypermod# modifiermap2#;XModifierKeymapy  FreeModmapType _XFreeFuncsH atoms# modifiermap# key_bindings# context_db# defaultCCCs# clientCmaps#( intensityMaps#0 im_filters#8 xkb#@ unsigned longXID_XDisplayH ext_data# free_funcs# fd# conn_checker# proto_major_version# proto_minor_version# vendor# resource_base#( resource_mask#0 resource_id#8 resource_shift#@ resource_alloc #H byte_order#P bitmap_unit#T bitmap_pad#X bitmap_bit_order#\ nformats#` pixmap_formatu#h vnumber#p release#t head~#x tail~# qlen# last_request_read# request# last_req# buffer# bufptr# bufmax# max_request_size)# db.# synchandler.# display_name# default_screen# nscreens# screens4# motion_buffer# flags5# min_keycode# max_keycode# keysyms5"# modifiermap# keysyms_per_keycode# xdefaults# scratch_buffer# scratch_length# ext_number# ext_procs5+# event_vec># wire_vec># lock_meaning5# lock?# async_handlers?# bigreq_size# lock_fnsy# idlist_allocy# key_bindingsy0# cursor_font0e# atomsyJ# mode_switch)# num_lock)# context_dbya# error_vecy~# cmsy# im_filtersy# qfree~# next_event_serial_num# flushes5+# im_fd_infozX# im_fd_length# conn_watchers{F# watcher_count# filedes# savedsynchandler{# resource_max# xcmisc_opcode# xkb_info{# trans_conn{# xcb{# next_cookie)# generic_event_vec|# generic_event_copy_vec|I# cookiejar*\#$   ^ ext_data# depth# bits_per_pixel# scanline_pad# ScreenFormat^.vWindow( type# serial# send_event# display# window# XAnyEventTime unsigned`[ type# serial# send_event# display# window# root#( subwindow#0 time#8 x#@ y#D x_root#H y_root#L state)#P keycode)#T same_screen#X5XKeyEvent` type# serial# send_event# display# window# root#( subwindow#0 time#8 x#@ y#D x_root#H y_root#L state)#P button)#T same_screen#XoXButtonEvent` type# serial# send_event# display# window# root#( subwindow#0 time#8 x#@ y#D x_root#H y_root#L state)#P is_hint#T same_screen#XXMotionEventh0 type# serial# send_event# display# window# root#( subwindow#0 time#8 x#@ y#D x_root#H y_root#L mode#P detail#T same_screen#X focus#\ state)#`XCrossingEvent0 type# serial# send_event# display# window# mode#( detail#,IXFocusChangeEvent@ type# serial# send_event# display# window# x#( y#, width#0 height#4 count#8XExposeEventDrawableH type# serial# send_event# display# drawable# x#( y#, width#0 height#4 count#8 major_code#< minor_code#@XGraphicsExposeEvent0 type# serial# send_event# display# drawable# major_code#( minor_code#,XNoExposeEvent0) type# serial# send_event# display# window# state#(XVisibilityEventH= type# serial# send_event# display# parent# window#( x#0 y#4 width#8 height#< border_width#@ override_redirect#DDXCreateWindowEvent0 type# serial# send_event# display# event# window#(ZXDestroyWindowEvent8 type# serial# send_event# display# event# window#( from_configure#0XUnmapEvent8G type# serial# send_event# display# event# window#( override_redirect#0XMapEvent0 type# serial# send_event# display# parent# window#(MapRequestEventH type# serial# send_event# display# event# window#( parent#0 x#8 y#< override_redirect#@XReparentEventX type# serial# send_event# display# event# window#( x#0 y#4 width#8 height#< border_width#@ above#H override_redirect#PXConfigureEvent8 type# serial# send_event# display# event# window#( x#0 y#4XGravityEvent0H type# serial# send_event# display# window# width#( height#,XResizeRequestEvent` } type# serial# send_event# display# parent# window#( x#0 y#4 width#8 height#< border_width#@ above#H detail#P value_mask#XfXConfigureRequestEvent8!0 type# serial# send_event# display# event# window#( place#0 XCirculateEvent8! type# serial# send_event# display# parent# window#( place#0!JXCirculateRequestEventAtom@" type# serial# send_event# display# window# atom!#( time#0 state#8" XPropertyEvent8#] type# serial# send_event# display# window# selection!#( time#0"XSelectionClearEventP$N type# serial# send_event# display# owner# requestor#( selection!#0 target!#8 property!#@ time#H#|XSelectionRequestEventH%/ type# serial# send_event# display# requestor# selection!#( target!#0 property!#8 time#@$oXSelectionEventColormap8& type# serial# send_event# display# window# colormap%I#( new#0 state#4%\XColormapEvent long&?& short&?&e& &(&&(& b&"# s&H# l&e#`'c type# serial# send_event# display# window# message_type!#( format#0 data&#8&XClientMessageEvent8(/ type# serial# send_event# display# window# request#( first_keycode#, count#0'XMappingEvent(( type# display# resourceid# serial# error_code# request_code#! minor_code#"(GXErrorEvent )&H) type# serial# send_event# display# window# key_vector(#()XKeymapEvent(*< type# serial# send_event# display# extension# evtype#$)XGenericEvent void*T8+ type# serial# send_event# display# extension# evtype#$ cookie)#( data*\#0*eXGenericEventCookie&+H&_XEvent.e type# xany# xkey[# xbutton# xmotion# xcrossing0# xfocus# xexpose# xgraphicsexpose# xnoexpose# xvisibility)# xcreatewindow=# xdestroywindow# xunmap# xmapG# xmaprequest# xreparent# xconfigure# xgravity# xresizerequestH# xconfigurerequest }# xcirculate!0# xcirculaterequest!# xproperty"# xselectionclear#]# xselectionrequest$N# xselection%/# xcolormap&# xclient'c# xmapping(/# xerror(# xkeymap)# xgeneric*<# xcookie+ # pad++#+HXEvent _XSQEvent. next~# event.e# qserial_num#_XrmHashBucketRec..VisualID8/ ext_data# visualid.# class# red_mask# green_mask# blue_mask#( bits_per_rgb#0 map_entries#4/ Visual/0( depth# nvisuals# visuals/#/Depth0(GContextPixmapFont2 function# plane_mask# foreground# background# line_width# line_style#$ cap_style#( join_style#, fill_style#0 fill_rule#4 arc_mode#8 tile0T#@ stipple0T#H ts_x_origin#P ts_y_origin#T font0e#X subwindow_mode#` graphics_exposures#d clip_x_origin#h clip_y_origin#l clip_mask0T#p dash_offset#x dashes#|0tXGCValues _XGC3 ext_data# gid0A# rects# dashes# dirty# values2# 23 GC4 ext_data# display # root# width# height# mwidth# mheight#$ ndepths#( depths08#0 root_depth#8 root_visual/#@ default_gc3)#H cmap%I#P white_pixel#X black_pixel#` max_maps#h min_maps#l backing_store#p save_unders#t root_input_mask&#x36Screen4KeySym5=I5 extension# major_opcode# first_event# first_error# 54XExtCodes5 5  3) 555CreateGCType 6:  3) 56 6:CopyGCType 6  3) 56X6FlushGCType 6  3) 566FreeGCType7# name!# card32#6XFontProp7# unsigned short 7 lbearing&?# rbearing&?# width&?# ascent&?# descent&?# attributes7@# 7RXCharStruct7`9u ext_data# fid0e# direction)# min_char_or_byte2)# max_char_or_byte2)# min_byte1)# max_byte1)# all_chars_exist#$ default_char)#( n_properties#, properties77#0 min_bounds7#8 max_bounds7#D per_char7#P ascent#X descent#\7XFontStruct9u 9  9 599CreateFontType :  9 59:FreeFontType :Z  5:4:ZCloseDisplayTypeBYTE7@CARD16)CARD32CARD8 ; type:~# errorCode:~# sequenceNumber:# resourceID:# minorCode:# majorCode:# pad1:~# pad3:# pad4:# pad5:# pad6:# pad7:#:xError; <  ; 5 ;;<ErrorType  next5+# codes5# create_GC5# copy_GC6C# flush_GC6#( free_GC6#0 create_Font9#8 free_Font:#@ close_display:c#H error<#P error_string>>&>>?&_XLockInfo?xG ? type:~# data1:~# sequenceNumber:# length:# data00:# data01:# data02:# data03:# data04:# data05:#?#xGenericReply&?INT16 A type:~# depth:# sequenceNumber:# length:# root:# x@ # y@ # width:# height:# borderWidth:# pad1:# pad2:# pad3:#@xGetGeometryReply B type:~# pad1:~# sequenceNumber:# length:# root:# parent:# nChildren:# pad2:# pad3:# pad4:# pad5:#A0xQueryTreeReply B type:~# pad1:~# sequenceNumber:# length:# atom:# pad2:# pad3:# pad4:# pad5:# pad6:#B$xInternAtomReply C type:~# pad1:~# sequenceNumber:# length:# nameLength:# pad2:# pad3:# pad4:# pad5:# pad6:# pad7:#CxGetAtomNameReply D type:~# format:# sequenceNumber:# length:# propertyType:# bytesAfter:# nItems:# pad1:# pad2:# pad3:#CxGetPropertyReply E type:~# pad1:~# sequenceNumber:# length:# nProperties:# pad2:# pad3:# pad4:# pad5:# pad6:# pad7:#DxListPropertiesReply F type:~# pad1:~# sequenceNumber:# length:# owner:# pad2:# pad3:# pad4:# pad5:# pad6:#ExGetSelectionOwnerReply G type:~# status:~# sequenceNumber:# length:# pad1:# pad2:# pad3:# pad4:# pad5:# pad6:#FxGrabPointerReplyFxGrabKeyboardReplyBOOL H type:~# sameScreenG# sequenceNumber:# length:# root:# child:# rootX@ # rootY@ # winX@ # winY@ # mask:# pad1:# pad:#GxQueryPointerReply I type:~# pad1:~# sequenceNumber:# length:# nEvents:# pad2:# pad3:# pad4:# pad5:# pad6:#HxGetMotionEventsReply J type:~# sameScreenG# sequenceNumber:# length:# child:# dstX@ # dstY@ # pad2:# pad3:# pad4:# pad5:#IxTranslateCoordsReply K type:~# revertTo:# sequenceNumber:# length:# focus:# pad1:# pad2:# pad3:# pad4:# pad5:#JxGetInputFocusReplyINT32 L type:~# drawDirection:# sequenceNumber:# length:# fontAscent@ # fontDescent@ # overallAscent@ # overallDescent@ # overallWidthK# overallLeftK# overallRightK# pad:#KxQueryTextExtentsReply M type:~# pad1:~# sequenceNumber:# length:# nFonts:# pad2:# pad3:# pad4:# pad5:# pad6:# pad7:#MxListFontsReply N type:~# pad1:~# sequenceNumber:# length:# nPaths:# pad2:# pad3:# pad4:# pad5:# pad6:# pad7:#MxGetFontPathReply O type:~# depth:# sequenceNumber:# length:# visual:# pad3:# pad4:# pad5:# pad6:# pad7:#NxGetImageReply P type:~# pad1:~# sequenceNumber:# length:# nColormaps:# pad2:# pad3:# pad4:# pad5:# pad6:# pad7:#OxListInstalledColormapsReply Q type:~# pad1:~# sequenceNumber:# length:# red:# green:# blue:# pad2:# pixel:# pad3:# pad4:# pad5:#PxAllocColorReply R type:~# pad1:~# sequenceNumber:# length:# pixel:# exactRed:# exactGreen:# exactBlue:# screenRed:# screenGreen:# screenBlue:# pad2:# pad3:#QxAllocNamedColorReply S type:~# pad1:~# sequenceNumber:# length:# nPixels:# nMasks:# pad3:# pad4:# pad5:# pad6:# pad7:#RxAllocColorCellsReply T type:~# pad1:~# sequenceNumber:# length:# nPixels:# pad2:# redMask:# greenMask:# blueMask:# pad3:# pad4:#SxAllocColorPlanesReply U type:~# pad1:~# sequenceNumber:# length:# nColors:# pad2:# pad3:# pad4:# pad5:# pad6:# pad7:#TxQueryColorsReply V type:~# pad1:~# sequenceNumber:# length:# exactRed:# exactGreen:# exactBlue:# screenRed:# screenGreen:# screenBlue:# pad3:# pad4:# pad5:#UxLookupColorReply W type:~# pad1:~# sequenceNumber:# length:# width:# height:# pad3:# pad4:# pad5:# pad6:# pad7:#WxQueryBestSizeReply Y type:~# pad1:~# sequenceNumber:# length:# presentG# major_opcode:# first_event:# first_error:# pad3:# pad4:# pad5:# pad6:# pad7:#X xQueryExtensionReply Z type:~# nExtensions:# sequenceNumber:# length:# pad2:# pad3:# pad4:# pad5:# pad6:# pad7:#Y7xListExtensionsReply Z type:~# success:# sequenceNumber:# length:# pad2:# pad3:# pad4:# pad5:# pad6:# pad7:#ZxSetModifierMappingReply [ type:~# numKeyPerModifier:# sequenceNumber:# length:# pad1:# pad2:# pad3:# pad4:# pad5:# pad6:#[xGetModifierMappingReplyZxSetPointerMappingReply \ type:~# keySymsPerKeyCode:# sequenceNumber:# length:# pad2:# pad3:# pad4:# pad5:# pad6:# pad7:#\xGetKeyboardMappingReply ] type:~# nElts:# sequenceNumber:# length:# pad2:# pad3:# pad4:# pad5:# pad6:# pad7:#] xGetPointerMappingReply ^ type:~# pad1:~# sequenceNumber:# length:# accelNumerator:# accelDenominator:# threshold:# pad2:# pad3:# pad4:# pad5:# pad6:#]xGetPointerControlReply `# type:~# pad1:~# sequenceNumber:# length:# timeout:# interval:# preferBlankingG# allowExposuresG# pad2:# pad3:# pad4:# pad5:# pad6:#_xGetScreenSaverReply a type:~# enabledG# sequenceNumber:# length:# nHosts:# pad1:# pad3:# pad4:# pad5:# pad6:# pad7:#`BxListHostsReplya type:~# detail:~# sequenceNumber:#7@KeyButMask b| pad00:# time:# root:# event:# child:# rootX@ # rootY@ # eventX@ # eventY@ # statea# sameScreenG# pad1:~# c_ pad00:# time:# root:# event:# child:# rootX@ # rootY@ # eventX@ # eventY@ # statea# mode:~# flags:~# c pad00:# window:# mode:~# pad1:~# pad2:~# pad3:~# di pad00:# window:# x:# y:# width:# height:# count:# pad2:#eP pad00:# drawable:# x:# y:# width:# height:# minorEvent:# count:# majorEvent:~# pad1:~# pad2:~# pad3:~# e pad00:# drawable:# minorEvent:# majorEvent:~# bpad:~#  f8 pad00:# window:# state:# pad1:~# pad2:~# pad3:~# f pad00:# parent:# window:# x@ # y@ # width:# height:# borderWidth:# overrideG# bpad:~# g> pad00:# event:# window:#g pad00:# event:# window:# fromConfigureG# pad1:~# pad2:~# pad3:~#hY pad00:# event:# window:# overrideG# pad1:~# pad2:~# pad3:~# h pad00:# parent:# window:#iW pad00:# event:# window:# parent:# x@ # y@ # overrideG# pad1:~# pad2:~# pad3:~#j2 pad00:# event:# window:# aboveSibling:# x@ # y@ # width:# height:# borderWidth:# overrideG# bpad:~# k pad00:# parent:# window:# sibling:# x@ # y@ # width:# height:# borderWidth:# valueMask:# pad1:# k pad00:# event:# window:# x@ # y@ # pad1:# pad2:# pad3:# pad4:# l pad00:# window:# width:# height:# l pad00:# event:# window:# parent:# place:~# pad1:~# pad2:~# pad3:~#m% pad00:# window:# atom:# time:# state:~# pad1:~# pad2:#mx pad00:# time:# window:# atom:# n pad00:# time:# owner:# requestor:# selection:# target:# property:#n pad00:# time:# requestor:# selection:# target:# property:#o pad00:# window:# colormap:# newG# state:~# pad1:~# pad2:~#o pad00:# request:# firstKeyCode:# count:# pad1:~#p type:# longs0K# longs1K# longs2K# longs3K# longs4K#p type:# shorts0@ # shorts1@ # shorts2@ # shorts3@ # shorts4@ # shorts5@ # shorts6@ # shorts7@ # shorts8@ # shorts9@ # signed charpINT8pq$&qS type:# bytesq#q lo# sp# bq$# q pad00:# window:# uqS# tB ua4# keyButtonPointera# enterLeaveb|# focusc_# exposec# graphicsExposuredi# noExposureeP# visibilitye# createNotifyf8# destroyNotifyf# unmapNotifyg># mapNotifyg# mapRequesthY# reparenth# configureNotifyiW# configureRequestj2# gravityk # resizeRequestk# circulatel# propertyl# selectionClearm%# selectionRequestmx# selectionNotifyn # colormapn# mappingNotifyo# clientMessageq# _xEvent td uq#tBxEvent w generic?# geomA# treeB # atomB# atomNameC# propertyD# listPropertiesE# selectionF# grabPointerG# grabKeyboardG# pointerH# motionEventsI# coordsJ# inputFocusK# textExtentsL# fontsM# fontPathN# imageO# colormapsP# allocColorQ# allocNamedColorR# colorCellsS# colorPlanesT# colorsU# lookupColorV# bestSizeW# extensionY# extensionsZ# setModifierMappingZ# getModifierMapping[# setPointerMapping[# getKeyboardMapping\# getPointerMapping]# pointerControl^# screenSaver`## hostsa# error;# eventtd#tuxReplyw x>  w   w _XInternalAsyncx next?# handlerx># data#x xx _XLockPtrsy lock_displayx# unlock_displayx#xy_XKeytransy#_XDisplayAtomsy9_XContextDBySyjyuy defaultCCCs# clientCmaps# perVisualIntensityMaps#_XIMFilteryz#   yz#_XInternalConnectionProcza _XConnectionInfo(z fd# read_callbackz,# call_data# watch_datazO# nextzX# {     zOz{XConnectionWatchProc{O _XConnWatchInfo{ fn{'# client_data# next{F#{_XkbInfoRec{_XtransConnInfo{_X11XCBPrivate{|||5&|5|@|g&Display|y_FcResult|FcResultMatchFcResultNoMatchFcResultTypeMismatchFcResultNoIdFcResultOutOfMemory|FcResult|XftFontOpenG~}dpyFxscreenFt*\...Fhva~HXpatIPmatchJHresult|KDfont~LD0_FcCharSet}FcCharSet~ _XftFont ~ ascent# descent# height# max_advance_width# charset~# pattern#~XftFont~*\va_list XftFontOpenNameu~dpytxscreenttnamethpatvXmatchwPresult|xLfont~y@D$XftFontOpenXlfd~dpyxscreentxlfdhpatXmatchPresult|Lfont~@D$XftDebugXftXlfdParse  FcBoolXftInitK _FcPatternTXftFontOpenPattern~ K aXftDefaultSubstitute  *TFcPatternVaBuild.  FcPatternDestroyV VFcPatternDuplicate _FcNameParse _FcConfig|FcFontMatch2  2FcPatternPrintj ;_FcConfigj_FcPattern_FcMatchKindFcMatchPatternFcMatchFontFcMatchScanFcConfigSubstitute v __posix_ttyname_rb   __posix_getlogin_r  lockf   &truncate &&off64_t tellM *TM&ssize_t pwrite_  V  _*Tpread_   _lseek2   ftruncated  &dtruncate m &&off_t tell *Tpwrite_.   _pread_n   _lseek  lockf   &ftruncate  & dev_t ino_t )mode_t )nlink_t uid_t gid_t &time_t timespec tv_sec# tv_nsec&#timestruc_tblksize_t &blkcnt_t 3& stat ` st_dev)# st_ino9# st_modeI# st_nlinkZ# st_uidl# st_gid|# st_rdev)# st_size#( st_atim#0 st_mtim#@ st_ctim#P st_blksize#` st_blocks#h st_fstype#p3 `lstat ifstatat  `  `statE  fstats  `s& stat64 st_dev)# st_ino9# st_modeI# st_nlinkZ# st_uidl# st_gid|# st_rdev)# st_size#( st_atim#0 st_mtim#@ st_ctim#P st_blksize#` st_blocks#h st_fstype#pfstatat  |  % lstatn . 7n w stat fstat  &__posix_ctime_r7  tm$ tm_sec# tm_min# tm_hour# tm_mday# tm_mon# tm_year# tm_wday# tm_yday# tm_isdst# 7  __posix_asctime_rV mkstemp} mkstemp && __FILE __pad#ftello fseekoV  & &Vfsetpos  _&fgetpos  FILEtmpfilefreopen[   [mfopen d vftello fseeko  & &fsetposV    fgetpos V _ printf   freopenR  R [m vfopen d tmpfile xftfreetype.c /var/tmp/libXft-2.3.0/src /opt/solstudio12.2/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I.. -I../include/X11/Xft -I/usr/local/include -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -v -I../include/X11/Xft -g -c -KPIC -DPIC xftfreetype.c -W0,-xp\$XAoAMiKBF8cPE5k.Xa;g;P;R=Sun C 5.11 SunOS_sparc 145354-01 2010/10/11;G=$XAoAMiKBF8cPE5k.;backend;raw;cd;DBG_GEN 5.3.0intXftMaxFreeTypeFiles$ _XftGetFile(P file'xid'tf)`D _XftFtFile`hnexth#ref#filey#id#xsize# ysize#(matrix #0lock#Pface<#X char qsigned long FT_F26Dot6 FT_FixedFT_Matrix_  xx#xy#yx#yy# FT_Matrix FT_Long qFT_String 2signed int OFT_Intsigned short nFT_Short FT_PosFT_Bitmap_Size_ height~#width~#size#x_ppem#y_ppem# FT_Bitmap_Size  FT_Face FT_Encoding_l FT_ENCODING_NONE FT_ENCODING_MS_SYMBOL FT_ENCODING_UNICODEҹ FT_ENCODING_SJISҩ FT_ENCODING_GB2312 FT_ENCODING_BIG5Υ FT_ENCODING_WANSUNG܅ FT_ENCODING_JOHABн FT_ENCODING_MS_SJISҩ FT_ENCODING_MS_GB2312 FT_ENCODING_MS_BIG5Υ FT_ENCODING_MS_WANSUNG܅ FT_ENCODING_MS_JOHABн FT_ENCODING_ADOBE_STANDARDž FT_ENCODING_ADOBE_EXPERTń FT_ENCODING_ADOBE_CUSTOMÄ FT_ENCODING_ADOBE_LATIN_1 FT_ENCODING_OLD_LATIN_2 FT_ENCODING_APPLE_ROMANɋ NFT_Encodingunsigned short FT_UShortFT_CharMapRec_face<#encodingl#platform_id# encoding_id#  FT_CharMap "void @ fH Q fFT_Generic_FinalizerFT_Generic_dataH#finalizero# FT_GenericFT_BBox_  ;xMin#yMin#xMax#yMax# FT_BBoxFT_LibraryRec_ M ^FT_Library FT_GlyphSlotunsigned FT_UIntFT_Glyph_Metrics_@ width#height#horiBearingX#horiBearingY#horiAdvance# vertBearingX#(vertBearingY#0vertAdvance#8 FT_Glyph_MetricsFT_Vector_ x#y# FT_Vector FT_Glyph_Format_ FT_GLYPH_FORMAT_NONE FT_GLYPH_FORMAT_COMPOSITEڽ FT_GLYPH_FORMAT_BITMAP襓 FT_GLYPH_FORMAT_OUTLINE FT_GLYPH_FORMAT_PLOTTERޱ FT_Glyph_Formatunsigned char shortFT_Bitmap_( rows#width#pitch#buffer #num_grays #pixel_modeq#palette_modeq#paletteH# FT_Bitmap FT_Outline_( Bn_contours #n_points #points #tagsy#contours #flags# FT_OutlineFT_SubGlyphRec_ W iFT_SubGlyphlongFT_Slot_InternalRec_ FT_Slot_InternalFT_GlyphSlotRec_0library g#face<#next |#reserved #generic# metrics #0linearHoriAdvance#plinearVertAdvance#xadvance #format #bitmap #bitmap_left]#bitmap_top]#outline B#num_subglyphs #subglyphs r#control_dataH#control_len #lsb_delta#rsb_delta#otherH#internal # FT_Size_Metrics_8x_ppem#y_ppem#x_scale#y_scale#ascender#descender# height#(max_advance#0 FT_Size_MetricsFT_Size_InternalRec_  FT_Size_InternalFT_SizeRec_X\face<#generic#metrics#internal#P  \FT_SizeFT_DriverRec_ w FT_Driver FT_MemoryH  FT_Alloc_Func H  FT_Free_FuncHu  H = uFT_Realloc_FuncFT_MemoryRec_ userH#alloc#free&#realloc~# unsigned longFT_StreamDesc_Uvalue #pointerH# FT_StreamDesc FT_Streamm   FT_Stream_IoFunc m  FT_Stream_CloseFuncFT_StreamRec_Pbase #size#pos#descriptorU#pathnameU# read#(close#0memory#8cursor #@limit #H  ZFT_ListNodeFT_ListNodeRec_Zprev#next#dataH#  FT_ListRec_head#tail# cFT_ListRecFT_Face_InternalRec_  FT_Face_InternalFT_FaceRec_num_faces #face_index #face_flags #style_flags #num_glyphs # family_nameF#(style_nameF#0num_fixed_sizes]#8available_sizes3#@num_charmaps]#Hcharmaps7#Pgeneric#Xbbox ;#hunits_per_EM#ascender~#descender~#height~#max_advance_width~#max_advance_height~#underline_position~#underline_thickness~#glyph |#sizee#charmap"#driver#memory#streamm#sizes_list#autohint#extensionsH#internal#  XftFtFile  FcChar8 _XftGetFaceFileTx$XftGlyph " "_XftUcsHash"ucs4#glyph # "XftUcsHash " GlyphSet PictFormat  #red #redMask #green #greenMask #blue #blueMask # alpha # alphaMask # #:XRenderDirectFormat Colormap ( $wid#%#type#depth# direct##colormap## $XRenderPictFormat $w_XftFontInt&public 8#next J# hash_next J#(info!#0ref#glyphs"#num_glyphs#hash_table# #hash_value#rehash_value#glyphset##format$#glyph_memory#max_glyph_memory#use_free_glyphs# $XftFontInt & !XftUnlockFaceg& Jpublicfxfont&hpDXftFontInfoFilln d()`dpymxpatternmp&#fimhinfoBoXfilenameKpPidqLdsizeTr@aspectTsfont_matrixthintinguvertical_layoutuautohintuglobal_advanceuhint_stylevhashwhashpwface<xnhashybitmapzD$_XExtData )number#next)#free_private)(#private_data)1# ()() ) yXPointer (XExtData )D )~)` )i )~FreeFuncType KeyCode ) )max_keypermod#modifiermap)# )XModifierKeymap )*7* * *7FreeModmapType _XFreeFuncsH +<atoms)#modifiermap*@#key_bindings)#context_db)#defaultCCCs)# clientCmaps)#(intensityMaps)#0im_filters)#8xkb)#@ *Y XID _XDisplayH 35ext_data)W#free_funcs+<#fd#conn_checker#proto_major_version#proto_minor_version#vendory# resource_base+E#(resource_mask+E#0resource_id+E#8resource_shift#@resource_alloc3[#Hbyte_order#Pbitmap_unit#Tbitmap_pad#Xbitmap_bit_order#\nformats#`pixmap_format3#hvnumber#prelease#thead3#xtail3#qlen#last_request_read#request#last_reqy#buffery#bufptry#bufmaxy#max_request_size #dbT#synchandlerT#display_namey#default_screen#nscreens#screensZ+#motion_buffer#flagsZ4#min_keycode#max_keycode#keysymsZN#modifiermap*#keysyms_per_keycode#xdefaultsy#scratch_buffery#scratch_length#ext_number#ext_procsZW#event_vecc#wire_vecd# lock_meaningZ=#lockd+#async_handlersd4#bigreq_size#lock_fns(#idlist_alloc4#key_bindingsJ#cursor_fontU#atomsd#mode_switch #num_lock #context_db{#error_vec#cms#im_filters #qfree3#next_event_serial_num#flushesZW#im_fd_infor#im_fd_length#conn_watchers`#watcher_count#filedes)1#savedsynchandler#resource_max+E#xcmisc_opcode#xkb_info#trans_conn#xcb#next_cookie #generic_event_vec1#generic_event_copy_vecc#cookiejarH#$ +S+E3[35 3> 3ext_data)W#depth#bits_per_pixel# scanline_pad# 3dScreenFormat 3 S Window ( 4stype#serial#send_event#display)`#window3# 4XAnyEvent Time ` 5type#serial#send_event#display)`#window3# root3#(subwindow3#0time4#8x#@y#Dx_root#Hy_root#Lstate #Pkeycode #Tsame_screen#X 4XKeyEvent ` 6type#serial#send_event#display)`#window3# root3#(subwindow3#0time4#8x#@y#Dx_root#Hy_root#Lstate #Pbutton #Tsame_screen#X 5XButtonEvent ` 82type#serial#send_event#display)`#window3# root3#(subwindow3#0time4#8x#@y#Dx_root#Hy_root#Lstate #Pis_hintq#Tsame_screen#X 7 XMotionEvent h 9type#serial#send_event#display)`#window3# root3#(subwindow3#0time4#8x#@y#Dx_root#Hy_root#Lmode#Pdetail#Tsame_screen#Xfocus#\state #` 8IXCrossingEvent 0 :<type#serial#send_event#display)`#window3# mode#(detail#, 9XFocusChangeEvent @ ;type#serial#send_event#display)`#window3# x#(y#,width#0height#4count#8 :XXExposeEvent Drawable H <4type#serial#send_event#display)`#drawable;0# x#(y#,width#0height#4count#8major_code#<minor_code#@ ;CXGraphicsExposeEvent 0 <type#serial#send_event#display)`#drawable;0# major_code#(minor_code#, type#serial#send_event#display)`#parent3# window3#(x#0y#4width#8height#<border_width#@override_redirect#D =XCreateWindowEvent 0 ?;type#serial#send_event#display)`#event3# window3#( >XDestroyWindowEvent 8 ?type#serial#send_event#display)`#event3# window3#(from_configure#0 ?YXUnmapEvent 8 @type#serial#send_event#display)`#event3# window3#(override_redirect#0 @ XMapEvent 0 A=type#serial#send_event#display)`#parent3# window3#( @XMapRequestEvent H B%type#serial#send_event#display)`#event3# window3#(parent3#0x#8y#<override_redirect#@ AXXReparentEvent X CHtype#serial#send_event#display)`#event3# window3#(x#0y#4width#8height#<border_width#@above3#Hoverride_redirect#P B>XConfigureEvent 8 Ctype#serial#send_event#display)`#event3# window3#(x#0y#4 CbXGravityEvent 0 Dtype#serial#send_event#display)`#window3# width#(height#, DXResizeRequestEvent ` Etype#serial#send_event#display)`#parent3# window3#(x#0y#4width#8height#<border_width#@above3#Hdetail#Pvalue_mask#X DXConfigureRequestEvent 8 Ftype#serial#send_event#display)`#event3# window3#(place#0 EXCirculateEvent 8 G>type#serial#send_event#display)`#parent3# window3#(place#0 FXCirculateRequestEvent Atom @ Htype#serial#send_event#display)`#window3# atomG_#(time4#0state#8 GnXPropertyEvent 8 Htype#serial#send_event#display)`#window3# selectionG_#(time4#0 H)XSelectionClearEvent P Itype#serial#send_event#display)`#owner3# requestor3#(selectionG_#0targetG_#8propertyG_#@time4#H HXSelectionRequestEvent H Jtype#serial#send_event#display)`#requestor3# selectionG_#(targetG_#0propertyG_#8time4#@ IXSelectionEvent 8 KOtype#serial#send_event#display)`#window3# colormap##(new#0state#4 JXColormapEvent qK  K  (K  ( KbKh#sK#lK#` Ltype#serial#send_event#display)`#window3# message_typeG_#(format#0dataK#8 KXClientMessageEvent 8 Mltype#serial#send_event#display)`#window3# request#(first_keycode#,count#0 LXMappingEvent ( N&type#display)`#resourceid+E#serial#error_code # request_code #!minor_code #" MXErrorEvent q NY H Ntype#serial#send_event#display)`#window3# key_vectorN<#( NYXKeymapEvent ( Oytype#serial#send_event#display)`#extension# evtype#$ NXGenericEvent 8 P9type#serial#send_event#display)`#extension# evtype#$cookie #(dataH#0 OXGenericEventCookie  Pt _XEvent Stype#xany4s#xkey5#xbutton6#xmotion82#xcrossing9#xfocus:<#xexpose;#xgraphicsexpose<4#xnoexpose<#xvisibility=#xcreatewindow>#xdestroywindow?;#xunmap?#xmap@#xmaprequestA=#xreparentB%#xconfigureCH#xgravityC#xresizerequestD#xconfigurerequestE#xcirculateF#xcirculaterequestG>#xpropertyH#xselectionclearH#xselectionrequestI#xselectionJ#xcolormapKO#xclientL#xmappingMl#xerrorN&#xkeymapN#xgenericOy#xcookieP9#padPW# PtXEvent _XSQEvent Snext3#eventS#qserial_num#_XrmHashBucketRec S! T VisualID 8 Text_data)W#visualidT%#class#red_mask#green_mask# blue_mask#(bits_per_rgb#0map_entries#4 T8Visual T UTdepth#nvisuals#visualsU# U Depth UT GContext Pixmap Font  Wfunction#plane_mask#foreground#background#line_width# line_style#$cap_style#(join_style#,fill_style#0fill_rule#4arc_mode#8tileU#@stippleU#Hts_x_origin#Pts_y_origin#TfontU#Xsubwindow_mode#`graphics_exposures#dclip_x_origin#hclip_y_origin#lclip_maskU#pdash_offset#xdashesq#| UXGCValues _XGC XLext_data)W#gidUm#rects#dashes#dirty#valuesW# W XLGC  Zext_data)W#display35#root3#width#height#mwidth# mheight#$ndepths#(depthsUd#0root_depth#8root_visualU#@default_gcXU#Hcmap##Pwhite_pixel#Xblack_pixel#`max_maps#hmin_maps#lbacking_store#psave_unders#troot_input_mask #x XbScreen Z" KeySym Z= bc Zextension#major_opcode#first_event#first_error# Z`XExtCodes Z[)`XUZ Z [CreateGCType [f)`XUZ [7 [fCopyGCType [)`XUZ [ [FlushGCType \)`XUZ [ \FreeGCType  \OnameG_#card32# \XFontProp \O \lbearing #rbearing #width #ascent #descent #attributes# \lXCharStruct \` ^ext_data)W#fidU#direction #min_char_or_byte2 #max_char_or_byte2 #min_byte1 #max_byte1 # all_chars_exist#$default_char #(n_properties#,properties\c#0min_bounds\#8max_bounds\#Dper_char]#Pascent#Xdescent#\ ]XFontStruct ^^)`^Z ^ ^CreateFontType _.)`^Z ^ _.FreeFontType _t)`Z _N _tCloseDisplayType BYTE CARD16 CARD32 CARD8 `type_#errorCode_#sequenceNumber_#resourceID_#minorCode_#majorCode_# pad1_# pad3_# pad4_#pad5_#pad6_#pad7_# _xError ` a+)``Z` ` a+ErrorType ya)`Zy aH aErrorStringType N& a)`aH a aPrintErrorType q a b@)`Zb b b@BeforeFlushType _XExten cnextZW#codesZ#create_GC[ #copy_GC[o# flush_GC[#(free_GC\ #0create_Font^#8free_Font_7#@close_display_}#Herrora4#Perror_stringa#Xnamey#`error_valuesa#hbefore_flushbI#pnext_flushZW#x! c#cc ! c#cd _XLockInfo d a e type_#data1_#sequenceNumber_#length_#data00_#data01_# data02_#data03_#data04_#data05_# d=xGenericReply INT16 f.type_#depth_#sequenceNumber_#length_#root_#xe$# ye$#width_#height_#borderWidth_#pad1_#pad2_#pad3_# e4xGetGeometryReply g$type_#pad1_#sequenceNumber_#length_#root_#parent_# nChildren_#pad2_#pad3_#pad4_#pad5_# fJxQueryTreeReply htype_#pad1_#sequenceNumber_#length_#atom_#pad2_# pad3_#pad4_#pad5_#pad6_# g>xInternAtomReply htype_#pad1_#sequenceNumber_#length_#nameLength_#pad2_# pad3_# pad4_#pad5_#pad6_#pad7_# hxGetAtomNameReply itype_#format_#sequenceNumber_#length_#propertyType_#bytesAfter_# nItems_#pad1_#pad2_#pad3_# ixGetPropertyReply jtype_#pad1_#sequenceNumber_#length_#nProperties_#pad2_# pad3_# pad4_#pad5_#pad6_#pad7_# jxListPropertiesReply ktype_#pad1_#sequenceNumber_#length_#owner_#pad2_# pad3_#pad4_#pad5_#pad6_# jxGetSelectionOwnerReply ltype_#status_#sequenceNumber_#length_#pad1_#pad2_# pad3_#pad4_#pad5_#pad6_# kxGrabPointerReply kxGrabKeyboardReply BOOL mtype_#sameScreenl#sequenceNumber_#length_#root_#child_# rootXe$#rootYe$#winXe$#winYe$#mask_#pad1_#pad_# lxQueryPointerReply ntype_#pad1_#sequenceNumber_#length_#nEvents_#pad2_# pad3_#pad4_#pad5_#pad6_# nxGetMotionEventsReply otype_#sameScreenl#sequenceNumber_#length_#child_#dstXe$# dstYe$#pad2_#pad3_#pad4_#pad5_# nxTranslateCoordsReply ptype_#revertTo_#sequenceNumber_#length_#focus_#pad1_# pad2_#pad3_#pad4_#pad5_# oxGetInputFocusReply INT32 qtype_#drawDirection_#sequenceNumber_#length_#fontAscente$#fontDescente$# overallAscente$# overallDescente$#overallWidthp#overallLeftp#overallRightp#pad_# pxQueryTextExtentsReply rtype_#pad1_#sequenceNumber_#length_#nFonts_#pad2_# pad3_# pad4_#pad5_#pad6_#pad7_# rxListFontsReply stype_#pad1_#sequenceNumber_#length_#nPaths_#pad2_# pad3_# pad4_#pad5_#pad6_#pad7_# s xGetFontPathReply ttype_#depth_#sequenceNumber_#length_#visual_#pad3_# pad4_#pad5_#pad6_#pad7_# sxGetImageReply utype_#pad1_#sequenceNumber_#length_#nColormaps_#pad2_# pad3_# pad4_#pad5_#pad6_#pad7_# txListInstalledColormapsReply vtype_#pad1_#sequenceNumber_#length_#red_#green_# blue_# pad2_#pixel_#pad3_#pad4_#pad5_# uxAllocColorReply wtype_#pad1_#sequenceNumber_#length_#pixel_#exactRed_# exactGreen_#exactBlue_#screenRed_#screenGreen_#screenBlue_#pad2_#pad3_# vxAllocNamedColorReply xtype_#pad1_#sequenceNumber_#length_#nPixels_#nMasks_# pad3_# pad4_#pad5_#pad6_#pad7_# xxAllocColorCellsReply ytype_#pad1_#sequenceNumber_#length_#nPixels_#pad2_# redMask_# greenMask_#blueMask_#pad3_#pad4_# y xAllocColorPlanesReply ztype_#pad1_#sequenceNumber_#length_#nColors_#pad2_# pad3_# pad4_#pad5_#pad6_#pad7_# z xQueryColorsReply |type_#pad1_#sequenceNumber_#length_#exactRed_#exactGreen_# exactBlue_# screenRed_#screenGreen_#screenBlue_#pad3_#pad4_#pad5_# zxLookupColorReply }type_#pad1_#sequenceNumber_#length_#width_#height_# pad3_# pad4_#pad5_#pad6_#pad7_# |0xQueryBestSizeReply ~2type_#pad1_#sequenceNumber_#length_#presentl#major_opcode_# first_event_# first_error_# pad3_# pad4_#pad5_#pad6_#pad7_# }$xQueryExtensionReply type_#nExtensions_#sequenceNumber_#length_#pad2_#pad3_# pad4_#pad5_#pad6_#pad7_# ~QxListExtensionsReply type_#success_#sequenceNumber_#length_#pad2_#pad3_# pad4_#pad5_#pad6_#pad7_# 9xSetModifierMappingReply type_#numKeyPerModifier_#sequenceNumber_#length_#pad1_#pad2_# pad3_#pad4_#pad5_#pad6_# !xGetModifierMappingReply 9xSetPointerMappingReply type_#keySymsPerKeyCode_#sequenceNumber_#length_#pad2_#pad3_# pad4_#pad5_#pad6_#pad7_# 5xGetKeyboardMappingReply type_#nElts_#sequenceNumber_#length_#pad2_#pad3_# pad4_#pad5_#pad6_#pad7_# 'xGetPointerMappingReply  type_#pad1_#sequenceNumber_#length_#accelNumerator_#accelDenominator_# threshold_# pad2_#pad3_#pad4_#pad5_#pad6_# xGetPointerControlReply =type_#pad1_#sequenceNumber_#length_#timeout_#interval_# preferBlankingl# allowExposuresl# pad2_#pad3_#pad4_#pad5_#pad6_# -xGetScreenSaverReply 4type_#enabledl#sequenceNumber_#length_#nHosts_#pad1_# pad3_# pad4_#pad5_#pad6_#pad7_# \xListHostsReplytype_#detail_#sequenceNumber_# KeyButMask pad00_#time_#root_#event_# child_#rootXe$#rootYe$#eventXe$#eventYe$#state#sameScreenl#pad1_# ypad00_#time_#root_#event_# child_#rootXe$#rootYe$#eventXe$#eventYe$#state#mode_#flags_# pad00_#window_#mode_#pad1_# pad2_# pad3_# pad00_#window_#x_#y_# width_# height_#count_#pad2_#jpad00_#drawable_#x_#y_# width_# height_#minorEvent_#count_#majorEvent_#pad1_#pad2_#pad3_# pad00_#drawable_#minorEvent_#majorEvent_# bpad_#  Rpad00_#window_#state_#pad1_# pad2_# pad3_# pad00_#parent_#window_#xe$# ye$#width_#height_#borderWidth_#overridel#bpad_# Xpad00_#event_#window_#pad00_#event_#window_#fromConfigurel# pad1_# pad2_#pad3_#spad00_#event_#window_#overridel# pad1_# pad2_#pad3_# pad00_#parent_#window_#qpad00_#event_#window_#parent_# xe$#ye$#overridel#pad1_#pad2_#pad3_#Lpad00_#event_#window_#aboveSibling_# xe$#ye$#width_#height_#borderWidth_#overridel#bpad_# $pad00_#parent_#window_#sibling_# xe$#ye$#width_#height_#borderWidth_#valueMask_#pad1_# pad00_#event_#window_#xe$# ye$#pad1_#pad2_#pad3_#pad4_# pad00_#window_#width_#height_# pad00_#event_#window_#parent_# place_#pad1_#pad2_#pad3_#?pad00_#window_#atom_#time_# state_#pad1_#pad2_#pad00_#time_#window_#atom_# 'pad00_#time_#owner_#requestor_# selection_#target_#property_#pad00_#time_#requestor_#selection_# target_#property_#4pad00_#window_#colormap_#newl# state_# pad1_#pad2_#pad00_#request_#firstKeyCode_#count_#pad1_#type_#longs0p#longs1p#longs2p# longs3p#longs4p#type_#shorts0e$#shorts1e$#shorts2e$#shorts3e$# shorts4e$# shorts5e$#shorts6e$#shorts7e$#shorts8e$#shorts9e$#signed char INT8> mtype_#bytes!# l#s#b># pad00_#window_#um# \uN#keyButtonPointer#enterLeave#focusy#expose#graphicsExposure#noExposurej#visibility#createNotifyR#destroyNotify#unmapNotifyX#mapNotify#mapRequests#reparent#configureNotifyq#configureRequestL#gravity$#resizeRequest#circulate#property#selectionClear?#selectionRequest#selectionNotify'#colormap#mappingNotify4#clientMessage#_xEvent ~u# \xEvent generice #geomf.#treeg$#atomh#atomNameh#propertyi#listPropertiesj#selectionk#grabPointerl#grabKeyboardl#pointerm#motionEventsn#coordso#inputFocusp#textExtentsq#fontsr#fontPaths#imaget#colormapsu#allocColorv#allocNamedColorw#colorCellsx#colorPlanesy#colorsz#lookupColor|#bestSize}#extension~2#extensions#setModifierMapping#getModifierMapping#setPointerMapping#getKeyboardMapping#getPointerMapping#pointerControl #screenSaver=#hosts4#error`#event~# xReply X)`y)1 _XInternalAsync nextd4#handlerX#data)1# )` $ _XLockPtrs (lock_display#unlock_display# $ 1_XKeytrans =_XDisplayAtoms S_XContextDB m!  defaultCCCs)1#clientCmaps)1#perVisualIntensityMaps)1#_XIMFilter =)`)1  =_XInternalConnectionProc )1 {_XConnectionInfo( fd#read_callbackF#call_data)1#watch_datai#nextr# 8)`)1i 8XConnectionWatchProc i_XConnWatchInfo fnA#client_data)1#next`#! _XkbInfoRec _XtransConnInfo _X11XCBPrivate ! #(O ! O#Z  +SDisplay  _XftDisplayInfonext#display)`#codesZ#defaults#hasRender# fonts J#(solidFormat$#0glyph_memory#8max_glyph_memory#@use_free_glyphs#Hnum_unref_fonts#Lmax_unref_fonts#Pcolors#XfontHash #  [red#green#blue#alpha# XRenderColor Picture _XftSolidColorcolor[#screen#pictr# XftSolidColor#  # J) ~ XftDisplayInfo ) double_FcMatrix xxT#xyT#yxT#yyT# ^FcMatrix XftFontInfoEmpty  2)`dpyx&#fipD XftFontInfoCreate !p&#)`dpyxpatternpfi&#`D  XftFontInfoDestroy!!#)`dpyx&#fipD XftFontInfoHash!"u~fixD! uXftFontInfoEqual"0"laxbpD ! ! XftFontOpenInfo"+P J)`dpyxpatternp&#fihinfoBXface<PbucketHfont&@format$charsetpnum_unicodehash_valuerehash_valueantialiasmax_glyph_memoryalloc_sizeascentdescentheightinum_glyphs',('@('@(vector x~()L()L()L()L(),(),vector ~CD$ JXftFontOpenPattern+, J)`dpyxpatternpinfo!font J~D XftFontCopy,(,X J,)`dpyx Jpublicpfont&`D XftFontDestroy ,.)`dpy x Jpublic pinfoB hfont& `i \---4--4-xftg"PD XftFontFindNthUnref0.(. JBinfo/xn/tpublic J1`font&2XD XftFontManageMemory?.1\K)`dpy>xinfoB@pprevAhpublic JB`font&CXDXftFontClosem12()`dpylx JpubliclpinfoBnhfont&o`D XftInitFtLibrary2H2D_XftFtFiles# %XftMemFreea%XftMemAlloc +S&_XftDisplayInfoGetB'XftDebugy q  _FcResult FcResultMatch FcResultNoMatch FcResultTypeMismatch FcResultNoId FcResultOutOfMemory FcResult&FcPatternGetFTFace _FcBlanks &FcFreeTypeCharSetpI(_XftFTlibrary g 0%XRenderFreeGlyphSet35 +S&XRenderFindStandardFormat$y q &FcPatternGetBooley eq w_FcCharSet &FcPatternGetCharSetny q  ^ &FcPatternGetMatrixy#y yq &FcPatternGetStringy q  T&FcPatternGetDoublev y vq &FcPatternGetInteger y%FcPatternDestroyO &FcCharSetCountY"&FcCharSetCopypp O%FcCharSetDestroy_FcConfig _FcBlanks FcBlanks &FcConfigGetBlanks%&__posix_ttyname_rhy&__posix_getlogin_ry&lockf q &truncate off64_t&tellS@ S ssize_t&pwritee\e @&preadee&lseek8&ftruncatej q j&truncates off_t&tell@ &pwritee4e&preadete&lseek&lockf &ftruncate q ) dev_t ino_t mode_t nlink_t uid_t gid_t time_ttimespectv_sec#tv_nsec # timestruc_t blksize_t blkcnt_tq9 statfst_dev/#st_ino?#st_modeO#st_nlink`#st_uidr#st_gid#st_rdev/# st_size#(st_atim#0st_mtim#@st_ctim#Pst_blksize#`st_blocks #hst_fstype#p 9)f&lstat&oq &fstatatfq ))f&statK &fstatyfq yq stat64st_dev/#st_ino?#st_modeO#st_nlink`#st_uidr#st_gid#st_rdev/# st_size#(st_atim#0st_mtim#@st_ctim#Pst_blksize#`st_blocks #hst_fstype#p &fstatat"q ")+)&lstatt4=q t)})&stat&fstat  %FT_Vector_TransformB %FT_Set_TransformB  FT_Error&FT_Set_Char_Size  &FT_Done_Face!FT_LibraryRec_ !q ; &FT_New_Face2DM 2&FT_Init_FreeType &__posix_ctime_ryytm$tm_sec#tm_min#tm_hour#tm_mday# tm_mon#tm_year#tm_wday#tm_yday#tm_isdst#  ))y&__posix_asctime_ry>q > size_t&strlenP‡G)yq )™&strcpyy‡¢q q &strcmp-&memsetHeH@ e@ w&memcmpnÀ&mkstempy&mkstempy'rand&mallocHG%freecH Ā __FILEĥ__padc# Ā&ftelloĥ Ā&fseeko  &fsetposW &fgetposŐW ĀFILE Ő'tmpfileşq Žq &freopenşşq q ,&fopenşl#5 Ā&ftelloƛl&fseeko  &fsetpos))W&fgetposWq W)`&printfǙi*)q Ǣ)ǫ&fprintfǙǴ*q )q ))ş&freopenşf$q f)oq ȁ)Ȋ&fopenşxȓ'tmpfileşư-xftglyphs.c /var/tmp/libXft-2.3.0/src /opt/solstudio12.2/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I.. -I../include/X11/Xft -I/usr/local/include -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -v -I../include/X11/Xft -g -c -KPIC -DPIC xftglyphs.c -W0,-xp\$XAoAMiKDF8cPkCl.Xa;g;P;R=Sun C 5.11 SunOS_sparc 145354-01 2010/10/11;G=$XAoAMiKDF8cPkCl.;backend;raw;cd;DBG_GEN 5.3.0'_XftFontValidateMemory%23dpy$x}Zpublic$pfont&hglyph_memory'`glyphindex(\xftg)PD int_XExtData Hnumber#nextH#free_privaten#private_data#  n H Qchar w XPointer XExtData  |M    FreeFuncTypeunsigned char KeyCode _max_keypermod#modifiermap# !XModifierKeymap _  y  FreeModmapType_XFreeFuncsHatoms#modifiermap#key_bindings#context_db#defaultCCCs# clientCmaps#(intensityMaps#0im_filters#8xkb#@ unsigned long XID_XDisplayH ext_data#free_funcs#fd#conn_checker#proto_major_version#proto_minor_version#vendor# resource_base#(resource_mask#0resource_id#8resource_shift#@resource_alloc #Hbyte_order#Pbitmap_unit#Tbitmap_pad#Xbitmap_bit_order#\nformats#`pixmap_format[#hvnumber#prelease#theadd#xtaild#qlen#last_request_read#request#last_req#buffer#bufptr#bufmax#max_request_size#db.#synchandler.#display_name#default_screen#nscreens#screens4#motion_buffer#flags4#min_keycode#max_keycode#keysyms5#modifiermapy#keysyms_per_keycode#xdefaults#scratch_buffer#scratch_length#ext_number#ext_procs5#event_vec>#wire_vec># lock_meaning4#lock>#async_handlers?#bigreq_size#lock_fnsx#idlist_allocy#key_bindingsy#cursor_font0K#atomsy0#mode_switch#num_lock#context_dbyG#error_vecyd#cmsym#im_filtersy#qfreed#next_event_serial_num#flushes5#im_fd_infoz>#im_fd_length#conn_watchers{,#watcher_count#filedes#savedsynchandler{#resource_max#xcmisc_opcode#xkb_info{#trans_conn{#xcb{#next_cookie#generic_event_vec{#generic_event_copy_vec|/#cookiejar*B#$   Dext_data#depth#bits_per_pixel# scanline_pad# ScreenFormat D .\ Window(type#serial#send_event#display#windowm# ~XAnyEvent Timeunsigned`Atype#serial#send_event#display#windowm# rootm#(subwindowm#0time#8x#@y#Dx_root#Hy_root#Lstate#Pkeycode#Tsame_screen#X XKeyEvent`ztype#serial#send_event#display#windowm# rootm#(subwindowm#0time#8x#@y#Dx_root#Hy_root#Lstate#Pbutton#Tsame_screen#X UXButtonEvent`type#serial#send_event#display#windowm# rootm#(subwindowm#0time#8x#@y#Dx_root#Hy_root#Lstate#Pis_hintw#Tsame_screen#X XMotionEventhtype#serial#send_event#display#windowm# rootm#(subwindowm#0time#8x#@y#Dx_root#Hy_root#Lmode#Pdetail#Tsame_screen#Xfocus#\state#` XCrossingEvent0type#serial#send_event#display#windowm# mode#(detail#, /XFocusChangeEvent@type#serial#send_event#display#windowm# x#(y#,width#0height#4count#8 XExposeEvent DrawableHtype#serial#send_event#display#drawable# x#(y#,width#0height#4count#8major_code#<minor_code#@ XGraphicsExposeEvent0vtype#serial#send_event#display#drawable# major_code#(minor_code#, XNoExposeEvent0type#serial#send_event#display#windowm# state#( XVisibilityEventH#type#serial#send_event#display#parentm# windowm#(x#0y#4width#8height#<border_width#@override_redirect#D *XCreateWindowEvent0type#serial#send_event#display#eventm# windowm#( @XDestroyWindowEvent8ytype#serial#send_event#display#eventm# windowm#(from_configure#0 XUnmapEvent8-type#serial#send_event#display#eventm# windowm#(override_redirect#0 XMapEvent0type#serial#send_event#display#parentm# windowm#( AXMapRequestEventHtype#serial#send_event#display#eventm# windowm#(parentm#0x#8y#<override_redirect#@ XReparentEventXtype#serial#send_event#display#eventm# windowm#(x#0y#4width#8height#<border_width#@abovem#Hoverride_redirect#P XConfigureEvent8type#serial#send_event#display#eventm# windowm#(x#0y#4 XGravityEvent0.type#serial#send_event#display#windowm# width#(height#, XResizeRequestEvent` ctype#serial#send_event#display#parentm# windowm#(x#0y#4width#8height#<border_width#@abovem#Hdetail#Pvalue_mask#X LXConfigureRequestEvent8!type#serial#send_event#display#eventm# windowm#(place#0 XCirculateEvent8!type#serial#send_event#display#parentm# windowm#(place#0 !0XCirculateRequestEvent Atom@"type#serial#send_event#display#windowm# atom!#(time#0state#8 !XPropertyEvent8#Ctype#serial#send_event#display#windowm# selection!#(time#0 "XSelectionClearEventP$4type#serial#send_event#display#ownerm# requestorm#(selection!#0target!#8property!#@time#H #bXSelectionRequestEventH%type#serial#send_event#display#requestorm# selection!#(target!#0property!#8time#@ $UXSelectionEvent Colormap8%type#serial#send_event#display#windowm# colormap%/#(new#0state#4 %BXColormapEventlongw&%&short&%&K& &(&h&(&b&#s&.#l&K#`'Itype#serial#send_event#display#windowm# message_type!#(format#0data&h#8 &XClientMessageEvent8(type#serial#send_event#display#windowm# request#(first_keycode#,count#0 'gXMappingEvent((type#display#resourceid#serial#error_code# request_code#!minor_code#" (-XErrorEventw )&H)type#serial#send_event#display#windowm# key_vector(#( )XKeymapEvent(*"type#serial#send_event#display#extension# evtype#$ )XGenericEventvoid *:8*type#serial#send_event#display#extension# evtype#$cookie#(data*B#0 *KXGenericEventCookie&+.&_XEvent.Ktype#xany#xkeyA#xbuttonz#xmotion#xcrossing#xfocus#xexpose#xgraphicsexpose#xnoexposev#xvisibility#xcreatewindow##xdestroywindow#xunmapy#xmap-#xmaprequest#xreparent#xconfigure#xgravity#xresizerequest.#xconfigurerequest c#xcirculate!#xcirculaterequest!#xproperty"#xselectionclear#C#xselectionrequest$4#xselection%#xcolormap%#xclient'I#xmapping(#xerror(#xkeymap)#xgeneric*"#xcookie*#pad+# +.XEvent_XSQEvent.nextd#event.K#qserial_num#_XrmHashBucketRec . . VisualID8/ext_data#visualid.#class#red_mask#green_mask# blue_mask#(bits_per_rgb#0map_entries#4 .Visual /0depth#nvisuals#visuals/# /Depth 0 GContext Pixmap Font2rfunction#plane_mask#foreground#background#line_width# line_style#$cap_style#(join_style#,fill_style#0fill_rule#4arc_mode#8tile0:#@stipple0:#Hts_x_origin#Pts_y_origin#Tfont0K#Xsubwindow_mode#`graphics_exposures#dclip_x_origin#hclip_y_origin#lclip_mask0:#pdash_offset#xdashesw#| 0ZXGCValues_XGC3ext_data#gid0'#rects#dashes#dirty#values2r# 2 3GC4ext_data#display #rootm#width#height#mwidth# mheight#$ndepths#(depths0#0root_depth#8root_visual/#@default_gc3#Hcmap%/#Pwhite_pixel#Xblack_pixel#`max_maps#hmin_maps#lbacking_store#psave_unders#troot_input_mask&#x 3Screen 4 KeySym 4 =/5extension#major_opcode#first_event#first_error# 5XExtCodes 5 5  3 5 5 5CreateGCType 6  3 5 5 6 CopyGCType 6m  3 5 6> 6mFlushGCType 6  3 5 6 6FreeGCType7 name!#card32# 6XFontProp 7 unsigned short 7lbearing&%#rbearing&%#width&%#ascent&%#descent&%#attributes7&# 78XCharStruct 7`9[ext_data#fid0K#direction#min_char_or_byte2#max_char_or_byte2#min_byte1#max_byte1# all_chars_exist#$default_char#(n_properties#,properties7#0min_bounds7#8max_bounds7#Dper_char7#Pascent#Xdescent#\ 7XFontStruct 9[ 9  9q 5 9z 9CreateFontType 9  9q 5 9 9FreeFontType :@  5 : :@CloseDisplayType BYTE 7&CARD16 CARD32 CARD8 ;type:d#errorCode:d#sequenceNumber:s#resourceID:#minorCode:s#majorCode:# pad1:d# pad3:# pad4:#pad5:#pad6:#pad7:# :xError ;  ;  ; 5 ; ; ;ErrorType next5#codes5#create_GC5#copy_GC6)# flush_GC6v#(free_GC6#0create_Font9#8free_Font:#@close_display:I#Herror<#Perror_string<^#Xname#`error_values<#hbefore_flush=#pnext_flush5#x >>>& >>>&_XLockInfo > x- ?type:d#data1:d#sequenceNumber:s#length:#data00:#data01:# data02:#data03:#data04:#data05:# ? xGenericReply &%INT16 @type:d#depth:#sequenceNumber:s#length:#root:#x?# y?#width:s#height:s#borderWidth:s#pad1:s#pad2:#pad3:# @xGetGeometryReply Atype:d#pad1:d#sequenceNumber:s#length:#root:#parent:# nChildren:s#pad2:s#pad3:#pad4:#pad5:# AxQueryTreeReply Btype:d#pad1:d#sequenceNumber:s#length:#atom:#pad2:# pad3:#pad4:#pad5:#pad6:# B xInternAtomReply Ctype:d#pad1:d#sequenceNumber:s#length:#nameLength:s#pad2:s# pad3:# pad4:#pad5:#pad6:#pad7:# BxGetAtomNameReply Dtype:d#format:#sequenceNumber:s#length:#propertyType:#bytesAfter:# nItems:#pad1:#pad2:#pad3:# CxGetPropertyReply Etype:d#pad1:d#sequenceNumber:s#length:#nProperties:s#pad2:s# pad3:# pad4:#pad5:#pad6:#pad7:# DxListPropertiesReply Ftype:d#pad1:d#sequenceNumber:s#length:#owner:#pad2:# pad3:#pad4:#pad5:#pad6:# ExGetSelectionOwnerReply Gntype:d#status:d#sequenceNumber:s#length:#pad1:#pad2:# pad3:#pad4:#pad5:#pad6:# FxGrabPointerReply FxGrabKeyboardReply BOOL Htype:d#sameScreenG#sequenceNumber:s#length:#root:#child:# rootX?#rootY?#winX?#winY?#mask:s#pad1:s#pad:# GxQueryPointerReply Itype:d#pad1:d#sequenceNumber:s#length:#nEvents:#pad2:# pad3:#pad4:#pad5:#pad6:# HxGetMotionEventsReply Jtype:d#sameScreenG#sequenceNumber:s#length:#child:#dstX?# dstY?#pad2:#pad3:#pad4:#pad5:# IxTranslateCoordsReply Kvtype:d#revertTo:#sequenceNumber:s#length:#focus:#pad1:# pad2:#pad3:#pad4:#pad5:# JxGetInputFocusReply INT32 Ltype:d#drawDirection:#sequenceNumber:s#length:#fontAscent?#fontDescent?# overallAscent?# overallDescent?#overallWidthK#overallLeftK#overallRightK#pad:# KxQueryTextExtentsReply Mtype:d#pad1:d#sequenceNumber:s#length:#nFonts:s#pad2:s# pad3:# pad4:#pad5:#pad6:#pad7:# LxListFontsReply Ntype:d#pad1:d#sequenceNumber:s#length:#nPaths:s#pad2:s# pad3:# pad4:#pad5:#pad6:#pad7:# MxGetFontPathReply Otype:d#depth:#sequenceNumber:s#length:#visual:#pad3:# pad4:#pad5:#pad6:#pad7:# NxGetImageReply Ptype:d#pad1:d#sequenceNumber:s#length:#nColormaps:s#pad2:s# pad3:# pad4:#pad5:#pad6:#pad7:# OxListInstalledColormapsReply Qtype:d#pad1:d#sequenceNumber:s#length:#red:s#green:s# blue:s# pad2:s#pixel:#pad3:#pad4:#pad5:# PxAllocColorReply Rtype:d#pad1:d#sequenceNumber:s#length:#pixel:#exactRed:s# exactGreen:s#exactBlue:s#screenRed:s#screenGreen:s#screenBlue:s#pad2:#pad3:# QxAllocNamedColorReply Stype:d#pad1:d#sequenceNumber:s#length:#nPixels:s#nMasks:s# pad3:# pad4:#pad5:#pad6:#pad7:# RxAllocColorCellsReply Ttype:d#pad1:d#sequenceNumber:s#length:#nPixels:s#pad2:s# redMask:# greenMask:#blueMask:#pad3:#pad4:# SxAllocColorPlanesReply Utype:d#pad1:d#sequenceNumber:s#length:#nColors:s#pad2:s# pad3:# pad4:#pad5:#pad6:#pad7:# TxQueryColorsReply Vtype:d#pad1:d#sequenceNumber:s#length:#exactRed:s#exactGreen:s# exactBlue:s# screenRed:s#screenGreen:s#screenBlue:s#pad3:#pad4:#pad5:# UxLookupColorReply Wtype:d#pad1:d#sequenceNumber:s#length:#width:s#height:s# pad3:# pad4:#pad5:#pad6:#pad7:# VxQueryBestSizeReply Xtype:d#pad1:d#sequenceNumber:s#length:#presentG#major_opcode:# first_event:# first_error:# pad3:# pad4:#pad5:#pad6:#pad7:# WxQueryExtensionReply Ytype:d#nExtensions:#sequenceNumber:s#length:#pad2:#pad3:# pad4:#pad5:#pad6:#pad7:# YxListExtensionsReply Ztype:d#success:#sequenceNumber:s#length:#pad2:#pad3:# pad4:#pad5:#pad6:#pad7:# ZxSetModifierMappingReply [type:d#numKeyPerModifier:#sequenceNumber:s#length:#pad1:#pad2:# pad3:#pad4:#pad5:#pad6:# ZxGetModifierMappingReply ZxSetPointerMappingReply \type:d#keySymsPerKeyCode:#sequenceNumber:s#length:#pad2:#pad3:# pad4:#pad5:#pad6:#pad7:# \xGetKeyboardMappingReply ]type:d#nElts:#sequenceNumber:s#length:#pad2:#pad3:# pad4:#pad5:#pad6:#pad7:# \xGetPointerMappingReply ^type:d#pad1:d#sequenceNumber:s#length:#accelNumerator:s#accelDenominator:s# threshold:s# pad2:s#pad3:#pad4:#pad5:#pad6:# ]xGetPointerControlReply ` type:d#pad1:d#sequenceNumber:s#length:#timeout:s#interval:s# preferBlankingG# allowExposuresG# pad2:s#pad3:#pad4:#pad5:#pad6:# ^xGetScreenSaverReply atype:d#enabledG#sequenceNumber:s#length:#nHosts:s#pad1:s# pad3:# pad4:#pad5:#pad6:#pad7:# `(xListHostsReplyaetype:d#detail:d#sequenceNumber:s# 7&KeyButMask bbpad00:#time:#root:#event:# child:#rootX?#rootY?#eventX?#eventY?#stateae#sameScreenG#pad1:d# cEpad00:#time:#root:#event:# child:#rootX?#rootY?#eventX?#eventY?#stateae#mode:d#flags:d# cpad00:#window:#mode:d#pad1:d# pad2:d# pad3:d# dOpad00:#window:#x:s#y:s# width:s# height:s#count:s#pad2:s#e6pad00:#drawable:#x:s#y:s# width:s# height:s#minorEvent:s#count:s#majorEvent:d#pad1:d#pad2:d#pad3:d# epad00:#drawable:#minorEvent:s#majorEvent:d# bpad:d#  fpad00:#window:#state:#pad1:d# pad2:d# pad3:d# fpad00:#parent:#window:#x?# y?#width:s#height:s#borderWidth:s#overrideG#bpad:d# g$pad00:#event:#window:#gpad00:#event:#window:#fromConfigureG# pad1:d# pad2:d#pad3:d#h?pad00:#event:#window:#overrideG# pad1:d# pad2:d#pad3:d# hpad00:#parent:#window:#i=pad00:#event:#window:#parent:# x?#y?#overrideG#pad1:d#pad2:d#pad3:d#jpad00:#event:#window:#aboveSibling:# x?#y?#width:s#height:s#borderWidth:s#overrideG#bpad:d# jpad00:#parent:#window:#sibling:# x?#y?#width:s#height:s#borderWidth:s#valueMask:s#pad1:# kpad00:#event:#window:#x?# y?#pad1:#pad2:#pad3:#pad4:# kpad00:#window:#width:s#height:s# lpad00:#event:#window:#parent:# place:d#pad1:d#pad2:d#pad3:d#m pad00:#window:#atom:#time:# state:d#pad1:d#pad2:s#m^pad00:#time:#window:#atom:# mpad00:#time:#owner:#requestor:# selection:#target:#property:#nvpad00:#time:#requestor:#selection:# target:#property:#opad00:#window:#colormap:#newG# state:d# pad1:d#pad2:d#onpad00:#request:#firstKeyCode:#count:#pad1:d#otype:#longs0K#longs1K#longs2K# longs3K#longs4K#ptype:#shorts0?#shorts1?#shorts2?#shorts3?# shorts4?# shorts5?#shorts6?#shorts7?#shorts8?#shorts9?#signed char pINT8pq &q9type:#bytesp#qolon#so#bq # qpad00:#window:#uq9# t(ua#keyButtonPointeraz#enterLeavebb#focuscE#exposec#graphicsExposuredO#noExposuree6#visibilitye#createNotifyf#destroyNotifyf#unmapNotifyg$#mapNotifyg#mapRequesth?#reparenth#configureNotifyi=#configureRequestj#gravityj#resizeRequestk#circulatek#propertyl#selectionClearm #selectionRequestm^#selectionNotifym#colormapnv#mappingNotifyo#clientMessageqo#_xEvent tJuq# t(xEvent wgeneric?#geom@#treeA#atomB#atomNameC#propertyD#listPropertiesE#selectionF#grabPointerGn#grabKeyboardG#pointerH#motionEventsI#coordsJ#inputFocusKv#textExtentsL#fontsM#fontPathN#imageO#colormapsP#allocColorQ#allocNamedColorR#colorCellsS#colorPlanesT#colorsU#lookupColorV#bestSizeW#extensionX#extensionsY#setModifierMappingZ#getModifierMapping[#setPointerMapping[#getKeyboardMapping\#getPointerMapping]#pointerControl^#screenSaver` #hostsa#error;#eventtJ# t[xReply w x$  w    w_XInternalAsyncxnext?#handlerx$#data# x  x x_XLockPtrsxlock_displayx#unlock_displayx# x x_XKeytrans y _XDisplayAtoms y_XContextDB y9 yP y[ydefaultCCCs#clientCmaps#perVisualIntensityMaps#_XIMFilter y z    y z _XInternalConnectionProc  zG_XConnectionInfo(zfd#read_callbackz#call_data#watch_dataz5#nextz># {     z5 z {XConnectionWatchProc {5_XConnWatchInfo{fn{ #client_data#next{,# {_XkbInfoRec {_XtransConnInfo {_X11XCBPrivate { {{|& ||&|M& Display_FcCharSet |_FcCharSet |l_FcPattern |FcPattern |_XftFont }Hascent#descent#height#max_advance_width# charset|#pattern|# |XftFont }H FcChar32_XftFtFile` ~'next~'#ref#file#id#xsize~?# ysize~?#(matrix~#0lock#Pface#X }vsigned long ~0FT_F26Dot6 ~0FT_Fixed FT_Matrix_ ~xx~T#xy~T#yx~T#yy~T# ~gFT_Matrix ~0FT_Long wFT_String ~signed int ~FT_Int signed short FT_Short ~0FT_Pos FT_Bitmap_Size_ height,#width,#size?#x_ppem?#y_ppem?# PFT_Bitmap_Size  +FT_Face FT_Encoding_ FT_ENCODING_NONEFT_ENCODING_MS_SYMBOLFT_ENCODING_UNICODEҹFT_ENCODING_SJISҩFT_ENCODING_GB2312FT_ENCODING_BIG5ΥFT_ENCODING_WANSUNG܅FT_ENCODING_JOHABнFT_ENCODING_MS_SJISҩFT_ENCODING_MS_GB2312FT_ENCODING_MS_BIG5ΥFT_ENCODING_MS_WANSUNG܅FT_ENCODING_MS_JOHABнFT_ENCODING_ADOBE_STANDARDžFT_ENCODING_ADOBE_EXPERTńFT_ENCODING_ADOBE_CUSTOMÄFT_ENCODING_ADOBE_LATIN_1FT_ENCODING_OLD_LATIN_2FT_ENCODING_APPLE_ROMANɋ FT_Encoding 7&FT_UShort FT_CharMapRec_ face#encoding#platform_id0# encoding_id0# D FT_CharMap  *B FT_Generic_Finalizer FT_Generic_ Xdata*B#finalizer# FT_Generic FT_BBox_ xMin?#yMin?#xMax?#yMax?# mFT_BBox FT_LibraryRec_ FT_Library 4FT_GlyphSlot FT_UInt FT_Glyph_Metrics_@ width?#height?#horiBearingX?#horiBearingY?#horiAdvance?# vertBearingX?#(vertBearingY?#0vertAdvance?#8 0FT_Glyph_Metrics FT_Vector_ Ux?#y?# "FT_Vector FT_Glyph_Format_ FT_GLYPH_FORMAT_NONEFT_GLYPH_FORMAT_COMPOSITEڽFT_GLYPH_FORMAT_BITMAP襓FT_GLYPH_FORMAT_OUTLINEFT_GLYPH_FORMAT_PLOTTERޱ iFT_Glyph_Format FT_Bitmap_( rows#width#pitch#buffer0#num_grays&%#pixel_modew#palette_modew#palette*B# 9FT_Bitmap U &%FT_Outline_( n_contours&%#n_points&%#points#tags#contours#flags# FT_Outline FT_SubGlyphRec_ FT_SubGlyph FT_Slot_InternalRec_ FT_Slot_Internal FT_GlyphSlotRec_0 4library#face#next#reserved#genericX# metrics#0linearHoriAdvance~T#plinearVertAdvance~T#xadvanceU#format#bitmap#bitmap_left #bitmap_top #outline#num_subglyphs#subglyphs#control_data*B#control_len&#lsb_delta?#rsb_delta?#other*B#internal # (FT_Size_Metrics_8 x_ppem0#y_ppem0#x_scale~T#y_scale~T#ascender?#descender?# height?#(max_advance?#0 =FT_Size_Metrics FT_Size_InternalRec_  /FT_Size_Internal FT_SizeRec_X face#genericX#metrics#internal8#P S FT_Size FT_DriverRec_ FT_Driver WFT_Memory *B;  &  ;FT_Alloc_Func z  *B \ zFT_Free_Func *B  & & *B FT_Realloc_Func FT_MemoryRec_ Wuser*B#allocD#free#realloc# FT_StreamDesc_ value&#pointer*B# `FT_StreamDesc 8FT_Stream   0  FT_Stream_IoFunc > ) >FT_Stream_CloseFunc FT_StreamRec_P 8base0#size#pos#descriptor#pathname# read#(closeG#0memory#8cursor0#@limit0#H e FT_ListNode FT_ListNodeRec_ prevA#nextA#data*B# WFT_ListRec_ headA#tailA# FT_ListRec FT_Face_InternalRec_ FT_Face_Internal FT_FaceRec_ +num_faces~#face_index~#face_flags~#style_flags~#num_glyphs~# family_name~#(style_name~#0num_fixed_sizes #8available_sizes#@num_charmaps #Hcharmaps#PgenericX#Xbbox#hunits_per_EM0#ascender,#descender,#height,#max_advance_width,#max_advance_height,#underline_position,#underline_thickness,#glyph#size#charmap#driver#memory#stream#sizes_list#autohintX#extensions*B#internal# 9 }vXftFtFile 4 FcBool_XftFontInfoh hash}c#fileH#xsize~?#ysize~?#antialiasQ# emboldenQ#$rgba#(lcd_filter#,matrix~#0transformQ#Pload_flags #TrenderQ#Xspacing#\minspaceQ#`char_width#d bXftFontInfo_XGlyphInfo 8width7&#height7&#x&%#y&%#xOff&%#yOff&%# XGlyphInfo_XftGlyph metrics8#bitmap*B#glyph_memory# MXftGlyph _XftUcsHash ucs4}c#glyph# XftUcsHash  GlyphSet PictFormatred&%#redMask&%#green&%#greenMask&%#blue&%#blueMask&%# alpha&%# alphaMask&%# IXRenderDirectFormat(sid4#type#depth# direct#colormap%/# XRenderPictFormat s_XftFontInt public}H#next}Z# hash_next}Z#(info#0ref#glyphs#num_glyphs#hash_table#hash_value#rehash_value#glyphset!#format#glyph_memory#max_glyph_memory#use_free_glyphsQ# XftFontInt _compute_xrender_bitmap_sizeT46$targetQxslotRpmodeSlftbitU`widthV\heightVXpitchVTD$ FT_Render_Mode_ FT_RENDER_MODE_NORMALFT_RENDER_MODE_LIGHTFT_RENDER_MODE_MONOFT_RENDER_MODE_LCDFT_RENDER_MODE_LCD_VFT_RENDER_MODE_MAX FT_Render_Mode _fill_xrender_bitmap6h?`$targetxslotpmodelbgrhftbit`6?`srcLine0XdstLine0Psrc_pitchLwidthHheightDpitch@subpixelh7@?`7H?7H?7H97X8,7X8,7X8,7p77p7x8498498D98D98D98\88\8x9999bytes9;9:9:9:9:L9:Lxdst$9:L9:,9:,pix;<;<;<;<;0;;0;xsrc0dst$;@;;X;;X;pix<<<<<<< << <xsrc0dst$<0<=>=>= == =x.src0/dst$0=0==H==H=pix4>?>?>?>(>>(>xCsrc0Ddst$E>8>>P>>P>pixID XftFontLoadGlyphs^?O dpyYx }ZpubZp Qneed_bitmaps[l glyphs\` nglyph]\info_Pfont`HerroraDglyphindexb@glyphslotcxftgdglyphebufLocalf_bufBitmap0g_bufSizeh_sizei_widthj_heightk_leftl_rightl_topl_bottoml_ftbitm^localn^vectorUo^facep^modeq^@O\@O0@O0B,DB\DXB\DXxc^yc^DFEFEFEFEEEEEEE8EE8Eadjust^EFEFEFEFEFadjust^GJHJHJHJHJHJxO^yO^line0P^IJI JtI JtI JLI4II4IdenZ LLNL`NL`NLMLMLMLMLMLMline0^i^LMLMlLMlc^D4 _XftDisplayInfo HnextH#display#codes5#defaults|#hasRenderQ# fonts}Z#(solidFormat#0glyph_memory#8max_glyph_memory#@use_free_glyphsQ#Hnum_unref_fonts#Lmax_unref_fonts#Pcolors4#XfontHashR# red7&#green7&#blue7&#alpha7&# QXRenderColor Picture_XftSolidColor color#screen#pict# XftSolidColor R&}Zp&~ XftDisplayInfo p FT_Error Glyph!&w &XftFontUnloadGlyphsOR dpyx }Zpubp glyphsh nglyphdinfoXfontPxftgHglyphindexDglyphBuf'nusedD  F!&"XftFontCheckGlyphRT|QK dpy x }Zpub p Qneed_bitmaps l glyphh Kmissing` ;nmissingXfontHxftg@nD "XftCharExists7TTQ dpy4x }Zpub5p }cucs46lD"XftCharIndexCU Wh dpy@x }ZpubAp }cucs4BlfontD`ent}cE\offset}cEXfaceFPD_XftFontUncacheGlyphmWY] dpylx }Zpublpfontnhglyph_memoryo`glyphindexp\xftgqPD _XftFontManageMemoryY[ dpyx }ZpubpfonthD FT_LibraryRec_ FT_LcdFilter_wFT_LCD_FILTER_NONEFT_LCD_FILTER_DEFAULTFT_LCD_FILTER_LIGHTFT_LCD_FILTER_LEGACYFT_LCD_FILTER_MAX#FT_Library_SetLcdFilter $XftSwapCARD32 $ %XftNativeByteOrder$XftMemFree0  $XftMemAlloc\  $_XftDisplayManageMemory #_XftDisplayInfoGet %XftDebug 9#FcFreeTypeCharIndex*  |$XftUnlockFaceX * |#XftLockFace X $XRenderFreeGlyphs    w $XRenderAddGlyphsv    $XRenderFreeGlyphSet   #XRenderCreateGlyphSet! |_ #FcCharSetHasCharQN #__posix_ttyname_r   #__posix_getlogin_r  #lockf   &w #truncateF & &off64_t#tellF| *: | &ssize_t#pwrite   *:#pread*   #lseekFa  F #ftruncate  &w #truncate & &off_t#tell *: #pwrite]    #pread   #lseek  #lockf   &#ftruncate=  &w =&F dev_t ino_t mode_t nlink_t uid_t gid_t &time_ttimespectv_sec#tv_nsec&# timestruc_t blksize_t &blkcnt_twb&statst_devX#st_inoh#st_modex#st_nlink#st_uid#st_gid#st_rdevX# st_size#(st_atim#0st_mtim#@st_ctim#Pst_blksize#`st_blocks2#hst_fstypeE#p b&#lstat O w #fstatat#  w #&,&#statt 5 >#fstat  w w&stat64st_devX#st_inoh#st_modex#st_nlink#st_uid#st_gid#st_rdevX# st_size#(st_atim#0st_mtim#@st_ctim#Pst_blksize#`st_blocks2#hst_fstype#p #fstatatK  w K&T&#lstat ] fw &&#stat #fstat  "~g %$FT_Vector_Transformk  . (#FT_Render_Glyph k  9#FT_Load_Glyph  ~& #__posix_ctime_r> tm$tm_sec#tm_min#tm_hour#tm_mday# tm_mon#tm_year#tm_wday#tm_yday#tm_isdst# > &&#__posix_asctime_r]  #memset*B *B  &*B*: &#memcpy*B #mkstemp #mkstemp? %rand#malloc*Bw $free“ *B&°&__FILE__pad“# °#ftelloF °#fseekoE  & & E#fsetposÇ  N &#fgetpos  Ç °FILE %tmpfilew w #freopenJ  w Jw \#fopenĜ S e °#ftello Ĝ#fseeko  & & #fsetposE  &&Ç#fgetposŇ E Nw Ň&Ő#printf ř'w &w &&#freopenA w A&Jw \&e#fopenƥ S n%tmpfile>xftinit.c /var/tmp/libXft-2.3.0/src /opt/solstudio12.2/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I.. -I../include/X11/Xft -I/usr/local/include -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -v -I../include/X11/Xft -g -c -KPIC -DPIC xftinit.c -W0,-xp\$XAoAMiKEF8cPUOl.Xa;g;P;R=Sun C 5.11 SunOS_sparc 145354-01 2010/10/11;G=$XAoAMiKEF8cPUOl.;backend;raw;cd;DBG_GEN 5.3.0.RXftInit[([[[sconfigxDintcharbjXftGetVersion)[[[DbA name# alloc_count[# alloc_mem[# free_count[# free_mem[#long `f A XftInUseI3 [ XftMemNotice=  XftMemReportC\ ] i[D|D XftMemAllocW]_DO[kindV|[sizeVxD XftMemFreef_h`[kinde|[sizeexD XftFreeNotify[? ( XftAllocNotify[? $ XftFreeMem[;  XftFreeCount[;  XftAllocMem[:  XftAllocCount[:  _XftConfigInitialized[ _XftNameInitXftDebug[[FcBoolFcInitbunsigned long__posix_ttyname_r[P[__posix_getlogin_r[[lockf[[[Abtruncate[AAoff64_ttell;[void;CAssize_tpwriteU[LU;preadU[Ulseek([[ftruncate[Z[AbZtruncate[cAAoff_ttell[;pwriteU $[UpreadU d[Ulseek [[lockf[ [[Aftruncate[ [Ab  dev_tino_tunsigned ?mode_t ?nlink_t[uid_t[gid_tAtime_ttimespec tv_sec # tv_nsecA# timestruc_t[blksize_tAblkcnt_t b 5 Astat b st_dev # st_ino /# st_mode K# st_nlink \# st_uid n# st_gid ~# st_rdev # st_size#( st_atim #0 st_mtim #@ st_ctim #P st_blksize #` st_blocks #h st_fstype #p 5 blstat[   kb fstatat[ [  b[b   bstat[ G  fstat[ u[ bb u b Astat64 st_dev # st_ino /# st_mode K# st_nlink \# st_uid n# st_gid ~# st_rdev # st_size#( st_atim #0 st_mtim #@ st_ctim #P st_blksize #` st_blocks #h st_fstype #p fstatat[[ ~[b'lstat[p09bpystat[fstat[[A__posix_ctime_r9tm$ tm_sec[# tm_min[# tm_hour[# tm_mday[# tm_mon[# tm_year[# tm_wday[# tm_yday[# tm_isdst[# 9__posix_asctime_rX mkstemp[mkstemp[ A A__FILE  __pad#ftellofseeko[XA[AXfsetpos[aAfgetpos[FILE tmpfilebbfreopen] b]bofopenfxftellofseeko[A[Afsetpos[Xfgetpos[Xabprintf[bbfreopenT bT]boxfopenftmpfile]xftlist.c /var/tmp/libXft-2.3.0/src /opt/solstudio12.2/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I.. -I../include/X11/Xft -I/usr/local/include -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -v -I../include/X11/Xft -g -c -KPIC -DPIC xftlist.c -W0,-xp\$XAoAMiKGF8cPUVl.Xa;g;P;R=Sun C 5.11 SunOS_sparc 145354-01 2010/10/11;G=$XAoAMiKGF8cPUVl.;backend;raw;cd;DBG_GEN 5.3.00XftListFontsPatternObjects`aB&dpyxscreentpatternh}Tos`Dint_FcPatternFcPattern _FcFontSet. nfont# sfont# fonts#FcFontSet. _XExtData  number# next# free_private# private_data#K  charXPointerKXExtData | D &/DFreeFuncTypeunsigned chardKeyCodeu max_keypermod# modifiermap#XModifierKeymap  FreeModmapType _XFreeFuncsH atomsM# modifiermap# key_bindingsM# context_dbM# defaultCCCsM# clientCmapsM#( intensityMapsM#0 im_filtersM#8 xkbM#@0unsigned longXID_XDisplayH ext_data# free_funcs# fd# conn_checker# proto_major_version# proto_minor_version# vendor# resource_base-#( resource_mask-#0 resource_id-#8 resource_shift#@ resource_allocC#H byte_order#P bitmap_unit#T bitmap_pad#X bitmap_bit_order#\ nformats#` pixmap_format#h vnumber#p release#t head#x tail# qlen# last_request_read# request# last_req# buffer# bufptr# bufmax# max_request_size~# db/1# synchandler/E# display_name# default_screen# nscreens# screens5T# motion_buffer# flags5]# min_keycode# max_keycode# keysyms5w# modifiermap# keysyms_per_keycode# xdefaults# scratch_buffer# scratch_length# ext_number# ext_procs5# event_vec? # wire_vec?;# lock_meaning5f# lock?f# async_handlers?o# bigreq_size# lock_fnsyc# idlist_allocyo# key_bindingsy# cursor_font0# atomsy# mode_switch~# num_lock~# context_dby# error_vecy# cmsy# im_filterszH# qfree# next_event_serial_num# flushes5# im_fd_infoz# im_fd_length# conn_watchers{# watcher_count# filedes# savedsynchandler|# resource_max-# xcmisc_opcode# xkb_info|# trans_conn|5# xcb|O# next_cookie~# generic_event_vec|l# generic_event_copy_vec|# cookiejar*#$; -C & ext_data# depth# bits_per_pixel# scanline_pad#LScreenFormat.Window([ type# serial# send_event# display&# window# XAnyEventTimeunsigned` type# serial# send_event# display&# window# root#( subwindow#0 timeo#8 x#@ y#D x_root#H y_root#L state~#P keycode~#T same_screen#XXKeyEvent` type# serial# send_event# display&# window# root#( subwindow#0 timeo#8 x#@ y#D x_root#H y_root#L state~#P button~#T same_screen#XXButtonEvent`& type# serial# send_event# display&# window# root#( subwindow#0 timeo#8 x#@ y#D x_root#H y_root#L state~#P is_hint#T same_screen#XXMotionEventh type# serial# send_event# display&# window# root#( subwindow#0 timeo#8 x#@ y#D x_root#H y_root#L mode#P detail#T same_screen#X focus#\ state~#`=XCrossingEvent00 type# serial# send_event# display&# window# mode#( detail#,XFocusChangeEvent@ type# serial# send_event# display&# window# x#( y#, width#0 height#4 count#8LXExposeEventDrawableH( type# serial# send_event# display&# drawable$# x#( y#, width#0 height#4 count#8 major_code#< minor_code#@7XGraphicsExposeEvent0 type# serial# send_event# display&# drawable$# major_code#( minor_code#,GXNoExposeEvent0~ type# serial# send_event# display&# window# state#(XVisibilityEventH type# serial# send_event# display&# parent# window#( x#0 y#4 width#8 height#< border_width#@ override_redirect#DXCreateWindowEvent0/ type# serial# send_event# display&# event# window#(XDestroyWindowEvent8 type# serial# send_event# display&# event# window#( from_configure#0MXUnmapEvent8 type# serial# send_event# display&# event# window#( override_redirect#0XMapEvent01 type# serial# send_event# display&# parent# window#(XMapRequestEventH type# serial# send_event# display&# event# window#( parent#0 x#8 y#< override_redirect#@LXReparentEventX< type# serial# send_event# display&# event# window#( x#0 y#4 width#8 height#< border_width#@ above#H override_redirect#P2XConfigureEvent8 type# serial# send_event# display&# event# window#( x#0 y#4VXGravityEvent0 type# serial# send_event# display&# window# width#( height#, XResizeRequestEvent` type# serial# send_event# display&# parent# window#( x#0 y#4 width#8 height#< border_width#@ above#H detail#P value_mask#XXConfigureRequestEvent8! type# serial# send_event# display&# event# window#( place#0 XCirculateEvent8"2 type# serial# send_event# display&# parent# window#( place#0!XCirculateRequestEventAtom@# type# serial# send_event# display&# window# atom"S#( timeo#0 state#8"bXPropertyEvent8# type# serial# send_event# display&# window# selection"S#( timeo#0#XSelectionClearEventP$ type# serial# send_event# display&# owner# requestor#( selection"S#0 target"S#8 property"S#@ timeo#H#XSelectionRequestEventH% type# serial# send_event# display&# requestor# selection"S#( target"S#0 property"S#8 timeo#@$XSelectionEventColormap8&V type# serial# send_event# display&# window# colormap%#( new#0 state#4%XColormapEventlong&&oshort&&&o &o(&&o(' b&w# s&# l&#`' type# serial# send_event# display&# window# message_type"S#( format#0 data&#8' XClientMessageEvent8( type# serial# send_event# display&# window# request#( first_keycode#, count#0'XMappingEvent()> type# display&# resourceid-# serial# error_coded# request_coded#! minor_coded#"(XErrorEvent )q&oH) type# serial# send_event# display&# window# key_vector)T#()qXKeymapEvent(* type# serial# send_event# display&# extension# evtype#$* XGenericEventvoid*8+b type# serial# send_event# display&# extension# evtype#$ cookie~#( data*#0*XGenericEventCookie&o+&o_XEvent. type# xany[# xkey# xbutton# xmotion&# xcrossing# xfocus0# xexpose # xgraphicsexpose(# xnoexpose# xvisibility~# xcreatewindow# xdestroywindow/# xunmap# xmap# xmaprequest1# xreparent# xconfigure<# xgravity# xresizerequest# xconfigurerequest # xcirculate!# xcirculaterequest"2# xproperty## xselectionclear## xselectionrequest$# xselection%# xcolormap&V# xclient'# xmapping(# xerror)># xkeymap)# xgeneric*# xcookie+b# pad+#+XEvent _XSQEvent/ next# event.# qserial_num#_XrmHashBucketRec//:VisualID80 ext_data# visualid/N# class# red_mask# green_mask# blue_mask#( bits_per_rgb#0 map_entries#4/aVisual00} depth# nvisuals# visuals0-#06Depth0}GContextPixmapFont2 function# plane_mask# foreground# background# line_width# line_style#$ cap_style#( join_style#, fill_style#0 fill_rule#4 arc_mode#8 tile0#@ stipple0#H ts_x_origin#P ts_y_origin#T font0#X subwindow_mode#` graphics_exposures#d clip_x_origin#h clip_y_origin#l clip_mask0#p dash_offset#x dashes#|0XGCValues _XGC3u ext_data# gid0# rects# dashes# dirty# values2# 23uGC5C ext_data# display# root# width# height# mwidth# mheight#$ ndepths#( depths0#0 root_depth#8 root_visual0-#@ default_gc3~#H cmap%#P white_pixel#X black_pixel#` max_maps#h min_maps#l backing_store#p save_unders#t root_input_mask&o#x3Screen5CKeySym5f=5 extension# major_opcode# first_event# first_error# 5XExtCodes5 6@ & 3~ 666@CreateGCType 6 & 3~ 66`6CopyGCType 6 & 3~ 666FlushGCType 7* & 3~ 667*FreeGCType7x name"S# card32#7HXFontProp7xunsigned short 8- lbearing&# rbearing&# width&# ascent&# descent&# attributes7# 7XCharStruct8-`9 ext_data# fid0# direction~# min_char_or_byte2~# max_char_or_byte2~# min_byte1~# max_byte1~# all_chars_exist#$ default_char~#( n_properties#, properties7#0 min_bounds8-#8 max_bounds8-#D per_char8C#P ascent#X descent#\8LXFontStruct9 : & 9 69:CreateFontType :i & 9 6:::iFreeFontType : & 6::CloseDisplayTypedBYTE7CARD16~CARD32dCARD8 < type:# errorCode:# sequenceNumber:# resourceID:# minorCode:# majorCode;# pad1:# pad3:# pad4:# pad5:# pad6:# pad7:#;xError<   = & < *<=PrintErrorType=9 ={ & 6 =B &o=K={BeforeFlushType _XExten> next5# codes5# create_GC6I# copy_GC6# flush_GC6#( free_GC73#0 create_Font:!#8 free_Font:r#@ close_display:#H error??'&o?'?2?Y&o_XLockInfo?Yx @G type:# data1:# sequenceNumber:# length:# data00:# data01:# data02:# data03:# data04:# data05:#?xxGenericReply&INT16 Ai type:# depth;# sequenceNumber:# length:# root:# x@_# y@_# width:# height:# borderWidth:# pad1:# pad2:# pad3:#@oxGetGeometryReply B_ type:# pad1:# sequenceNumber:# length:# root:# parent:# nChildren:# pad2:# pad3:# pad4:# pad5:#AxQueryTreeReply C; type:# pad1:# sequenceNumber:# length:# atom:# pad2:# pad3:# pad4:# pad5:# pad6:#ByxInternAtomReply D/ type:# pad1:# sequenceNumber:# length:# nameLength:# pad2:# pad3:# pad4:# pad5:# pad6:# pad7:#CVxGetAtomNameReply E type:# format;# sequenceNumber:# length:# propertyType:# bytesAfter:# nItems:# pad1:# pad2:# pad3:#DKxGetPropertyReply F type:# pad1:# sequenceNumber:# length:# nProperties:# pad2:# pad3:# pad4:# pad5:# pad6:# pad7:#E;xListPropertiesReply F type:# pad1:# sequenceNumber:# length:# owner:# pad2:# pad3:# pad4:# pad5:# pad6:#F4xGetSelectionOwnerReply G type:# status:# sequenceNumber:# length:# pad1:# pad2:# pad3:# pad4:# pad5:# pad6:#GxGrabPointerReplyGxGrabKeyboardReplydBOOL I" type:# sameScreenH# sequenceNumber:# length:# root:# child:# rootX@_# rootY@_# winX@_# winY@_# mask:# pad1:# pad:#H%xQueryPointerReply J type:# pad1:# sequenceNumber:# length:# nEvents:# pad2:# pad3:# pad4:# pad5:# pad6:#I?xGetMotionEventsReply J type:# sameScreenH# sequenceNumber:# length:# child:# dstX@_# dstY@_# pad2:# pad3:# pad4:# pad5:#J$xTranslateCoordsReply K type:# revertTo;# sequenceNumber:# length:# focus:# pad1:# pad2:# pad3:# pad4:# pad5:#KxGetInputFocusReplyINT32 M6 type:# drawDirection;# sequenceNumber:# length:# fontAscent@_# fontDescent@_# overallAscent@_# overallDescent@_# overallWidthL# overallLeftL# overallRightL# pad:#LxQueryTextExtentsReply N, type:# pad1:# sequenceNumber:# length:# nFonts:# pad2:# pad3:# pad4:# pad5:# pad6:# pad7:#MWxListFontsReply O type:# pad1:# sequenceNumber:# length:# nPaths:# pad2:# pad3:# pad4:# pad5:# pad6:# pad7:#NFxGetFontPathReply O type:# depth;# sequenceNumber:# length:# visual:# pad3:# pad4:# pad5:# pad6:# pad7:#O7xGetImageReply P type:# pad1:# sequenceNumber:# length:# nColormaps:# pad2:# pad3:# pad4:# pad5:# pad6:# pad7:#PxListInstalledColormapsReply Q type:# pad1:# sequenceNumber:# length:# red:# green:# blue:# pad2:# pixel:# pad3:# pad4:# pad5:#QxAllocColorReply S, type:# pad1:# sequenceNumber:# length:# pixel:# exactRed:# exactGreen:# exactBlue:# screenRed:# screenGreen:# screenBlue:# pad2:# pad3:#RxAllocNamedColorReply T$ type:# pad1:# sequenceNumber:# length:# nPixels:# nMasks:# pad3:# pad4:# pad5:# pad6:# pad7:#SLxAllocColorCellsReply U& type:# pad1:# sequenceNumber:# length:# nPixels:# pad2:# redMask:# greenMask:# blueMask:# pad3:# pad4:#TDxAllocColorPlanesReply V type:# pad1:# sequenceNumber:# length:# nColors:# pad2:# pad3:# pad4:# pad5:# pad6:# pad7:#UGxQueryColorsReply WO type:# pad1:# sequenceNumber:# length:# exactRed:# exactGreen:# exactBlue:# screenRed:# screenGreen:# screenBlue:# pad3:# pad4:# pad5:#V9xLookupColorReply XA type:# pad1:# sequenceNumber:# length:# width:# height:# pad3:# pad4:# pad5:# pad6:# pad7:#WkxQueryBestSizeReply Ym type:# pad1:# sequenceNumber:# length:# presentH# major_opcode;# first_event;# first_error;# pad3:# pad4:# pad5:# pad6:# pad7:#X_xQueryExtensionReply ZU type:# nExtensions;# sequenceNumber:# length:# pad2:# pad3:# pad4:# pad5:# pad6:# pad7:#YxListExtensionsReply [9 type:# success;# sequenceNumber:# length:# pad2:# pad3:# pad4:# pad5:# pad6:# pad7:#ZtxSetModifierMappingReply \+ type:# numKeyPerModifier;# sequenceNumber:# length:# pad1:# pad2:# pad3:# pad4:# pad5:# pad6:#[\xGetModifierMappingReplyZtxSetPointerMappingReply ]? type:# keySymsPerKeyCode;# sequenceNumber:# length:# pad2:# pad3:# pad4:# pad5:# pad6:# pad7:#\pxGetKeyboardMappingReply ^% type:# nElts;# sequenceNumber:# length:# pad2:# pad3:# pad4:# pad5:# pad6:# pad7:#]bxGetPointerMappingReply _F type:# pad1:# sequenceNumber:# length:# accelNumerator:# accelDenominator:# threshold:# pad2:# pad3:# pad4:# pad5:# pad6:#^GxGetPointerControlReply `x type:# pad1:# sequenceNumber:# length:# timeout:# interval:# preferBlankingH# allowExposuresH# pad2:# pad3:# pad4:# pad5:# pad6:#_hxGetScreenSaverReply ao type:# enabledH# sequenceNumber:# length:# nHosts:# pad1:# pad3:# pad4:# pad5:# pad6:# pad7:#`xListHostsReplya type:# detail:# sequenceNumber:#7KeyButMask b pad00:# time:# root:# event:# child:# rootX@_# rootY@_# eventX@_# eventY@_# statea# sameScreenH# pad1:# c pad00:# time:# root:# event:# child:# rootX@_# rootY@_# eventX@_# eventY@_# statea# mode:# flags:# d) pad00:# window:# mode:# pad1:# pad2:# pad3:# d pad00:# window:# x:# y:# width:# height:# count:# pad2:#e pad00:# drawable:# x:# y:# width:# height:# minorEvent:# count:# majorEvent:# pad1:# pad2:# pad3:# f pad00:# drawable:# minorEvent:# majorEvent:# bpad:#  f pad00:# window:# state;# pad1:# pad2:# pad3:# gP pad00:# parent:# window:# x@_# y@_# width:# height:# borderWidth:# overrideH# bpad:# g pad00:# event:# window:#h# pad00:# event:# window:# fromConfigureH# pad1:# pad2:# pad3:#h pad00:# event:# window:# overrideH# pad1:# pad2:# pad3:# h pad00:# parent:# window:#i pad00:# event:# window:# parent:# x@_# y@_# overrideH# pad1:# pad2:# pad3:#j pad00:# event:# window:# aboveSibling:# x@_# y@_# width:# height:# borderWidth:# overrideH# bpad:# k_ pad00:# parent:# window:# sibling:# x@_# y@_# width:# height:# borderWidth:# valueMask:# pad1:# l pad00:# event:# window:# x@_# y@_# pad1:# pad2:# pad3:# pad4:# lX pad00:# window:# width:# height:# l pad00:# event:# window:# parent:# place:# pad1:# pad2:# pad3:#mz pad00:# window:# atom:# time:# state:# pad1:# pad2:#m pad00:# time:# window:# atom:# nb pad00:# time:# owner:# requestor:# selection:# target:# property:#n pad00:# time:# requestor:# selection:# target:# property:#oo pad00:# window:# colormap:# newH# state:# pad1:# pad2:#o pad00:# request;# firstKeyCode;# count;# pad1:#pY type:# longs0L# longs1L# longs2L# longs3L# longs4L#q> type:# shorts0@_# shorts1@_# shorts2@_# shorts3@_# shorts4@_# shorts5@_# shorts6@_# shorts7@_# shorts8@_# shorts9@_#signed charq>INT8qMqy&oq type:# bytesq\#q lo# spY# bqy# r pad00:# window:# uq# t ua# keyButtonPointera# enterLeaveb# focusc# exposed)# graphicsExposured# noExposuree# visibilityf# createNotifyf# destroyNotifygP# unmapNotifyg# mapNotifyh## mapRequesth# reparenth# configureNotifyi# configureRequestj# gravityk_# resizeRequestl# circulatelX# propertyl# selectionClearmz# selectionRequestm# selectionNotifynb# colormapn# mappingNotifyoo# clientMessageq# _xEvent t ur#txEvent x8 generic@G# geomAi# treeB_# atomC;# atomNameD/# propertyE# listPropertiesF# selectionF# grabPointerG# grabKeyboardG# pointerI"# motionEventsJ# coordsJ# inputFocusK# textExtentsM6# fontsN,# fontPathO# imageO# colormapsP# allocColorQ# allocNamedColorS,# colorCellsT$# colorPlanesU&# colorsV# lookupColorWO# bestSizeXA# extensionYm# extensionsZU# setModifierMapping[9# getModifierMapping\+# setPointerMapping\N# getKeyboardMapping]?# getPointerMapping^%# pointerControl_F# screenSaver`x# hostsao# error< # eventt#txReplyx8 x & xI   xR _XInternalAsyncx next?o# handlerx# data# y &xy _XLockPtrsyc lock_displayy# unlock_displayy#yyl_XKeytransyx_XDisplayAtomsy_XContextDByyyz; defaultCCCs# clientCmaps# perVisualIntensityMaps#_XIMFilterz; zx &  zQzx_XInternalConnectionProcz _XConnectionInfo({: fd# read_callbackz# call_data# watch_dataz# nextz# {s &    z{:{sXConnectionWatchProc{ _XConnWatchInfo{ fn{|# client_data# next{#{_XkbInfoRec| _XtransConnInfo|#_X11XCBPrivate|>|X|c|&o|||&o;Display|| _FcObjectSet}> nobject# sobject# objects|#|FcObjectSet}>XftListFonts&a8e,B~&dpy#xscreen$t*...%hva~'XfsB(Pos}T)Hpattern*@first~+apc__p__/__o__~/__v__|/dd__os__}T2__ob__2CD0*va_list~~_FcTypeFcTypeVoidFcTypeIntegerFcTypeDoubleFcTypeStringFcTypeBoolFcTypeMatrixFcTypeCharSetFcTypeFTFaceFcTypeLangSetFcTypedFcChar8FcBooldouble _FcMatrix A xx# xy# yx# yy#FcMatrixAT_FcCharSetfFcCharSets_FcLangSetFcLangSetH s# i# b# d# m]# c# f*# l# _FcValue| type# u#HFcValue_FcPatternFcPatternAdd H FcPatternDestroy@  FcPatternCreate_FcConfig]_FcPatternr|FcFontListB i  |FcObjectSetDestroy | FcObjectSetAddR  FcObjectSetCreate}T__posix_ttyname_r   __posix_getlogin_r  lockf&   &o&truncatei / &o&ooff64_t telli *&ossize_t pwrite   *preadM    lseeki  i ftruncate  &otruncate &o&ooff_t tell- *-pwrite  6  pread    lseek  lockf.   &oftruncate`  &o`!idev_t ino_t ~mode_t ~nlink_t uid_t gid_t &otime_t timespec + tv_sec# tv_nsec&o#timestruc_t blksize_t &oblkcnt_t &o stat st_dev{# st_ino# st_mode# st_nlink# st_uid# st_gid# st_rdev{# st_size#( st_atim+#0 st_mtim+#@ st_ctim+#P st_blksizeA#` st_blocksU#h st_fstypeh#p!lstat r fstatatF  F!O!stat X afstat  &o stat64 # st_dev{# st_ino# st_mode# st_nlink# st_uid# st_gid# st_rdev{# st_size#( st_atim+#0 st_mtim+#@ st_ctim+#P st_blksizeA#` st_blocksU#h st_fstype#pfstatatn  # n!w!#lstat !!#stat fstat?  #&o?__posix_ctime_r H  tm$J tm_sec# tm_min# tm_hour# tm_mday# tm_mon# tm_year# tm_wday# tm_yday# tm_isdst# J!S!__posix_asctime_r \ emkstemp mkstemp &o&o __FILE8 __pad#ftelloig 8fseeko g &o &ofsetpos g &ofgetpos# g FILE# tmpfile2Pbfreopen2 Y k 2fopen2 ftello. fseekof g &o &offsetpos g o!g!fgetpos !!!2freopen2b  b!k}!fopen2 t tmpfile2xftname.c /var/tmp/libXft-2.3.0/src /opt/solstudio12.2/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I.. -I../include/X11/Xft -I/usr/local/include -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -v -I../include/X11/Xft -g -c -KPIC -DPIC xftname.c -W0,-xp\$XAoAMiKHF8cPUcl.Xa;g;P;R=Sun C 5.11 SunOS_sparc 145354-01 2010/10/11;G=$XAoAMiKHF8cPUcl.;backend;raw;cd;DBG_GEN 5.3.01char_FcTypeFcTypeVoidFcTypeIntegerFcTypeDoubleFcTypeStringFcTypeBoolFcTypeMatrixFcTypeCharSetFcTypeFTFaceFcTypeLangSet)FcType_FcObjectType object # type#FcObjectTypelong )U 2 _XftObjectTypes:  )@2 _XftObjectTypes{ _XftNameInit&exeDXftNameParse/ff bAtname.xD_FcPatternAFcPatternNkXftNameUnparse6fHgVObpat5xgdest5pOlen5l name7`fgfgfg newb?XD$intOFcBoolunsigned charpFcChar8 _XftNameInitializedV" ,_FcPatternFcPatternDelV#AFcPatternDestroyT#NTFcPatternDuplicateb]_FcPatternFcNameUnparsepFcNameParsebFcNameRegisterObjectTypesVl!Vunsigned long__posix_ttyname_rOOgl__posix_getlogin_rOgOlockfO2OO22truncateOu;22off64_ttelluOvoid2ssize_tpwrite Olpread aO llseeku OuOftruncateO O2 truncateO  22off_ttell  AO Apwrite O Jlpread O llseek  O OlockfO BOO2ftruncateO tO2 t }ldev_tlino_tunsigned mode_t nlink_tOuid_tOgid_t2time_ttimespec K tv_sec # tv_nsec2# timestruc_tOblksize_t2blkcnt_t  2stat st_dev # st_ino # st_mode # st_nlink # st_uid # st_gid # st_rdev # st_size #( st_atim K#0 st_mtim K#@ st_ctim K#P st_blksize a#` st_blocks u#h st_fstype #p  lstatO  fstatatOfO Ofo statOxfstatOO  2stat64C st_dev # st_ino # st_mode # st_nlink # st_uid # st_gid # st_rdev # st_size #( st_atim K#0 st_mtim K#@ st_ctim K#P st_blksize a#` st_blocks u#h st_fstype#pfstatatOOCOClstatOCstatO1fstatO_OC2___posix_ctime_rghgtm$j tm_secO# tm_minO# tm_hourO# tm_mdayO# tm_monO# tm_yearO# tm_wdayO# tm_ydayO# tm_isdstO# jsg__posix_asctime_rg|gstrncpyg%l%lsize_t strlen7n.gwstrcpygnmkstempOgmkstempOgfree4 2Q2__FILE v __pad4#QftellouvQfseekoO2O2fsetposO(2fgetposOa(QFILE atmpfilepfreopenppfopenp=Qftello l=fseekoO2O2fsetposO(fgetposO((1CLpfreopenp:U^fopenptmpfilepϠ>xftrender.c /var/tmp/libXft-2.3.0/src /opt/solstudio12.2/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I.. -I../include/X11/Xft -I/usr/local/include -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -v -I../include/X11/Xft -g -c -KPIC -DPIC xftrender.c -W0,-xp\$XAoAMiKJF8cPkql.Xa;g;P;R=Sun C 5.11 SunOS_sparc 145354-01 2010/10/11;G=$XAoAMiKJF8cPkql.;backend;raw;cd;DBG_GEN 5.3.03XftGlyphRender,hmfHdpy!xfop"t}src#h~pub$`}dst%Xfsrcx&Tfsrcy'Pfx(Lfy)H!glyphs*@fnglyphs+font-if.missing/wnmissingf0wg1wmax1wsizef2wwidthf2wwire3wchar84wchar165wchar32 6vchar_local7Vchars 8Vglyphs_loaded9VDint_XExtData numberf#next#free_private#private_data# m f  char  XPointer mXExtData , } f H Q fFreeFuncTypeunsigned char KeyCode max_keypermodf#modifiermap# XModifierKeymap  f0   0FreeModmapType_XFreeFuncsH5atomso#modifiermap9#key_bindingso#context_dbo#defaultCCCso# clientCmapso#(intensityMapso#0im_filterso#8xkbo#@ Runsigned long >XID_XDisplayH?ext_data?#free_funcs5#fdf#conn_checkerf#proto_major_versionf#proto_minor_versionf#vendor# resource_baseO#(resource_maskO#0resource_idO#8resource_shiftf#@resource_alloce#Hbyte_orderf#Pbitmap_unitf#Tbitmap_padf#Xbitmap_bit_orderf#\nformatsf#`pixmap_format#hvnumberf#preleasef#thead#xtail#qlenf#last_request_read>#request>#last_req#buffer#bufptr#bufmax#max_request_size#db0S#synchandler0g#display_name#default_screenf#nscreensf#screens6v#motion_buffer>#flags6#min_keycodef#max_keycodef#keysyms6#modifiermap #keysyms_per_keycodef#xdefaults#scratch_buffer#scratch_length>#ext_numberf#ext_procs6#event_vec@+#wire_vec@]# lock_meaning6#lock@#async_handlers@#bigreq_size>#lock_fnsz#idlist_allocz#key_bindingsz#cursor_font1#atomsz#mode_switch#num_lock#context_dbz#error_vecz#cmsz#im_filters{j#qfree#next_event_serial_num>#flushes6#im_fd_info{#im_fd_lengthf#conn_watchers|#watcher_countf#filedes#savedsynchandler}%#resource_maxO#xcmisc_opcodef#xkb_info}<#trans_conn}W#xcb}q#next_cookie#generic_event_vec}#generic_event_copy_vec}#cookiejar+#$ ] Oe ? Hext_data?#depthf#bits_per_pixelf# scanline_padf# nScreenFormat  / >Window(}typef#serial>#send_eventf#displayH#window# XAnyEvent >Timeunsigned`typef#serial>#send_eventf#displayH#window# root#(subwindow#0time#8xf#@yf#Dx_rootf#Hy_rootf#Lstate#Pkeycode#Tsame_screenf#X XKeyEvent` typef#serial>#send_eventf#displayH#window# root#(subwindow#0time#8xf#@yf#Dx_rootf#Hy_rootf#Lstate#Pbutton#Tsame_screenf#X XButtonEvent`Htypef#serial>#send_eventf#displayH#window# root#(subwindow#0time#8xf#@yf#Dx_rootf#Hy_rootf#Lstate#Pis_hint#Tsame_screenf#X "XMotionEventhtypef#serial>#send_eventf#displayH#window# root#(subwindow#0time#8xf#@yf#Dx_rootf#Hy_rootf#Lmodef#Pdetailf#Tsame_screenf#Xfocusf#\state#` _XCrossingEvent0Rtypef#serial>#send_eventf#displayH#window# modef#(detailf#, XFocusChangeEvent@/typef#serial>#send_eventf#displayH#window# xf#(yf#,widthf#0heightf#4countf#8 nXExposeEvent >DrawableHJtypef#serial>#send_eventf#displayH#drawableF# xf#(yf#,widthf#0heightf#4countf#8major_codef#<minor_codef#@ YXGraphicsExposeEvent0typef#serial>#send_eventf#displayH#drawableF# major_codef#(minor_codef#, iXNoExposeEvent0typef#serial>#send_eventf#displayH#window# statef#(  XVisibilityEventHtypef#serial>#send_eventf#displayH#parent# window#(xf#0yf#4widthf#8heightf#<border_widthf#@override_redirectf#D XCreateWindowEvent0Qtypef#serial>#send_eventf#displayH#event# window#( XDestroyWindowEvent8 typef#serial>#send_eventf#displayH#event# window#(from_configuref#0 oXUnmapEvent8typef#serial>#send_eventf#displayH#event# window#(override_redirectf#0  XMapEvent0Stypef#serial>#send_eventf#displayH#parent# window#( XMapRequestEventH;typef#serial>#send_eventf#displayH#event# window#(parent#0xf#8yf#<override_redirectf#@ nXReparentEventX^typef#serial>#send_eventf#displayH#event# window#(xf#0yf#4widthf#8heightf#<border_widthf#@above#Hoverride_redirectf#P TXConfigureEvent8 typef#serial>#send_eventf#displayH#event# window#(xf#0yf#4 xXGravityEvent0 typef#serial>#send_eventf#displayH#window# widthf#(heightf#, ,XResizeRequestEvent`!typef#serial>#send_eventf#displayH#parent# window#(xf#0yf#4widthf#8heightf#<border_widthf#@above#Hdetailf#Pvalue_mask>#X XConfigureRequestEvent8"typef#serial>#send_eventf#displayH#event# window#(placef#0 "XCirculateEvent8#Ttypef#serial>#send_eventf#displayH#parent# window#(placef#0 "XCirculateRequestEvent >Atom@$&typef#serial>#send_eventf#displayH#window# atom#u#(time#0statef#8 #XPropertyEvent8$typef#serial>#send_eventf#displayH#window# selection#u#(time#0 $?XSelectionClearEventP%typef#serial>#send_eventf#displayH#owner# requestor#(selection#u#0target#u#8property#u#@time#H $XSelectionRequestEventH&typef#serial>#send_eventf#displayH#requestor# selection#u#(target#u#0property#u#8time#@ %XSelectionEvent >Colormap8'xtypef#serial>#send_eventf#displayH#window# colormap&#(newf#0statef#4 &XColormapEventlong''short''' '(''((/b'#s'#l'#`(typef#serial>#send_eventf#displayH#window# message_type#u#(formatf#0data'#8 (/XClientMessageEvent8)typef#serial>#send_eventf#displayH#window# requestf#(first_keycodef#,countf#0 (XMappingEvent(*`typef#displayH#resourceidO#serial>#error_code# request_code#!minor_code#" )XErrorEvent *'H+typef#serial>#send_eventf#displayH#window# key_vector*v#( *XKeymapEvent(+typef#serial>#send_eventf#displayH#extensionf# evtypef#$ +/XGenericEventvoid +8,typef#serial>#send_eventf#displayH#extensionf# evtypef#$cookie#(data+#0 +XGenericEventCookie','_XEvent/typef#xany}#xkey#xbutton #xmotionH#xcrossing#xfocusR#xexpose/#xgraphicsexposeJ#xnoexpose#xvisibility#xcreatewindow#xdestroywindowQ#xunmap #xmap#xmaprequestS#xreparent;#xconfigure^#xgravity #xresizerequest #xconfigurerequest!#xcirculate"#xcirculaterequest#T#xproperty$&#xselectionclear$#xselectionrequest%#xselection&#xcolormap'x#xclient(#xmapping)#xerror*`#xkeymap+#xgeneric+#xcookie,#pad,# ,XEvent_XSQEvent0?next#event/#qserial_num>#_XrmHashBucketRec 0?f 0\ >VisualID81>ext_data?#visualid0p#classf#red_mask>#green_mask># blue_mask>#(bits_per_rgbf#0map_entriesf#4 0Visual 1>1depthf#nvisualsf#visuals1O# 1XDepth 1 >GContext >Pixmap >Font4functionf#plane_mask>#foreground>#background>#line_widthf# line_stylef#$cap_stylef#(join_stylef#,fill_stylef#0fill_rulef#4arc_modef#8tile1#@stipple1#Hts_x_originf#Pts_y_originf#Tfont1#Xsubwindow_modef#`graphics_exposuresf#dclip_x_originf#hclip_y_originf#lclip_mask1#pdash_offsetf#xdashes#| 1XGCValues_XGC4ext_data?#gid1#rectsf#dashesf#dirty>#values4# 4 4GC6eext_data?#display?#root#widthf#heightf#mwidthf# mheightf#$ndepthsf#(depths1#0root_depthf#8root_visual1O#@default_gc4#Hcmap&#Pwhite_pixel>#Xblack_pixel>#`max_mapsf#hmin_mapsf#lbacking_storef#psave_undersf#troot_input_mask'#x 4Screen 6e> >KeySym 6 >7extensionf#major_opcodef#first_eventf#first_errorf# 6XExtCodes 7 f7b H 4 7* 73 7bCreateGCType f7 H 4 7* 7 7CopyGCType f7 H 4 7* 7 7FlushGCType f8L H 4 7* 8 8LFreeGCType8name#u#card32># 8jXFontProp 8unsigned short 9Olbearing'#rbearing'#width'#ascent'#descent'#attributes8# 8XCharStruct 9O`:ext_data?#fid1#direction#min_char_or_byte2#max_char_or_byte2#min_byte1#max_byte1# all_chars_existf#$default_char#(n_propertiesf#,properties8#0min_bounds9O#8max_bounds9O#Dper_char9e#Pascentf#Xdescentf#\ 9nXFontStruct : f;: H ; 7* ; ;:CreateFontType f; H ; 7* ;\ ;FreeFontType f; H 7* ; ;CloseDisplayType BYTE 8CARD16 CARD32 CARD8 =-type;#errorCode;#sequenceNumber<#resourceID<#minorCode<#majorCode<&# pad1;# pad3<# pad4<#pad5<#pad6<#pad7<# <6xError =- f f= H => 7* =G =P =ErrorType = H f 7*  f = =ErrorStringType *` >9 H > + > >9PrintErrorType >[ > H 7* >d ' >m >BeforeFlushType_XExten@next6#codes7#create_GC7k#copy_GC7# flush_GC8#(free_GC8U#0create_Font;C#8free_Font;#@close_display;#Herror=#Perror_string=#Xname#`error_values>B#hbefore_flush>#pnext_flush6#xf @@"@I'f @I@T@{'_XLockInfo @{ y Aitype;#data1;#sequenceNumber<#length<#data00<#data01<# data02<#data03<#data04<#data05<# @xGenericReply 'INT16 Btype;#depth<&#sequenceNumber<#length<#root<#xA# yA#width<#height<#borderWidth<#pad1<#pad2<#pad3<# AxGetGeometryReply Ctype;#pad1;#sequenceNumber<#length<#root<#parent<# nChildren<#pad2<#pad3<#pad4<#pad5<# BxQueryTreeReply D]type;#pad1;#sequenceNumber<#length<#atom<#pad2<# pad3<#pad4<#pad5<#pad6<# CxInternAtomReply EQtype;#pad1;#sequenceNumber<#length<#nameLength<#pad2<# pad3<# pad4<#pad5<#pad6<#pad7<# DxxGetAtomNameReply FAtype;#format<&#sequenceNumber<#length<#propertyType<#bytesAfter<# nItems<#pad1<#pad2<#pad3<# EmxGetPropertyReply G7type;#pad1;#sequenceNumber<#length<#nProperties<#pad2<# pad3<# pad4<#pad5<#pad6<#pad7<# F]xListPropertiesReply Htype;#pad1;#sequenceNumber<#length<#owner<#pad2<# pad3<#pad4<#pad5<#pad6<# GVxGetSelectionOwnerReply Htype;#status;#sequenceNumber<#length<#pad1<#pad2<# pad3<#pad4<#pad5<#pad6<# H;xGrabPointerReply H;xGrabKeyboardReply BOOL JDtype;#sameScreenI8#sequenceNumber<#length<#root<#child<# rootXA#rootYA#winXA#winYA#mask<#pad1<#pad<# IGxQueryPointerReply K&type;#pad1;#sequenceNumber<#length<#nEvents<#pad2<# pad3<#pad4<#pad5<#pad6<# JaxGetMotionEventsReply L type;#sameScreenI8#sequenceNumber<#length<#child<#dstXA# dstYA#pad2<#pad3<#pad4<#pad5<# KFxTranslateCoordsReply Mtype;#revertTo<&#sequenceNumber<#length<#focus<#pad1<# pad2<#pad3<#pad4<#pad5<# L@xGetInputFocusReply fINT32 NXtype;#drawDirection<&#sequenceNumber<#length<#fontAscentA#fontDescentA# overallAscentA# overallDescentA#overallWidthM%#overallLeftM%#overallRightM%#pad<# M5xQueryTextExtentsReply ONtype;#pad1;#sequenceNumber<#length<#nFonts<#pad2<# pad3<# pad4<#pad5<#pad6<#pad7<# NyxListFontsReply P=type;#pad1;#sequenceNumber<#length<#nPaths<#pad2<# pad3<# pad4<#pad5<#pad6<#pad7<# OhxGetFontPathReply Qtype;#depth<&#sequenceNumber<#length<#visual<#pad3<# pad4<#pad5<#pad6<#pad7<# PYxGetImageReply Rtype;#pad1;#sequenceNumber<#length<#nColormaps<#pad2<# pad3<# pad4<#pad5<#pad6<#pad7<# Q7xListInstalledColormapsReply Stype;#pad1;#sequenceNumber<#length<#red<#green<# blue<# pad2<#pixel<#pad3<#pad4<#pad5<# R7xAllocColorReply TNtype;#pad1;#sequenceNumber<#length<#pixel<#exactRed<# exactGreen<#exactBlue<#screenRed<#screenGreen<#screenBlue<#pad2<#pad3<# S7xAllocNamedColorReply UFtype;#pad1;#sequenceNumber<#length<#nPixels<#nMasks<# pad3<# pad4<#pad5<#pad6<#pad7<# TnxAllocColorCellsReply VHtype;#pad1;#sequenceNumber<#length<#nPixels<#pad2<# redMask<# greenMask<#blueMask<#pad3<#pad4<# UfxAllocColorPlanesReply W?type;#pad1;#sequenceNumber<#length<#nColors<#pad2<# pad3<# pad4<#pad5<#pad6<#pad7<# VixQueryColorsReply Xqtype;#pad1;#sequenceNumber<#length<#exactRed<#exactGreen<# exactBlue<# screenRed<#screenGreen<#screenBlue<#pad3<#pad4<#pad5<# W[xLookupColorReply Yctype;#pad1;#sequenceNumber<#length<#width<#height<# pad3<# pad4<#pad5<#pad6<#pad7<# XxQueryBestSizeReply Ztype;#pad1;#sequenceNumber<#length<#presentI8#major_opcode<&# first_event<&# first_error<&# pad3<# pad4<#pad5<#pad6<#pad7<# YxQueryExtensionReply [wtype;#nExtensions<&#sequenceNumber<#length<#pad2<#pad3<# pad4<#pad5<#pad6<#pad7<# ZxListExtensionsReply \[type;#success<&#sequenceNumber<#length<#pad2<#pad3<# pad4<#pad5<#pad6<#pad7<# [xSetModifierMappingReply ]Mtype;#numKeyPerModifier<&#sequenceNumber<#length<#pad1<#pad2<# pad3<#pad4<#pad5<#pad6<# \~xGetModifierMappingReply [xSetPointerMappingReply ^atype;#keySymsPerKeyCode<&#sequenceNumber<#length<#pad2<#pad3<# pad4<#pad5<#pad6<#pad7<# ]xGetKeyboardMappingReply _Gtype;#nElts<&#sequenceNumber<#length<#pad2<#pad3<# pad4<#pad5<#pad6<#pad7<# ^xGetPointerMappingReply `htype;#pad1;#sequenceNumber<#length<#accelNumerator<#accelDenominator<# threshold<# pad2<#pad3<#pad4<#pad5<#pad6<# _ixGetPointerControlReply atype;#pad1;#sequenceNumber<#length<#timeout<#interval<# preferBlankingI8# allowExposuresI8# pad2<#pad3<#pad4<#pad5<#pad6<# `xGetScreenSaverReply btype;#enabledI8#sequenceNumber<#length<#nHosts<#pad1<# pad3<# pad4<#pad5<#pad6<#pad7<# axListHostsReplybtype;#detail;#sequenceNumber<# 8KeyButMask cpad00<#time<#root<#event<# child<#rootXA#rootYA#eventXA#eventYA#stateb#sameScreenI8#pad1;# dpad00<#time<#root<#event<# child<#rootXA#rootYA#eventXA#eventYA#stateb#mode;#flags;# eKpad00<#window<#mode;#pad1;# pad2;# pad3;# epad00<#window<#x<#y<# width<# height<#count<#pad2<#fpad00<#drawable<#x<#y<# width<# height<#minorEvent<#count<#majorEvent;#pad1;#pad2;#pad3;# g9pad00<#drawable<#minorEvent<#majorEvent;# bpad;#  gpad00<#window<#state<&#pad1;# pad2;# pad3;# hrpad00<#parent<#window<#xA# yA#width<#height<#borderWidth<#overrideI8#bpad;# hpad00<#event<#window<#iEpad00<#event<#window<#fromConfigureI8# pad1;# pad2;#pad3;#ipad00<#event<#window<#overrideI8# pad1;# pad2;#pad3;# jpad00<#parent<#window<#jpad00<#event<#window<#parent<# xA#yA#overrideI8#pad1;#pad2;#pad3;#kpad00<#event<#window<#aboveSibling<# xA#yA#width<#height<#borderWidth<#overrideI8#bpad;# lpad00<#parent<#window<#sibling<# xA#yA#width<#height<#borderWidth<#valueMask<#pad1<# m$pad00<#event<#window<#xA# yA#pad1<#pad2<#pad3<#pad4<# mzpad00<#window<#width<#height<# npad00<#event<#window<#parent<# place;#pad1;#pad2;#pad3;#npad00<#window<#atom<#time<# state;#pad1;#pad2<#npad00<#time<#window<#atom<# opad00<#time<#owner<#requestor<# selection<#target<#property<#ppad00<#time<#requestor<#selection<# target<#property<#ppad00<#window<#colormap<#newI8# state;# pad1;#pad2;#ppad00<#request<&#firstKeyCode<&#count<&#pad1;#q{type<#longs0M%#longs1M%#longs2M%# longs3M%#longs4M%#r`type<#shorts0A#shorts1A#shorts2A#shorts3A# shorts4A# shorts5A#shorts6A#shorts7A#shorts8A#shorts9A#signed char r`INT8ror'rtype<#bytesr~#slp#sq{#br# s?pad00<#window<#ur# uub#keyButtonPointerc #enterLeavec#focusd#exposeeK#graphicsExposuree#noExposuref#visibilityg9#createNotifyg#destroyNotifyhr#unmapNotifyh#mapNotifyiE#mapRequesti#reparentj#configureNotifyj#configureRequestk#gravityl#resizeRequestm$#circulatemz#propertyn#selectionClearn#selectionRequestn#selectionNotifyo#colormapp#mappingNotifyp#clientMessages#_xEvent uus?# uxEvent yZgenericAi#geomB#treeC#atomD]#atomNameEQ#propertyFA#listPropertiesG7#selectionH#grabPointerH#grabKeyboardI#pointerJD#motionEventsK&#coordsL #inputFocusM#textExtentsNX#fontsON#fontPathP=#imageQ#colormapsR#allocColorS#allocNamedColorTN#colorCellsUF#colorPlanesVH#colorsW?#lookupColorXq#bestSizeYc#extensionZ#extensions[w#setModifierMapping\[#getModifierMapping]M#setPointerMapping]p#getKeyboardMapping^a#getPointerMapping_G#pointerControl`h#screenSavera#hostsb#error=-#eventu# uxReply yZ fy H yk  f  yt_XInternalAsyncznext@#handlery#data# z% H z z._XLockPtrszlock_displayz%#unlock_displayz1# z: z_XKeytrans z_XDisplayAtoms z_XContextDB zf z z{]defaultCCCs#clientCmaps#perVisualIntensityMaps#_XIMFilter {] { H f  {s {_XInternalConnectionProc  {_XConnectionInfo(|\fdf#read_callback{#call_data#watch_data{#next{# | H  f f { |\ |XConnectionWatchProc |_XConnWatchInfo}fn|#client_data#next|#f }_XkbInfoRec }._XtransConnInfo }E_X11XCBPrivate }`f }z}}'f }}}' ]Display >Picture_FcCharSet ~FcCharSet ~_FcPattern ~,FcPattern ~9_XftFont ~ascentf#descentf#heightf#max_advance_widthf# charset~##pattern~M# ~VXftFont ~ FT_UInt   FcChar32 _XftFtFile` next#reff#file#idf#xsize# ysize#(matrix#0lockf#Pface#X =signed long FT_F26Dot6 FT_Fixed FT_Matrix_ xx#xy#yx#yy# .FT_Matrix FT_Long FT_String signed int FT_Int signed short FT_Short FT_Pos FT_Bitmap_Size_ height#width#size#x_ppem#y_ppem# FT_Bitmap_Size FT_Face FT_Encoding_ FT_ENCODING_NONEFT_ENCODING_MS_SYMBOLFT_ENCODING_UNICODEҹFT_ENCODING_SJISҩFT_ENCODING_GB2312FT_ENCODING_BIG5ΥFT_ENCODING_WANSUNG܅FT_ENCODING_JOHABнFT_ENCODING_MS_SJISҩFT_ENCODING_MS_GB2312FT_ENCODING_MS_BIG5ΥFT_ENCODING_MS_WANSUNG܅FT_ENCODING_MS_JOHABнFT_ENCODING_ADOBE_STANDARDžFT_ENCODING_ADOBE_EXPERTńFT_ENCODING_ADOBE_CUSTOMÄFT_ENCODING_ADOBE_LATIN_1FT_ENCODING_OLD_LATIN_2FT_ENCODING_APPLE_ROMANɋ FT_Encoding 8FT_UShort FT_CharMapRec_ |face#encoding#platform_id# encoding_id# |FT_CharMap  + FT_Generic_Finalizer FT_Generic_ data+#finalizer# FT_Generic FT_BBox_ xMin#yMin#xMax#yMax# 4FT_BBox FT_LibraryRec_ FT_Library FT_GlyphSlot FT_Glyph_Metrics_@ width#height#horiBearingX#horiBearingY#horiAdvance# vertBearingX#(vertBearingY#0vertAdvance#8 FT_Glyph_Metrics FT_Vector_ x#y# FT_Vector FT_Glyph_Format_ FT_GLYPH_FORMAT_NONEFT_GLYPH_FORMAT_COMPOSITEڽFT_GLYPH_FORMAT_BITMAP襓FT_GLYPH_FORMAT_OUTLINEFT_GLYPH_FORMAT_PLOTTERޱ FT_Glyph_Format FT_Bitmap_( rowsf#widthf#pitchf#buffer#num_grays'#pixel_mode#palette_mode#palette+# FT_Bitmap 'FT_Outline_( \n_contours'#n_points'#points#tags#contours#flagsf# FT_Outline FT_SubGlyphRec_ q FT_SubGlyph FT_Slot_InternalRec_ FT_Slot_Internal FT_GlyphSlotRec_0 library#face#next#reserved#generic# metrics#0linearHoriAdvance#plinearVertAdvance#xadvance #format#bitmap#bitmap_left#bitmap_top#outline\#num_subglyphs#subglyphs#control_data+#control_len'#lsb_delta#rsb_delta#other+#internal# FT_Size_Metrics_8 x_ppem#y_ppem#x_scale#y_scale#ascender#descender# height#(max_advance#0 FT_Size_Metrics FT_Size_InternalRec_ FT_Size_Internal FT_SizeRec_X nface#generic#metrics#internal#P  nFT_Size FT_DriverRec_ FT_Driver FT_Memory + ' FT_Alloc_Func / +  /FT_Free_Func + ' ' + O FT_Realloc_FuncFT_MemoryRec_  user+#alloc#free8#realloc# FT_StreamDesc_Vvalue'#pointer+# FT_StreamDesc FT_Stream > n > > FT_Stream_IoFunc  n FT_Stream_CloseFuncFT_StreamRec_Pbase#size>#pos>#descriptorV#pathnameV# read#(close#0memory#8cursor#@limit#H  [FT_ListNode FT_ListNodeRec_ [prev#next#data+# FT_ListRec_ head#tail# dFT_ListRec FT_Face_InternalRec_ FT_Face_Internal FT_FaceRec_ num_faces#face_index#face_flags#style_flags#num_glyphs# family_name#(style_name#0num_fixed_sizes#8available_sizes#@num_charmaps#Hcharmaps#Pgeneric#Xbbox#hunits_per_EM#ascender#descender#height#max_advance_width#max_advance_height#underline_position#underline_thickness#glyph#sizew#charmap#driver#memory#streamn#sizes_list#autohint#extensions+#internal# =XftFtFile fFcBool _XftFontInfoh \hash*#file#xsize#ysize#antialias# embolden#$rgbaf#(lcd_filterf#,matrix#0transform#Pload_flags#Trender#Xspacingf#\minspace#`char_widthf#d XftFontInfo_XGlyphInfo width8#height8#x'#y'#xOff'#yOff'# rXGlyphInfo_XftGlyph Xmetrics#bitmap+#glyph_memory># XftGlyph X k_XftUcsHash ucs4*#glyph# }XftUcsHash >GlyphSet >PictFormatred'#redMask'#green'#greenMask'#blue'#blueMask'# alpha'# alphaMask'# XRenderDirectFormat((id#typef#depthf# direct#colormap&# XRenderPictFormat (_XftFontInt public~#next~# hash_next~#(info\#0reff#glyphst#num_glyphsf#hash_table#hash_valuef#rehash_valuef#glyphset#formatD#glyph_memory>#max_glyph_memory>#use_free_glyphs# MXftFontInt ' >Glyph 8 4'XftGlyphSpecRendermzHdpyxfopt}srch~pub`}dstXfsrcxTfsrcyPeglyphsHfnglyphsDfontifjfmissingnwnmissingfwnfwgwglyphkwmaxwsizefwwidthfwchar8wchar16vchar32 vchar_localVchars VeltsGVelts_localPglyphs_loadedܶneltfضxfԶyfжD_XftGlyphSpecEglyph#x'#y'# XftGlyphSpecE \'' _XGlyphElt8 2glyphset#chars#ncharsf#xOfff#yOfff# XGlyphElt8 22n'XftCharSpecRenderizH|<Hdpy`xfopat}srcbh~pubc`}dstdXfsrcxeTfsrcyfPcharsgHflenhDglyphsjglyphs_localjifkD<_XftCharSpecucs4*#x'#y'# XftCharSpec EE 7' XftPreferFormat|`},DHdpyxDapDbhpreferDXDXftGlyphFontSpecRender}X_Hdpyxfopt}srch}dst`fsrcx\fsrcyXglyphsPfnglyphsLifHjfDprevPublic~firstFontformatDmissingwnmissingfwnfwgwglyphkwmaxwsizefwwidthfwchar8vchar16vchar32 vchar_localVchars VeltsGVelts_local'ضglyphs_loadedԶneltfжxf̶yfȶ!}h!}H!}Hpub~font!Ld!dD!dDpub~font!!0t!0tpub~font!4 > f f f f  f 8 _XGlyphElt16 Dglyphset#chars#ncharsf#xOfff#yOfff# D#XRenderCompositeText16 ? f > > f f f f M f  #XRenderCompositeText8 ? f > > f f f f f  #XRenderCompositeString32@ ? f > > > f f f f f @8 R#XRenderCompositeString16 ? f > > I > f f f f [ f  #XRenderCompositeString8 ? f > > > f f f f  f ]$XRenderFindStandardFormatD f $FcUtf16ToUcs4fR  f R$FcUtf8ToUcs4f [ f$__posix_ttyname_rf f  >$__posix_getlogin_rf  f$lockffW f f ' W$truncatef ` ' 'off64_t$tell f+ 'ssize_t$pwrite5 f > +$pread~ f 5 > $lseek f f$ftruncatef f ' $truncatef* ' 'off_t$tell*^ f+ ^$pwrite± f g > $pread f 5 > $lseek*( f * f$lockff_ f f '$ftruncatefÑ f ' Ñ%Ú >dev_t >ino_t mode_t nlink_t fuid_t fgid_t 'time_ttimespec\tv_sec#tv_nsec'# timestruc_t fblksize_t 'blkcnt_tĶ'statst_devì#st_inoü#st_mode#st_nlink#st_uid#st_gid#st_rdevì# st_size*#(st_atim\#0st_mtim\#@st_ctim\#Pst_blksizer#`st_blocksĆ#hst_fstypeę#p Ķ%$lstatf# ã  #$fstatatfw f , f w%ƀ%$statf Ɖ ƒ$fstatf f  %'stat64Tst_devì#st_inoü#st_mode#st_nlink#st_uid#st_gid#st_rdevì# st_size*#(st_atim\#0st_mtim\#@st_ctim\#Pst_blksizer#`st_blocksĆ#hst_fstype#p %$fstatatfȟ f T f ȟ%Ȩ%T$lstatf ȱ Ⱥ %%T$statfB  $fstatfp f T' p$__posix_ctime_rɺ y tm${tm_secf#tm_minf#tm_hourf#tm_mdayf# tm_monf#tm_yearf#tm_wdayf#tm_ydayf#tm_isdstf# ɺ {%ʄ%$__posix_asctime_r ʍ ʖ%++ %$memcpy+5 >$mkstempf\ $mkstempf˃ $malloc+˩ >#free +''__FILE__pad# $ftello6  $fseekofw 6 ' f' w$fsetposf̹ 6 ̀ '$fgetposf 6 ̹ FILE &tmpfile  1$freopen| ( :  | ͎$fopen ͅ ͗ $ftello* $fseekof5 6 ' f' 5$fsetposfw 6 >%6%̹$fgetposfι w ΀ ι% %%$freopen1  1%: L%U$fopenϕ C ^&tmpfile'9xftstr.c /var/tmp/libXft-2.3.0/src /opt/solstudio12.2/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I.. -I../include/X11/Xft -I/usr/local/include -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -v -I../include/X11/Xft -g -c -KPIC -DPIC xftstr.c -W0,-xp\$XAoAMiKKF8cPk6l.Xa;g;P;R=Sun C 5.11 SunOS_sparc 145354-01 2010/10/11;G=$XAoAMiKKF8cPk6l.;backend;raw;cd;DBG_GEN 5.3.09_XftMatchSymbolicsxntnamehdefdDintchar_XftSymbolic name# value# XftSymbolicunsigned char!2!D FcStrCmpIgnoreCase ; Munsigned long __posix_ttyname_r    __posix_getlogin_r)  long lockfh   )h truncate q ) )off64_t tell void )ssize_t pwriteN     pread  N   lseek    ftruncate  ) truncateC  ) )off_t tellCw w pwrite     pread  N   lseekCA  C  lockfx   ) ftruncate  )  dev_t ino_tunsigned mode_t nlink_t uid_t gid_t )time_ttimespec tv_sec4# tv_nsec)# Etimestruc_t blksize_t )blkcnt_t)stat  st_dev# st_ino# st_mode# st_nlink# st_uid# st_gid$# st_rdev# st_sizeC#( st_atim#0 st_mtim#@ st_ctim#P st_blksize#` st_blocks#h st_fstype#p  lstat H   H fstatat  Q    stat fstat     J)stat64 y st_dev# st_ino# st_mode# st_nlink# st_uid# st_gid$# st_rdev# st_sizeC#( st_atim#0 st_mtim#@ st_ctim#P st_blksize#` st_blocks#h st_fstype -#p J fstatat  $ y  y lstat     y stat g ( 1 fstat  y) __posix_ctime_r tm$ tm_sec# tm_min# tm_hour# tm_mday# tm_mon# tm_year# tm_wday# tm_yday# tm_isdst#     __posix_asctime_r   mkstemp%  mkstempL )i)__FILE  __padL#i ftello i fseeko  ) ) fsetpos@  ) fgetposy  @ iFILE ytmpfile freopen    fopenU  i ftelloC U fseeko  ) ) fsetpos    @ fgetpos@  @ I[ d  freopen R m v   fopen  tmpfile\ xftswap.c /var/tmp/libXft-2.3.0/src /opt/solstudio12.2/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I.. -I../include/X11/Xft -I/usr/local/include -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -v -I../include/X11/Xft -g -c -KPIC -DPIC xftswap.c -W0,-xp\$XAoAMiKMF8cPUEm.Xa;g;P;R=Sun C 5.11 SunOS_sparc 145354-01 2010/10/11;G=$XAoAMiKMF8cPUEm.;backend;raw;cd;DBG_GEN 5.3.0:XftNativeByteOrderjjwhichbytejxDintXftSwapCARD32:data9xju9tn;sD unsignedCARD32 charXftSwapCARD24E dataDxjwidthDtjheightDpunitsjFlujFhnGgdHXDunsigned charCARD8 XftSwapCARD16Z@TwdataYxjuYtn[sD unsigned shortTCARD16 fXftSwapImageeimagedxD unsigned longXPointer _XExtData a numberj# nexta# free_private# private_data#  j a jXExtData _XDisplayH ext_data# free_funcs|# fdj# conn_checkerj# proto_major_versionj# proto_minor_versionj# vendor# resource_base#( resource_mask#0 resource_id#8 resource_shiftj#@ resource_alloc#H byte_orderj#P bitmap_unitj#T bitmap_padj#X bitmap_bit_orderj#\ nformatsj#` pixmap_format@#h vnumberj#p releasej#t headI#x tailI# qlenj# last_request_read# request# last_req# buffer# bufptr# bufmax# max_request_size# db0# synchandler0# display_name# default_screenj# nscreensj# screens6# motion_buffer# flags6# min_keycodej# max_keycodej# keysyms6# modifiermapQ# keysyms_per_keycodej# xdefaults# scratch_buffer# scratch_length# ext_numberj# ext_procs6# event_vec@/# wire_vec@a# lock_meaning6# lock@# async_handlers@# bigreq_size# lock_fnsz# idlist_allocz# key_bindingsz# cursor_font2$# atomsz# mode_switch# num_lock# context_dbz# error_vecz# cms{# im_filters{n# qfreeI# next_event_serial_num# flushes6# im_fd_info{# im_fd_lengthj# conn_watchers|# watcher_countj# filedes# savedsynchandler})# resource_max# xcmisc_opcodej# xkb_info}@# trans_conn}[# xcb}u# next_cookie# generic_event_vec}# generic_event_copy_vec}# cookiejar,#$Display   FreeFuncTypeKeyCode 7 max_keypermodj# modifiermap # XModifierKeymap 7 jw Q ZwFreeModmapType _XFreeFuncsH| atoms # modifiermap# key_bindings # context_db # defaultCCCs # clientCmaps #( intensityMaps #0 im_filters #8 xkb #@ XID    ) ext_data# depthj# bits_per_pixelj# scanline_padj#ScreenFormat ) 05Window( typej# serial# send_eventj# display # windowR# cXAnyEventTime` typej# serial# send_eventj# display # windowR# rootR#( subwindowR#0 time#8 xj#@ yj#D x_rootj#H y_rootj#L state#P keycode#T same_screenj#XXKeyEvent`S typej# serial# send_eventj# display # windowR# rootR#( subwindowR#0 time#8 xj#@ yj#D x_rootj#H y_rootj#L state#P button#T same_screenj#X.XButtonEvent` typej# serial# send_eventj# display # windowR# rootR#( subwindowR#0 time#8 xj#@ yj#D x_rootj#H y_rootj#L state#P is_hint#T same_screenj#XjXMotionEventh typej# serial# send_eventj# display # windowR# rootR#( subwindowR#0 time#8 xj#@ yj#D x_rootj#H y_rootj#L modej#P detailj#T same_screenj#X focusj#\ state#`XCrossingEvent0 typej# serial# send_eventj# display # windowR# modej#( detailj#,XFocusChangeEvent@w typej# serial# send_eventj# display # windowR# xj#( yj#, widthj#0 heightj#4 countj#8XExposeEventDrawableH typej# serial# send_eventj# display # drawable# xj#( yj#, widthj#0 heightj#4 countj#8 major_codej#< minor_codej#@XGraphicsExposeEvent0O typej# serial# send_eventj# display # drawable# major_codej#( minor_codej#,XNoExposeEvent0 typej# serial# send_eventj# display # windowR# statej#(hXVisibilityEventH typej# serial# send_eventj# display # parentR# windowR#( xj#0 yj#4 widthj#8 heightj#< border_widthj#@ override_redirectj#DXCreateWindowEvent0 typej# serial# send_eventj# display # eventR# windowR#(XDestroyWindowEvent8R typej# serial# send_eventj# display # eventR# windowR#( from_configurej#0XUnmapEvent8 typej# serial# send_eventj# display # eventR# windowR#( override_redirectj#0hXMapEvent0 typej# serial# send_eventj# display # parentR# windowR#(XMapRequestEventH typej# serial# send_eventj# display # eventR# windowR#( parentR#0 xj#8 yj#< override_redirectj#@XReparentEventX typej# serial# send_eventj# display # eventR# windowR#( xj#0 yj#4 widthj#8 heightj#< border_widthj#@ aboveR#H override_redirectj#PXConfigureEvent8 \ typej# serial# send_eventj# display # eventR# windowR#( xj#0 yj#4XGravityEvent0! typej# serial# send_eventj# display # windowR# widthj#( heightj#, tXResizeRequestEvent`"< typej# serial# send_eventj# display # parentR# windowR#( xj#0 yj#4 widthj#8 heightj#< border_widthj#@ aboveR#H detailj#P value_mask#X!%XConfigureRequestEvent8" typej# serial# send_eventj# display # eventR# windowR#( placej#0"]XCirculateEvent8# typej# serial# send_eventj# display # parentR# windowR#( placej#0# XCirculateRequestEventAtom@$n typej# serial# send_eventj# display # windowR# atom##( time#0 statej#8#XPropertyEvent8% typej# serial# send_eventj# display # windowR# selection##( time#0$XSelectionClearEventP& typej# serial# send_eventj# display # ownerR# requestorR#( selection##0 target##8 property##@ time#H%;XSelectionRequestEventH& typej# serial# send_eventj# display # requestorR# selection##( target##0 property##8 time#@&.XSelectionEventColormap8' typej# serial# send_eventj# display # windowR# colormap'#( newj#0 statej#4'XColormapEventlong''short'($' '((A'((w b'# s(# l($#`)" typej# serial# send_eventj# display # windowR# message_type##( formatj#0 data(A#8(wXClientMessageEvent8) typej# serial# send_eventj# display # windowR# requestj#( first_keycodej#, countj#0)@XMappingEvent(* typej# display # resourceid# serial# error_code# request_code#! minor_code#"*XErrorEvent *'H+` typej# serial# send_eventj# display # windowR# key_vector*#(*XKeymapEvent(+ typej# serial# send_eventj# display # extensionj# evtypej#$+wXGenericEventvoid ,8, typej# serial# send_eventj# display # extensionj# evtypej#$ cookie#( data,#0,$XGenericEventCookie'-'_XEvent0$ typej# xany# xkey# xbuttonS# xmotion# xcrossing# xfocus# xexposew# xgraphicsexpose# xnoexposeO# xvisibility# xcreatewindow# xdestroywindow# xunmapR# xmap# xmaprequest# xreparent# xconfigure# xgravity \# xresizerequest!# xconfigurerequest"<# xcirculate"# xcirculaterequest## xproperty$n# xselectionclear%# xselectionrequest& # xselection&# xcolormap'# xclient)"# xmapping)# xerror*# xkeymap+`# xgeneric+# xcookie,# pad,#-XEvent _XSQEvent0 nextI# event0$# qserial_num#_XrmHashBucketRec 0j 0VisualID81 ext_data# visualid0# classj# red_mask# green_mask# blue_mask#( bits_per_rgbj#0 map_entriesj#40Visual 11 depthj# nvisualsj# visuals1#1Depth 1GContextPixmapFont4K functionj# plane_mask# foreground# background# line_widthj# line_stylej#$ cap_stylej#( join_stylej#, fill_stylej#0 fill_rulej#4 arc_modej#8 tile2#@ stipple2#H ts_x_originj#P ts_y_originj#T font2$#X subwindow_modej#` graphics_exposuresj#d clip_x_originj#h clip_y_originj#l clip_mask2#p dash_offsetj#x dashes#|23XGCValues _XGC4 ext_data# gid2# rectsj# dashesj# dirty# values4K# 4_4GC6 ext_data# display# rootR# widthj# heightj# mwidthj# mheightj#$ ndepthsj#( depths1#0 root_depthj#8 root_visual1#@ default_gc4#H cmap'#P white_pixel#X black_pixel#` max_mapsj#h min_mapsj#l backing_storej#p save_undersj#t root_input_mask'#x4Screen 6KeySym 6 >7^ extensionj# major_opcodej# first_eventj# first_errorj# 6XExtCodes 7^ j7 4 7r 7{7CreateGCType j7 4 7r 77CopyGCType j8F 4 7r 88FFlushGCType j8 4 7r 8e8FreeGCType8 name## card32#8XFontProp 8 9 lbearing'# rbearing'# width'# ascent'# descent'# attributesT# 8XCharStruct 9`;" ext_data# fid2$# direction# min_char_or_byte2# max_char_or_byte2# min_byte1# max_byte1# all_chars_existj#$ default_char#( n_propertiesj#, properties8#0 min_bounds9#8 max_bounds9#D per_char9#P ascentj#X descentj#\9XFontStruct ;" j;p ;8 7r ;A;pCreateFontType j; ;8 7r ;;FreeFontType j< 7r ;<CloseDisplayTypeBYTE =1 type<+# errorCode<+# sequenceNumberf# resourceID# minorCodef# majorCode# pad1<+# pad3# pad4# pad5# pad6# pad7#<:xError =1 j j= =B 7r =K =T=ErrorType = j 7r  j ==ErrorStringType *>= > , >>=PrintErrorType >_> 7r >h ' >q>BeforeFlushType _XExten@ next6# codes7^# create_GC7# copy_GC8# flush_GC8O#( free_GC8#0 create_Font;y#8 free_Font;#@ close_display<#H error=#P error_string=#X name#` error_values>F#h before_flush>#p next_flush6#xj @@&@M'j @M@X@'_XLockInfo @ y Am type<+# data1<+# sequenceNumberf# length# data00# data01# data02# data03# data04# data05#@xGenericReply'INT16 B type<+# depth# sequenceNumberf# length# root# xA# yA# widthf# heightf# borderWidthf# pad1f# pad2# pad3#AxGetGeometryReply C type<+# pad1<+# sequenceNumberf# length# root# parent# nChildrenf# pad2f# pad3# pad4# pad5#BxQueryTreeReply Da type<+# pad1<+# sequenceNumberf# length# atom# pad2# pad3# pad4# pad5# pad6#CxInternAtomReply EU type<+# pad1<+# sequenceNumberf# length# nameLengthf# pad2f# pad3# pad4# pad5# pad6# pad7#D|xGetAtomNameReply FE type<+# format# sequenceNumberf# length# propertyType# bytesAfter# nItems# pad1# pad2# pad3#EqxGetPropertyReply G; type<+# pad1<+# sequenceNumberf# length# nPropertiesf# pad2f# pad3# pad4# pad5# pad6# pad7#FaxListPropertiesReply H type<+# pad1<+# sequenceNumberf# length# owner# pad2# pad3# pad4# pad5# pad6#GZxGetSelectionOwnerReply I type<+# status<+# sequenceNumberf# length# pad1# pad2# pad3# pad4# pad5# pad6#H?xGrabPointerReplyH?xGrabKeyboardReplyBOOL JH type<+# sameScreenI<# sequenceNumberf# length# root# child# rootXA# rootYA# winXA# winYA# maskf# pad1f# pad#IKxQueryPointerReply K* type<+# pad1<+# sequenceNumberf# length# nEvents# pad2# pad3# pad4# pad5# pad6#JexGetMotionEventsReply L$ type<+# sameScreenI<# sequenceNumberf# length# child# dstXA# dstYA# pad2# pad3# pad4# pad5#KJxTranslateCoordsReply M type<+# revertTo# sequenceNumberf# length# focus# pad1# pad2# pad3# pad4# pad5#LDxGetInputFocusReplyjINT32 N\ type<+# drawDirection# sequenceNumberf# length# fontAscentA# fontDescentA# overallAscentA# overallDescentA# overallWidthM)# overallLeftM)# overallRightM)# pad#M9xQueryTextExtentsReply OR type<+# pad1<+# sequenceNumberf# length# nFontsf# pad2f# pad3# pad4# pad5# pad6# pad7#N}xListFontsReply PA type<+# pad1<+# sequenceNumberf# length# nPathsf# pad2f# pad3# pad4# pad5# pad6# pad7#OlxGetFontPathReply Q" type<+# depth# sequenceNumberf# length# visual# pad3# pad4# pad5# pad6# pad7#P]xGetImageReply R type<+# pad1<+# sequenceNumberf# length# nColormapsf# pad2f# pad3# pad4# pad5# pad6# pad7#Q;xListInstalledColormapsReply S type<+# pad1<+# sequenceNumberf# length# redf# greenf# bluef# pad2f# pixel# pad3# pad4# pad5#R;xAllocColorReply TR type<+# pad1<+# sequenceNumberf# length# pixel# exactRedf# exactGreenf# exactBluef# screenRedf# screenGreenf# screenBluef# pad2# pad3#S;xAllocNamedColorReply UJ type<+# pad1<+# sequenceNumberf# length# nPixelsf# nMasksf# pad3# pad4# pad5# pad6# pad7#TrxAllocColorCellsReply VL type<+# pad1<+# sequenceNumberf# length# nPixelsf# pad2f# redMask# greenMask# blueMask# pad3# pad4#UjxAllocColorPlanesReply WC type<+# pad1<+# sequenceNumberf# length# nColorsf# pad2f# pad3# pad4# pad5# pad6# pad7#VmxQueryColorsReply Xu type<+# pad1<+# sequenceNumberf# length# exactRedf# exactGreenf# exactBluef# screenRedf# screenGreenf# screenBluef# pad3# pad4# pad5#W_xLookupColorReply Yg type<+# pad1<+# sequenceNumberf# length# widthf# heightf# pad3# pad4# pad5# pad6# pad7#XxQueryBestSizeReply Z type<+# pad1<+# sequenceNumberf# length# presentI<# major_opcode# first_event# first_error# pad3# pad4# pad5# pad6# pad7#YxQueryExtensionReply [{ type<+# nExtensions# sequenceNumberf# length# pad2# pad3# pad4# pad5# pad6# pad7#ZxListExtensionsReply \_ type<+# success# sequenceNumberf# length# pad2# pad3# pad4# pad5# pad6# pad7#[xSetModifierMappingReply ]Q type<+# numKeyPerModifier# sequenceNumberf# length# pad1# pad2# pad3# pad4# pad5# pad6#\xGetModifierMappingReply[xSetPointerMappingReply ^e type<+# keySymsPerKeyCode# sequenceNumberf# length# pad2# pad3# pad4# pad5# pad6# pad7#]xGetKeyboardMappingReply _K type<+# nElts# sequenceNumberf# length# pad2# pad3# pad4# pad5# pad6# pad7#^xGetPointerMappingReply `l type<+# pad1<+# sequenceNumberf# length# accelNumeratorf# accelDenominatorf# thresholdf# pad2f# pad3# pad4# pad5# pad6#_mxGetPointerControlReply a type<+# pad1<+# sequenceNumberf# length# timeoutf# intervalf# preferBlankingI<# allowExposuresI<# pad2f# pad3# pad4# pad5# pad6#`xGetScreenSaverReply b type<+# enabledI<# sequenceNumberf# length# nHostsf# pad1f# pad3# pad4# pad5# pad6# pad7#axListHostsReplyb type<+# detail<+# sequenceNumberf#TKeyButMask c pad00# time# root# event# child# rootXA# rootYA# eventXA# eventYA# stateb# sameScreenI<# pad1<+# d pad00# time# root# event# child# rootXA# rootYA# eventXA# eventYA# stateb# mode<+# flags<+# eO pad00# window# mode<+# pad1<+# pad2<+# pad3<+# e pad00# window# xf# yf# widthf# heightf# countf# pad2f#f pad00# drawable# xf# yf# widthf# heightf# minorEventf# countf# majorEvent<+# pad1<+# pad2<+# pad3<+# g= pad00# drawable# minorEventf# majorEvent<+# bpad<+#  g pad00# window# state# pad1<+# pad2<+# pad3<+# hv pad00# parent# window# xA# yA# widthf# heightf# borderWidthf# overrideI<# bpad<+# h pad00# event# window#iI pad00# event# window# fromConfigureI<# pad1<+# pad2<+# pad3<+#i pad00# event# window# overrideI<# pad1<+# pad2<+# pad3<+# j pad00# parent# window#j pad00# event# window# parent# xA# yA# overrideI<# pad1<+# pad2<+# pad3<+#k pad00# event# window# aboveSibling# xA# yA# widthf# heightf# borderWidthf# overrideI<# bpad<+# l pad00# parent# window# sibling# xA# yA# widthf# heightf# borderWidthf# valueMaskf# pad1# m( pad00# event# window# xA# yA# pad1# pad2# pad3# pad4# m~ pad00# window# widthf# heightf# n pad00# event# window# parent# place<+# pad1<+# pad2<+# pad3<+#n pad00# window# atom# time# state<+# pad1<+# pad2f#n pad00# time# window# atom# o pad00# time# owner# requestor# selection# target# property#p pad00# time# requestor# selection# target# property#p pad00# window# colormap# newI<# state<+# pad1<+# pad2<+#q pad00# request# firstKeyCode# count# pad1<+#q type# longs0M)# longs1M)# longs2M)# longs3M)# longs4M)#rd type# shorts0A# shorts1A# shorts2A# shorts3A# shorts4A# shorts5A# shorts6A# shorts7A# shorts8A# shorts9A#signed charrdINT8rsr'r type# bytesr#s lq# sq# br# sC pad00# window# ur# u ub# keyButtonPointerc# enterLeavec# focusd# exposeeO# graphicsExposuree# noExposuref# visibilityg=# createNotifyg# destroyNotifyhv# unmapNotifyh# mapNotifyiI# mapRequesti# reparentj# configureNotifyj# configureRequestk# gravityl# resizeRequestm(# circulatem~# propertyn# selectionClearn# selectionRequestn# selectionNotifyo# colormapp # mappingNotifyp# clientMessages# _xEvent u usC#uxEvent y^ genericAm# geomB# treeC# atomDa# atomNameEU# propertyFE# listPropertiesG;# selectionH# grabPointerI# grabKeyboardI# pointerJH# motionEventsK*# coordsL$# inputFocusM # textExtentsN\# fontsOR# fontPathPA# imageQ"# colormapsR# allocColorS # allocNamedColorTR# colorCellsUJ# colorPlanesVL# colorsWC# lookupColorXu# bestSizeYg# extensionZ# extensions[{# setModifierMapping\_# getModifierMapping]Q# setPointerMapping]t# getKeyboardMapping^e# getPointerMapping_K# pointerControl`l# screenSavera# hostsb# error=1# eventu#uxReply y^ jy yo  j  yx _XInternalAsyncz next@# handlery# data#z) z z2 _XLockPtrsz lock_displayz)# unlock_displayz5# z> z_XKeytrans z_XDisplayAtoms z_XContextDB zj z z{a defaultCCCs# clientCmaps# perVisualIntensityMaps#_XIMFilter {a{ j  {w{_XInternalConnectionProc  { _XConnectionInfo(|` fdj# read_callback{# call_data# watch_data{# next{# |  j j { |`|XConnectionWatchProc | _XConnWatchInfo} fn|# client_data# next|#j }_XkbInfoRec }2_XtransConnInfo }I_X11XCBPrivate }dj }~}}'j }}}' _XImagea widthj# heightj# xoffsetj# formatj# data# byte_orderj# bitmap_unitj# bitmap_bit_orderj# bitmap_padj#$ depthj#( bytes_per_linej#, bits_per_pixelj#0 red_mask#8 green_mask#@ blue_mask#H obdata#P fE#X } a  1  j j    j j jj  j a j 1 funcs0 create_image# destroy_image# get_pixel# put_pixel# sub_image(# add_pixel<#(}XImage __posix_ttyname_rj? j  __posix_getlogin_rjz  jlockfj j j ' truncatej ''off64_ttell* j, *'ssize_tpwrite< j 3  < ,pread< j  <lseek j jftruncatejA j ' Atruncatej J ''off_ttell j, pwrite< j  <pread<K j  <lseek j jlockfj j j 'ftruncatej j ' dev_t ino_t mode_t nlink_t juid_tjgid_t 'time_t timespec tv_seci# tv_nsec'#ztimestruc_t jblksize_t 'blkcnt_t ' stat = st_dev# st_ino# st_mode&# st_nlink7# st_uidI# st_gidY# st_rdev# st_size#( st_atim#0 st_mtim#@ st_ctim#P st_blksize#` st_blocks#h st_fstype#p =lstatj} F }fstatatj j = j =statj" fstatjP j = P' stat64 st_dev# st_ino# st_mode&# st_nlink7# st_uidI# st_gidY# st_rdev# st_size#( st_atim#0 st_mtim#@ st_ctim#P st_blksize#` st_blocks#h st_fstypeb#p fstatatj j Y j lstatjK  KTstatj ] ffstatj j ' __posix_ctime_r  tm$ tm_secj# tm_minj# tm_hourj# tm_mdayj# tm_monj# tm_yearj# tm_wdayj# tm_ydayj# tm_isdstj#  __posix_asctime_r3 mkstempjZ mkstempj 'ـ' __FILE __pad# ftello fseekoj3 ' j' 3fsetposju < 'fgetposj uFILE tmpfile  freopen8  8 Jfopen A S ftello fseekoj ' j' fsetposj3 ufgetposju 3 < u~ freopen   fopenQ tmpfile!xftxlfd.c /var/tmp/libXft-2.3.0/src /opt/solstudio12.2/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I.. -I../include/X11/Xft -I/usr/local/include -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -v -I../include/X11/Xft -g -c -KPIC -DPIC xftxlfd.c -W0,-xp\$XAoAMiKNF8cPEPm.Xa;g;P;R=Sun C 5.11 SunOS_sparc 145354-01 2010/10/11;G=$XAoAMiKNF8cPEPm.;backend;raw;cd;DBG_GEN 5.3.0<charint_XftSymboliclname #value)#0XftSymboliclongl  XftXlfdWeights 0 l`  XftXlfdWeights 0l'  XftXlfdSlants $ Ґ l0h  XftXlfdSlantsK$ Ґ XftSplitStr2!field1xsave1p s3` c4_D  XftGetIntGptrFxvalFpD )XftXlfdParseUxlfd_origTxignore_scalableTtcompleteTp patV` xlfdWX foundryXP family(YH weight_name:Z@ slantL[ registry^\ encodingp] save^ pixel)_ point)` resx)a resy)b slant_value)c weight_value)c dpixelydD$_FcPatternFcPattern)FcBool 1CUgdouble0_XftMatchSymbolic)))_FcPatternunsigned char#FcPatternAddStringy ,yFcPatternAddDoubleyFcPatternAddInteger &FcPatternDestroy W &FcPatternCreateunsigned long__posix_ttyname_r) ) t__posix_getlogin_r) )lockf) :)) :truncate) } Coff64_ttell } )void  ssize_tpwrite  )  t  pread  i)  t lseek } ) })ftruncate) ) truncate)  off_ttell  I)  Ipwrite  ) R t pread  )  t lseek  ) )lockf) J))ftruncate) |) |  tdev_t tino_tunsigned mode_t nlink_t)uid_t)gid_ttime_ttimespecStv_sec#tv_nsec#timestruc_t)blksize_tblkcnt_t  statst_dev #st_ino #st_mode #st_nlink #st_uid #st_gid #st_rdev # st_size #(st_atimS#0st_mtimS#@st_ctimS#Pst_blksizei#`st_blocks}#hst_fstype#plstat) fstatat)n)#)nwstat)fstat))  stat64Kst_dev #st_ino #st_mode #st_nlink #st_uid #st_gid #st_rdev # st_size #(st_atimS#0st_mtimS#@st_ctimS#Pst_blksizei#`st_blocks}#hst_fstype#pfstatat))K)Klstat)Kstat)9fstat)g)Kg__posix_ctime_rptm$ rtm_sec)#tm_min)#tm_hour)#tm_mday)# tm_mon)#tm_year)#tm_wday)#tm_yday)#tm_isdst)# r{__posix_asctime_rstrchr) tsize_t strlen#ZZlstrcmp)cumkstemp)mkstemp) malloc* tfreeF c __FILE __padF#cftello }cfseeko))fsetpos):fgetpos)s:cFILE stmpfilefreopenfopenOcftello ~Ofseeko))fsetpos):fgetpos)::CU^freopenLgpfopentmpfile#d /var/tmp/libXft-2.3.0/src/usr/local/include/X11../include/X11/Xft/usr/local/include/X11/extensions/usr/include/usr/include/sys/usr/include/isoxftcolor.cXlibint.hXlib.hX.hXproto.hXmd.hXft.hXrender.hstdio.hstdlib.hstat.htypes.htime_impl.htime_iso.hstdio_impl.hstdio_iso.h I ! I4!} J$04 K (((((4 M@ 0 /var/tmp/libXft-2.3.0/src/usr/local/include/X11/usr/local/include/X11/extensions../include/X11/Xft/usr/local/include/fontconfig/usr/local/include/freetype2/freetype/usr/include/usr/include/sys/usr/include/isoxftcore.cxftint.hXlibint.hXlib.hX.hXproto.hXmd.hXutil.hrender.hXft.hXrender.hfontconfig.hfttypes.hfreetype.hftimage.hftsystem.hstdio.hstdlib.hstat.htypes.htime_impl.htime_iso.h stdio_impl.hstdio_iso.h M %1M Nh2  9%! $%P$\'O 3 QP 9$ $P$f[ ' S 9 $% $%P$f[ ' Vp !y  Wp!}!} XH40 } Y $8) Y ,, 9%9 8$v  j  ]$ _LXXX, `$%()1 !<9 9$!5$-q x  c$%()1 !<9 9$qI|Al x  h $%()1 !<9 9$qI|Al x  lhX ,,,99$ tA t 9` "W + qX ,,,99$ tA  AEE9R 0K 7 y $ zp !!!_ #V, }D8 ~ ~ 8h~ 5%8,!X  @1d!L! $9$P$P w  $\$9$P$8 w     ,T5@,,    `$4,!`  H1l!T! $% P$x $d$% P$z      ,%X5D,,!8D   U/4$,~!`  H1l!T! $% $%P$t$d% $%P$v$*- /var/tmp/libXft-2.3.0/src/usr/include/usr/include/sys/usr/include/isoxftdbg.cstdio.hstdlib.hstat.htypes.htime_impl.htime_iso.hstdio_impl.hstdio_iso.h  $((( ( /var/tmp/libXft-2.3.0/src/usr/local/include/X11/usr/local/include/fontconfig../include/X11/Xft/usr/local/include/X11/extensions/usr/local/include/freetype2/freetype/usr/include/usr/include/sys/usr/include/isoxftdpy.cXlibint.hXlib.hX.hXproto.hXmd.hxftint.hfontconfig.hXft.hXrender.hrender.hfttypes.hfreetype.hftimage.hftsystem.hstdio.hstdlib.hstat.htypes.htime_impl.htime_iso.h stdio_impl.hstdio_iso.h   8$~  X9)$!s  9(< 1%(0a(}$!@$8$-(%! )}%4 p0%%4%0% v|$ P! !  H @ (0<<0  4<@  4$ 1  4,0( 1 <<<<<<<<<<<< ! 8,4 4, 4, H4,   e M Y Y Y YA%$y ] Y Y Y e ] /var/tmp/libXft-2.3.0/src/usr/local/include/X11/usr/local/include/X11/extensions../include/X11/Xft/usr/local/include/fontconfig/usr/local/include/freetype2/freetype/usr/include/usr/include/sys/usr/include/isoxftdraw.cXlibint.hXlib.hX.hXproto.hXmd.hXutil.hxftint.hrender.hXft.hXrender.hfontconfig.hfttypes.hfreetype.hftimage.hftsystem.hstdio.hstdlib.hstat.htypes.htime_impl.htime_iso.h stdio_impl.hstdio_iso.h % 0t e)4}   hh (%94{ h0 p, h, h%0 , p!$!$  P    $ $x  H05 y e8 TXD `, h4$ !D ,Hs !< ,Ps0 $   ,I Θ$5 $B-H  P  $FH  Ѹ  $FH    M!( , HmH  x U!( , HmH  ,9 0!@ @A, k ۨ -X4 |8( ݈ -,d4 {0( ߈]1M 0U1x!  !5)   $ xIQ $1 ,n /var/tmp/libXft-2.3.0/src/usr/local/include/X11../include/X11/Xft/usr/local/include/fontconfig/usr/local/include/freetype2/freetype/usr/local/include/X11/extensions/usr/include/usr/include/sys/usr/include/isoxftextent.cXlibint.hXlib.hX.hXproto.hXmd.hXft.hfontconfig.hfttypes.hXrender.hxftint.hfreetype.hftimage.hftsystem.hrender.hstdio.hstdlib.hstat.htypes.htime_impl.htime_iso.h stdio_impl.hstdio_iso.h P 8h~ 4$Pz1 9$Q     n    X $$>-8   $$B-8   $$B-8  xM!( $, Dl8   U!( $, Dl8 Vr /var/tmp/libXft-2.3.0/src/usr/local/include/fontconfig/usr/local/include/X11../include/X11/Xft/usr/include/iso/usr/include/usr/include/sysxftfont.cfontconfig.hXlibint.hXlib.hX.hXproto.hXmd.hXft.hstdarg_iso.hstdio.hstdlib.hstat.htypes.htime_impl.htime_iso.hstdio_impl.hstdio_iso.h 0 ! %  % (% (%   !$ 4%  !$$   %(!4% !$$   $%()4% !$$   /var/tmp/libXft-2.3.0/src/usr/local/include/freetype2/freetype/usr/local/include/fontconfig../include/X11/Xft/usr/local/include/X11/extensions/usr/local/include/X11/usr/include/usr/include/sys/usr/include/isoxftfreetype.cxftint.hfttypes.hfreetype.hftimage.hftsystem.hfontconfig.hXft.hXrender.hrender.hX.hXlibint.hXlib.hXproto.hXmd.hstdio.hstdlib.hstat.htypes.htime_impl.htime_iso.h stdio_iso.h stdio_impl.h * 1I %<x (,%0$!$, x, P04~ 04<} 9L%4w   H !$4L!, < 8   =%%w =}$-  8 !1%{ X 0% $z ! (<~ % $% Q    y y 1P @@!8A%y y y  <<<<t!y y Dy y y -!-$$x y y y yy  w8*9     5 !  ! "0< " H(1D z @ @@%-$!  w($$ $$ %! $%,$1$}  +4,  ,(  , )% %)$ y  8 .()L| .%T-%{  H%{  `" 1 8 ! 2H (, /var/tmp/libXft-2.3.0/src/usr/local/include/X11../include/X11/Xft/usr/local/include/fontconfig/usr/local/include/freetype2/freetype/usr/local/include/X11/extensions/usr/include/usr/include/sys/usr/include/isoxftglyphs.cXlibint.hXlib.hX.hXproto.hXmd.hXft.hfontconfig.hxftint.hfttypes.hfreetype.hftimage.hftsystem.hXrender.hrender.hftlcdfil.hstdio.hstdlib.hstat.htypes.htime_impl.htime_iso.h stdio_impl.hstdio_iso.h 2%1${ %4 4 ( 44Z) 6hI1%<}| %<}| $&%y{$&9w z9w zEw zIw z~ ?   !v9$$$ 10!4  ,(($%H,%(((r&)  5!$ $ )()!!!$!(% 1%$F )~  p, 8! % ! ,!9(((z  $  (($ % }   O Y$$!!!L%D ()a!8D R($A%,8 T , U  <1-4$8<(j ( W ! !$$ 1$%%4, q $  Y!%i$ /var/tmp/libXft-2.3.0/src/usr/local/include/fontconfig/usr/include/usr/include/sys/usr/include/isoxftinit.cfontconfig.hstdio.hstdlib.hstat.htypes.htime_impl.htime_iso.hstdio_impl.hstdio_iso.h [((  [) \  &|  ]%DH0448 _h%DH0448V /var/tmp/libXft-2.3.0/src/usr/local/include/fontconfig/usr/local/include/X11/usr/include/iso/usr/include/usr/include/sysxftlist.cfontconfig.hXlibint.hXlib.hX.hXproto.hXmd.hstdarg_iso.hstdio.hstdlib.hstat.htypes.htime_impl.htime_iso.hstdio_impl.hstdio_iso.h `( a8 ,034g /var/tmp/libXft-2.3.0/src/usr/local/include/fontconfig/usr/include/usr/include/sys/usr/include/isoxftname.cfontconfig.hstdio.hstdlib.hstat.htypes.htime_impl.htime_iso.hstdio_iso.hstdio_impl.h ex&( $ f/ fH 8-((-,$  /var/tmp/libXft-2.3.0/src/usr/local/include/X11/usr/local/include/X11/extensions../include/X11/Xft/usr/local/include/fontconfig/usr/local/include/freetype2/freetype/usr/include/usr/include/sys/usr/include/isoxftrender.cXlibint.hXlib.hX.hXproto.hXmd.hrender.hXft.hfontconfig.hfttypes.hxftint.hfreetype.hftimage.hftsystem.hXrender.hstdio.hstdlib.hstat.htypes.htime_impl.htime_iso.h stdio_impl.hstdio_iso.h h, % Hz5 !-(% D $}{ |||p   m % Hz5 !%(%!H,y  $88-!H5e,,)0 m%(,%!H5u,),@LL,,$(}00a",)xxxq( $  zH -T4 |Y( |` H(( }X%($$ P<((q!%(%($%X5u0$88-($%X=,8,,)0 h%(,%(%%X=,)4@LL,,$(}00]&,)tttq( $$*-    -,`4 {P( P $>h   $Bh   %~h  X %~h   $Bh   {h   {h  M!( , Dmh  (U!( , Dmd  /var/tmp/libXft-2.3.0/src/usr/include/usr/include/sys/usr/include/isoxftstr.cxftint.hstdio.hstdlib.hstat.htypes.htime_impl.htime_iso.hstdio_impl.hstdio_iso.h 90|  /var/tmp/libXft-2.3.0/src/usr/local/include/X11/usr/include/usr/include/sys/usr/include/isoxftswap.cXmd.hXlib.hXlibint.hX.hXproto.hstdio.hstdlib.hstat.htypes.htime_impl.htime_iso.hstdio_impl.hstdio_iso.h  ;9T}  4990} {   @90}  0,0q /var/tmp/libXft-2.3.0/src/usr/local/include/fontconfig/usr/include/usr/include/sys/usr/include/isoxftxlfd.cxftint.hfontconfig.hstdio.hstdlib.hstat.htypes.htime_impl.htime_iso.hstdio_iso.hstdio_impl.h 2! ${  !<>5    LLLLDDHHHHDDMM)E HE HH<H<!d-,E DD%.?  : ; @ ' ID I: ;  4I : ;  D D $>  :  I8 I ' ID  I I: ' D  :  : I !I/  :  : < ' ID 5I&II ' D . : ; @ ' ID  .?  : ; @ ' D .? < ' ID 7I.? < ' ID  DD%.?  : ; @ ' D I: ;  D D $>  :  I8 I ' ID  I I: ' D   :  : I !I/  :  : < ' ID 5I&II ' D  : ( . : ; @ ' D 4I : ;  . : ; @ ' ID I. : ;@ ' D  I: ; !4I : ; ". : ;@ ' ID # $!I/%.?  : ;@ ' D &.? < ' D '.? < ' ID (.? < ' ID )7I DD%.?  : ; @ ' ID 4I : ;   D D $> I.? < ' ID  I &I I: 7I  :  I8 I !I/ .? < ' ID  DD%. : ; @ ' ID I: ;  4I : ;  D D $>  :  I8 I ' ID  I I: ' D  :  : I !I/  :  : < ' ID 5I&II ' D .?  : ; @ ' ID  . : ; @ ' D  : ( .?  : ; @ ' D  .?  : ;@ ' ID !I: ; "4I : ; #. : ;@ ' ID $.?  : ;@ ' D %.? < ' D &.? < ' ID '4I?  : ;  (.? < ' ID )7I* DD%. : ; @ ' ID I: ;  4I : ;   D D $>  :  I8 I ' ID  I I: ' D  :  : I !I/  :  : < ' ID 5I&II ' D .?  : ; @ ' ID  : ( .?  : ; @ ' D .?  : ;@ ' ID  I: ; !.?  : ;@ ' D "4I : ; #. : ;@ ' ID $!I/% : &.? < ' D '.? < ' ID (.? < ' ID )7I* DD%.?  : ; @ ' D I: ;  4I : ;  D D $>  :  I8 I ' ID  I I: ' D  :  : I !I/  :  : < ' ID 5I&II ' D  : ( !I/ : .? < ' D .? < ' ID  7I!.? < ' ID  DD%.?  : ; @ ' ID I: ;  4I : ;  D D < I: I $>  :  I8 ' ID  I' D  :  : I !I/  :  : ' ID 5I&II ' D  : ( .? < ' ID .? < ' ID .? < ' D  7I DD%$> 4I : ;  . : ; @ ' ID I: ;  D D  :  I8 I I:  :  ( ' D I<  : ' ID  : &I. : ; @ ' D .?  : ; @ ' ID  . : ;@ ' D I: ; 4I : ; . : ;@ ' ID .?  : ;@ ' ID  : .?  : ;@ ' D I !I/  : !' ID "5I#I $' D %.? < ' D &.? < ' ID '.? < ' ID (4I?  : ;  )7I* DD%. : ; @ ' D I: ;  4I : ;  D D $>  :  I8 I ' ID  I I: ' D  :  : I !I/  :  : < ' ID 5I&II ' D  : ( . : ; @ ' ID  4I : ; .?  : ;@ ' D  I: ; !!I/".?  : ;@ ' ID #.? < ' ID $.? < ' D %.? < ' ID &7I' DD%.?  : ; @ ' ID I: ;  D D $> &II  I8 I  !I/ 4I : ;  .?  : ; @ ' D .? < ' D .? < ' ID I: .? < ' ID I7I :  DD%.?  : ; @ ' ID I: ;  D D $> < I: I  :  I8 ' ID  I ' D  :  : I !I/  :  : ' ID 5I&II ' D 4I : ;    : ( .? < ' ID .? < ' D  .? < ' ID !7I DD%$> &II : ( I:  :  I8 I !I 4I : ;  I !I/ .?  : ; @ ' D D D .?  : ; @ ' ID I: ;  <  .? < ' ID I.? < ' D 7I.? < ' ID  DD%.?  : ; @ ' D I: ;  4I : ;  D D $>  :  I8 I ' ID  I I: ' D  :  : I !I/  :  : < ' ID 5I&II ' D  : ( !I/.?  : ;@ ' D I: ; 4I : ; . : ;@ ' ID ! " : #.? < ' D $.? < ' ID %7I&.? < ' ID  DD%.?  : ; @ ' ID I: ;  D D $> &II :  I8 I: .? < ' ID  I 7II !I/ .? < ' ID  DD%.?  : ; @ ' ID 4I : ;  D D $> .?  : ; @ ' D I: ;  I: I  :  I8 ' ID  I : ' D  : I !I/  :  : < ' ID 5I&II ' D .? < ' ID 7I.? < ' ID  DD%$> &II :  I8 I: I !I 4I : ;  I  !I/ . : ; @ ' ID I: ;  D D .?  : ; @ ' ID < .? < ' ID I.? < ' D .? < ' ID 7Id/XftColorAllocName~XftColorAllocValue=XftColorFreey/XftRectCorezXftGlyphCore*XftGlyphSpecCoreXftGlyphFontSpecCore+n6+ XftDebug+aM_XftDisplayInfoGet_XftDisplayManageMemoryXftDefaultHasRenderXftDefaultSet|XftDefaultParseBooleXftDefaultGetBool/XftDefaultGetIntegerXftDefaultGetDoubleXftDefaultSubstitute_XftDisplayInfoBz~cXftDrawDepthHXftDrawBitsPerPixelXftDrawCreate~XftDrawCreateBitmapXftDrawCreateAlphaFXftDrawChangeXftDrawDisplayXftDrawDrawableJXftDrawColormapXftDrawVisualXftDrawDestroy;XftDrawSrcPicture}XftDrawPictureXftDrawGlyphs[XftDrawString8XftDrawString16XftDrawString32gXftDrawStringUtf8 XftDrawStringUtf16XftDrawGlyphSpecXftDrawGlyphFontSpec[XftDrawCharSpecXftDrawCharFontSpecXftDrawRect=XftDrawSetClip3XftDrawSetClipRectangleslXftDrawSetSubwindowMode}XftGlyphExtentsXftTextExtents8XftTextExtents167XftTextExtents32FXftTextExtentsUtf8XftTextExtentsUtf16sIXftFontMatch}XftFontOpen~XftFontOpenNameXftFontOpenXlfdeg_XftSetFaceXftLockFace&,XftUnlockFace2XftFontInfoCreateXftFontInfoDestroy#XftFontInfoHashXftFontInfoEqualXftFontOpenInfoXftFontOpenPatternXftFontCopyXftFontManageMemoryKXftFontCloseXftInitFtLibraryI_XftFTlibrary/Ƽ-XftFontLoadGlyphsXftFontUnloadGlyphsFXftFontCheckGlyphTXftCharExistsXftCharIndex_XftFontUncacheGlyph]_XftFontManageMemory|XftInit|XftGetVersionXftMemReportXftMemAllocOXftMemFreeR XftListFontsPatternObjects}]XftListFonts[__XftNameInitXftNameParse}XftNameUnparsezϬXftGlyphRender4XftGlyphSpecRendernXftCharSpecRenderXftGlyphFontSpecRenderEXftCharFontSpecRenderXftTextRender8XftTextRender16NXftTextRender16BEXftTextRender16LE\XftTextRender32XftTextRender32BEhXftTextRender32LEXftTextRenderUtf8XftTextRenderUtf164&3 _XftMatchSymbolicYhXftNativeByteOrderqXftSwapCARD32XftSwapCARD24XftSwapCARD16XftSwapImage/*-XftXlfdParse;/}maskbase~(masklen/_XftSharpGlyphMono2_XftSharpGlyphGrayo_XftSharpGlyphRgba_XftSharpGlyphFind7_XftExamineBitfield_XftGetFieldc_XftPutField_XftSmoothGlyphMono?xGenericReply?INT16?@xGetGeometryReply@AxQueryTreeReplyABxInternAtomReplyBCxGetAtomNameReplyCDxGetPropertyReplyDExListPropertiesReplyEFexGetSelectionOwnerReplyFGKxGrabPointerReplyGgxGrabKeyboardReplyGBOOLGHxQueryPointerReplyHIrxGetMotionEventsReplyIJlxTranslateCoordsReplyJKSxGetInputFocusReplyKqINT32KLxQueryTextExtentsReplyLMxListFontsReplyMNxGetFontPathReplyNOjxGetImageReplyOP\xListInstalledColormapsReplyPQhxAllocColorReplyQRxAllocNamedColorReplyRSxAllocColorCellsReplySTxAllocColorPlanesReplyTUxQueryColorsReplyUVxLookupColorReplyVWxQueryBestSizeReplyWXxQueryExtensionReplyXYxListExtensionsReplyYZxSetModifierMappingReplyZ[xGetModifierMappingReply[xSetPointerMappingReply[\xGetKeyboardMappingReply\]xGetPointerMappingReply]^xGetPointerControlReply^_xGetScreenSaverReply``xListHostsReply`aBKeyButMaskaWb?c"cd,eeefgghh`iijkpklalm;mnSnoKopINT8pqqLqt_xEventt'xEventt8wxReplyx _XInternalAsyncx_XLockPtrsyJy_XInternalConnectionProcz$_XConnectionInfozXConnectionWatchProc{_XConnWatchInfo_XDisplay|*Display|<_XftClipType|XftClipType|_XftClipRect|XftClipRect}+Region}<_XftClip}uXftClip}Picture}}}_XftDraw~XftDraw \XRenderColors_XftColorXftColor'_XGlyphInfoXGlyphInfo_XftGlyph XftGlyphkXftSharpGlyphFcCharSetFcPattern_XftFontkXftFontFcChar32bFT_F26Dot6wFT_FixedFT_Matrix_FT_MatrixFT_LongFT_String.FT_IntOFT_ShortbFT_PossFT_Bitmap_Size_FT_Bitmap_SizeFT_Encoding_=FT_EncodingSFT_UShortgFT_CharMapRec_FT_CharMapFT_Generic_Finalizer?xGenericReply?INT16?@xGetGeometryReply@AxQueryTreeReplyABxInternAtomReplyBCxGetAtomNameReplyCDvxGetPropertyReplyDElxListPropertiesReplyEFNxGetSelectionOwnerReplyFpG4xGrabPointerReplyGPxGrabKeyboardReplyGmBOOLG|HyxQueryPointerReplyHI[xGetMotionEventsReplyI{JUxTranslateCoordsReplyJuKFT_Size_MetricsxFT_Size_InternalFT_SizeRec_FT_Size-FT_DriverFT_Alloc_FuncFT_Free_FuncFT_Realloc_Func5FT_MemoryRec_AFT_MemoryFT_StreamDesc_FT_StreamDescNFT_Stream_IoFuncFT_Stream_CloseFuncFT_StreamRec_FT_StreamFT_ListNodeRec_FT_ListNodeFT_ListRec_)FT_ListRec^FT_Face_InternalyFT_FaceRec_*FT_Face_XftFtFiletXftFtFile_XftFontInfoXftFontInfo_XGlyphInfogXGlyphInfo|_XftGlyphXftGlyph_XftUcsHash2XftUcsHashPGlyphSetc_XftFontIntXftFontIntv_FcResultFcResult_FcTypeFcTypeFcChar8_FcMatrix0FcMatrixtFcLangSet_FcValueJFcValueoff64_tssize_toff_tdev_tino_tmode_tnlink_tuid_tgid_ttime_ttimespecAtimestruc_tWblksize_tkblkcnt_tstat stat64tm__FILEFILE{BzXPointer_XExtDataXExtDataFreeFuncType KeyCode&dXModifierKeymapFreeModmapType_XFreeFuncsXIDIScreenFormatrWindowXAnyEventTime FXKeyEventZXButtonEventXMotionEventXCrossingEvent4XFocusChangeEventXExposeEventDrawableXGraphicsExposeEvent{XNoExposeEventXVisibilityEvent/(XCreateWindowEventEXDestroyWindowEvent~XUnmapEvent2XMapEventFXMapRequestEventXReparentEventXConfigureEventXGravityEvent 3XResizeRequestEvent Q!hXConfigureRequestEvent!"XCirculateEvent"5"XCirculateRequestEvent"Atom"#XPropertyEvent#$HXSelectionClearEvent$g%9XSelectionRequestEvent%Z&XSelectionEvent&4Colormap&G&XColormapEvent'm'(NXClientMessageEvent(l)XMappingEvent)2)XErrorEvent**XKeymapEvent*+'XGenericEvent+P+XGenericEventCookie,3_XEvent/PXEvent/a_XSQEvent/VisualID/0Visual01Depth1,GContext1?Pixmap1PFont1_3wXGCValues3_XGC4GC4!5Screen5KeySym66XExtCodes6CreateGCType7.CopyGCType7{FlushGCType7FreeGCType78XFontProp8=8XCharStruct8:`XFontStruct:CreateFontType;FreeFontType;NCloseDisplayType;iBYTE;xCARD16;CARD32;CARD8;BeforeFlushType>4_XExten@@xGenericReply@INT16AAxGetGeometryReplyBBxQueryTreeReplyCCxInternAtomReplyCDxGetAtomNameReplyDExGetPropertyReplyEFxListPropertiesReplyFGxGetSelectionOwnerReplyGHsxGrabPointerReplyHxGrabKeyboardReplyHBOOLHIxQueryPointerReplyIJxGetMotionEventsReplyJKxTranslateCoordsReplyKL{xGetInputFocusReplyLINT32LMxQueryTextExtentsReplyMNxListFontsReplyNOxGetFontPathReplyOPxGetImageReplyPQxListInstalledColormapsReplyQRxAllocColorReplyRSxAllocNamedColorReplySTxAllocColorCellsReplyTUxAllocColorPlanesReplyUVxQueryColorsReplyVWxLookupColorReplyXXxQueryBestSizeReplyXZxQueryExtensionReplyZ"ZxListExtensionsReply[ [xSetModifierMappingReply[\xGetModifierMappingReply\xSetPointerMappingReply]]xGetKeyboardMappingReply]^xGetPointerMappingReply^_xGetPointerControlReply_axGetScreenSaverReplya-bxListHostsReplybbjKeyButMaskbcgdJdeTf;fg#gh)hiDijBkkllmnncno{ppspqINT8rr>rtru-_xEventuOxEventu`xxReplyy2_XInternalAsyncy_XLockPtrszr{_XInternalConnectionProc{L_XConnectionInfo|XConnectionWatchProc|:_XConnWatchInfo_XDisplay}RDisplay}d~DXVisualInfoy_XftClipTypeXftClipType_XftClipRect5XftClipRecthRegiony_XftClipXftClipPicture%_XftDraw-XftDraw_XPixmapFormatValues9PictFormatNXRenderDirectFormatxXRenderPictFormatFcPattern,FcBoolJFcCharSetg_XftFontXftFonthXRenderColor_XftSolidColorXftSolidColor_XftDisplayInfo$XftDisplayInfoa_XftColorXftColor_XRenderPictureAttributes$XRenderPictureAttributesFT_UInt&FcChar32FT_F26Dot6FT_Fixed*FT_Matrix_}FT_MatrixFT_LongFT_StringFT_IntFT_ShortFT_PosFT_Bitmap_Size_FT_Bitmap_SizeFT_Encoding_FT_EncodingFT_UShortFT_CharMapRec_FT_CharMapFT_Generic_FinalizerFT_Generic_FT_Generic0FT_BBox_FT_BBoxFT_LibraryFT_Glyph_Metrics_FT_Glyph_MetricsFT_Vector_FT_VectorFT_Glyph_Format_FT_Glyph_FormatFT_Bitmap_FT_BitmapFT_Outline_XFT_OutlineFT_SubGlyphFT_Slot_InternalFT_GlyphSlotRec_FT_GlyphSlotFT_Size_Metrics_FT_Size_MetricsFT_Size_InternalFT_SizeRec_sFT_SizeFT_DriverFT_Alloc_Func4FT_Free_FuncFT_Realloc_FuncFT_MemoryRec_FT_MemoryFT_StreamDesc_RFT_StreamDescFT_Stream_IoFuncFT_Stream_CloseFuncFT_StreamRec_jFT_StreamFT_ListNodeRec_FT_ListNode`FT_ListRec_FT_ListRecFT_Face_InternalFT_FaceRec_FT_Face9_XftFtFileXftFtFile_XftFontInfoGXftFontInfo]_XGlyphInfoXGlyphInfo_XftGlyphCXftGlyphh_XftUcsHashXftUcsHashGlyphSet_XftFontInt=XftFontInttFcChar8FcChar16FcEndian_XftGlyphSpec_XftGlyphSpec_XftGlyphFontSpec.XftGlyphFontSpecS_XftCharSpecXftCharSpec_XftCharFontSpec-XftCharFontSpecEXRectangleoff64_tssize_t\off_tdev_tino_tmode_tnlink_t!uid_t1gid_tAtime_tRtimespec̎timestruc_t̤blksize_t̸blkcnt_tstatWstat64tmn__FILE~FILE} XPointer]_XExtDataXExtData_FreeFuncTypeKeyCodeXModifierKeymap)FreeModmapTypeB_XFreeFuncs?XID^ScreenFormatWindowmXAnyEventTimeXKeyEventXButtonEvent8XMotionEventOXCrossingEventBXFocusChangeEvent^XExposeEvent6DrawableI:XGraphicsExposeEventYXNoExposeEventXVisibilityEventXCreateWindowEventAXDestroyWindowEvent_XUnmapEventXMapEventCXMapRequestEvent^+XReparentEventDNXConfigureEventh XGravityEvent  XResizeRequestEvent !XConfigureRequestEvent""XCirculateEvent"#DXCirculateRequestEvent#eAtom#t$XPropertyEvent$/$XSelectionClearEvent$%XSelectionRequestEvent%&XSelectionEvent&Colormap&'hXColormapEvent'((XClientMessageEvent()XMappingEvent)*PXErrorEvent*+XKeymapEvent++XGenericEvent+,tXGenericEventCookie,_XEvent/XEvent/_XSQEvent0`VisualID0s1.Visual1H1Depth1GContext1Pixmap1Font13XGCValues4_XGC4GC46UScreen6xKeySym67XExtCodes7[CreateGCType7CopyGCType7FlushGCType8EFreeGCType8Z8XFontProp89?XCharStruct9^:XFontStruct;3CreateFontType;FreeFontType;CloseDisplayType;BYTE;CARD16<CARD32<CARD8<&=xError=ErrorType=ErrorStringType>2PrintErrorType>BeforeFlushType>_XExten@AYxGenericReplyAqINT16AB{xGetGeometryReplyBCqxQueryTreeReplyCDMxInternAtomReplyDhEAxGetAtomNameReplyE]F1xGetPropertyReplyFMG'xListPropertiesReplyGFH xGetSelectionOwnerReplyH+HxGrabPointerReplyI xGrabKeyboardReplyI(BOOLI7J4xQueryPointerReplyJQKxGetMotionEventsReplyK6LxTranslateCoordsReplyL0LxGetInputFocusReplyMINT32M%NHxQueryTextExtentsReplyNiO>xListFontsReplyOXP-xGetFontPathReplyPIQxGetImageReplyQ'RxListInstalledColormapsReplyR'S xAllocColorReplyS'T>xAllocNamedColorReplyT^U6xAllocColorCellsReplyUVV8xAllocColorPlanesReplyVYW/xQueryColorsReplyWKXaxLookupColorReplyX}YSxQueryBestSizeReplyYqZxQueryExtensionReplyZ[gxListExtensionsReply[\KxSetModifierMappingReply\n]=xGetModifierMappingReply]`xSetPointerMappingReply]^QxGetKeyboardMappingReply^t_7xGetPointerMappingReply_Y`XxGetPointerControlReply`zaxGetScreenSaverReplyabxListHostsReplybbKeyButMaskbcde;efg)ghbhi5ijjklqmmjnnnotoppqkr_INT8rrrs/u_xEventuxEventuyJxReplyy_XInternalAsyncz*_XLockPtrsz{_XInternalConnectionProc{_XConnectionInfo|XConnectionWatchProc|_XConnWatchInfoM_XDisplay}Display}FcCharSet~FcPattern~4_XftFont~XftFont~FT_UInt_XGlyphInfoXGlyphInfoFcChar32}FT_F26Dot6FT_FixedFT_Matrix_FT_Matrix FT_LongFT_StringIFT_IntjFT_Short}FT_PosFT_Bitmap_Size_FT_Bitmap_Size:FT_Encoding_XFT_EncodingnFT_UShortFT_CharMapRec_FT_CharMap8FT_Generic_FinalizerWFT_Generic_FT_GenericFT_BBox_FT_BBox0FT_Library\FT_Glyph_Metrics_3FT_Glyph_MetricsNFT_Vector_FT_VectorFT_Glyph_Format_BFT_Glyph_FormateFT_Bitmap_FT_BitmapDFT_Outline_FT_OutlineFT_SubGlyph9FT_Slot_InternalTFT_GlyphSlotRec_EFT_GlyphSlotiFT_Size_Metrics_*FT_Size_MetricsdFT_Size_InternalFT_SizeRec_FT_SizeFT_DriverpFT_Alloc_FuncFT_Free_FuncFT_Realloc_Func!FT_MemoryRec_-FT_MemoryFT_StreamDesc_FT_StreamDesc:FT_Stream_IoFuncsFT_Stream_CloseFuncFT_StreamRec_FT_StreamFT_ListNodeRec_mFT_ListNodeFT_ListRec_FT_ListRecJFT_Face_InternaleFT_FaceRec_(FT_Face_XftFtFile`XftFtFile}FcBool_XftFontInfoXftFontInfo_XftGlyph?XftGlyphd_XftUcsHashXftUcsHashGlyphSetPictFormatXRenderDirectFormatXRenderPictFormat4_XftFontIntXftFontIntFcChar8FcChar16 6FcEndianoff64_tssize_toff_tdev_tino_tmode_tnlink_tuid_tgid_ttime_ttimespecDtimestruc_tZblksize_tnblkcnt_tstat stat64tm__FILEFILEIFcPatternXPointer_XExtDataXExtDataFreeFuncType KeyCode;yXModifierKeymapFreeModmapType_XFreeFuncsXID ^ScreenFormatWindowXAnyEventTime5[XKeyEventoXButtonEventXMotionEvent0XCrossingEventIXFocusChangeEventXExposeEventDrawableXGraphicsExposeEventXNoExposeEvent)XVisibilityEventD=XCreateWindowEventZXDestroyWindowEventXUnmapEventGXMapEvent[XMapRequestEventXReparentEventXConfigureEventXGravityEventHXResizeRequestEventf }XConfigureRequestEvent !0XCirculateEvent!J!XCirculateRequestEvent!Atom" "XPropertyEvent"#]XSelectionClearEvent#|$NXSelectionRequestEvent$o%/XSelectionEvent%IColormap%\&XColormapEvent&&'cXClientMessageEvent'(/XMappingEvent(G(XErrorEvent))XKeymapEvent)*ghYhiWj2k kllm%mxn nooppINT8q$qSqqtB_xEventtdxEventtuwxReplyxG_XInternalAsyncx_XLockPtrsyz,_XInternalConnectionProcza_XConnectionInfo{'XConnectionWatchProc{O_XConnWatchInfo_XDisplay|gDisplay|_FcResult|FcResult~FcCharSet~_XftFont~XftFont~va_listFcBool_FcMatchKindoff64_t_ssize_toff_t)dev_t9ino_tImode_tZnlink_tluid_t|gid_ttime_ttimespectimestruc_tblksize_tblkcnt_t3statstat647tm__FILEFILEgFT_F26Dot6FT_FixedFT_Matrix_ FT_Matrix FT_Long2FT_String]FT_Int~FT_ShortFT_PosFT_Bitmap_Size_FT_Bitmap_SizeNFT_Encoding_lFT_EncodingFT_UShortFT_CharMapRec_"FT_CharMapoFT_Generic_FinalizerFT_Generic_FT_GenericFT_BBox_ ;FT_BBox gFT_Library FT_UInt FT_Glyph_Metrics_ FT_Glyph_Metrics FT_Vector_ FT_Vector FT_Glyph_Format_ FT_Glyph_Format FT_Bitmap_ FT_Bitmap FT_Outline_ BFT_Outline rFT_SubGlyph FT_Slot_Internal FT_GlyphSlotRec_ |FT_GlyphSlotFT_Size_Metrics_FT_Size_MetricsFT_Size_InternalFT_SizeRec_eFT_SizeFT_DriverFT_Alloc_Func&FT_Free_Func~FT_Realloc_FuncFT_MemoryRec_FT_MemoryFT_StreamDesc_UFT_StreamDescFT_Stream_IoFuncFT_Stream_CloseFuncFT_StreamRec_mFT_Stream FT_ListNodeRec_FT_ListNodecFT_ListRec_FT_ListRecFT_Face_InternalFT_FaceRec__XftGlyph"XftGlyph"_XftUcsHash"XftUcsHash#GlyphSet#%PictFormat#:#XRenderDirectFormat#Colormap$$wXRenderPictFormat$_XftFontInt&XftFontInt)1XPointer(_XExtData)DXExtData)FreeFuncType)KeyCode))XModifierKeymap*@FreeModmapType*Y_XFreeFuncs+EXID3d3ScreenFormat3Window44sXAnyEvent4Time45XKeyEvent56XButtonEvent7 82XMotionEvent8I9XCrossingEvent9:XCreateWindowEvent>?;XDestroyWindowEvent?Y?XUnmapEvent@ @XMapEvent@A=XMapRequestEventAXB%XReparentEventB>CHXConfigureEventCbCXGravityEventDDXResizeRequestEventDEXConfigureRequestEventEFXCirculateEventFG>XCirculateRequestEventG_AtomGnHXPropertyEventH)HXSelectionClearEventHIXSelectionRequestEventIJXSelectionEventJKOXColormapEventKKLXClientMessageEventLMlXMappingEventMN&XErrorEventNYNXKeymapEventNOyXGenericEventOP9XGenericEventCookiePt_XEventSXEventS_XSQEventT%VisualIDT8TVisualU UTDepthUmGContextUPixmapUFontUWXGCValuesW_XGCXUGCXbZScreenZ=KeySymZ`ZXExtCodes[ CreateGCType[oCopyGCType[FlushGCType\ FreeGCType\\OXFontProp\l\XCharStruct]^XFontStruct^CreateFontType_7FreeFontType_}CloseDisplayType_BYTE_CARD16_CARD32_CARD8_`xErrora4ErrorTypeaErrorStringTypeaPrintErrorTypebIBeforeFlushTypebc_XExtend=e xGenericReplye$INT16e4f.xGetGeometryReplyfJg$xQueryTreeReplyg>hxInternAtomReplyhhxGetAtomNameReplyiixGetPropertyReplyjjxListPropertiesReplyjkxGetSelectionOwnerReplyklxGrabPointerReplylxGrabKeyboardReplylBOOLlmxQueryPointerReplynnxGetMotionEventsReplynoxTranslateCoordsReplyopxGetInputFocusReplypINT32pqxQueryTextExtentsReplyrrxListFontsReplys sxGetFontPathReplystxGetImageReplytuxListInstalledColormapsReplyuvxAllocColorReplyvwxAllocNamedColorReplyxxxAllocColorCellsReplyy yxAllocColorPlanesReplyz zxQueryColorsReplyz|xLookupColorReply|0}xQueryBestSizeReply}$~2xQueryExtensionReply~QxListExtensionsReply9xSetModifierMappingReply!xGetModifierMappingReplyxSetPointerMappingReply5xGetKeyboardMappingReply'xGetPointerMappingReply xGetPointerControlReply-=xGetScreenSaverReply\4xListHostsReplyNKeyButMaskyjRXsqL$?'4INT8>m\_xEvent~xEventxReplya_XInternalAsync_XLockPtrsF_XInternalConnectionProc{_XConnectionInfoAXConnectionWatchProci_XConnWatchInfo+S_XDisplayDisplay [XRenderColorrPicture_XftSolidColorXftSolidColor_XftDisplayInfo)XftDisplayInfo^_FcMatrixFcMatrix_FcResultFcResultFcBlanksoff64_tessize_toff_t/dev_t?ino_tOmode_t`nlink_truid_tgid_ttime_ttimespectimestruc_tblksize_t blkcnt_t9statstat64FT_ErrortmPsize_tĀ__FILEŐFILEs/ƼXPointer_XExtDataXExtDataFreeFuncTypeKeyCode!_XModifierKeymapFreeModmapType_XFreeFuncsXID DScreenFormatmWindow~XAnyEventTimeAXKeyEventUzXButtonEventXMotionEventXCrossingEvent/XFocusChangeEventXExposeEventDrawableXGraphicsExposeEventvXNoExposeEventXVisibilityEvent*#XCreateWindowEvent@XDestroyWindowEventyXUnmapEvent-XMapEventAXMapRequestEventXReparentEventXConfigureEventXGravityEvent.XResizeRequestEventL cXConfigureRequestEvent !XCirculateEvent!0!XCirculateRequestEvent!Atom!"XPropertyEvent"#CXSelectionClearEvent#b$4XSelectionRequestEvent$U%XSelectionEvent%/Colormap%B%XColormapEvent&h&'IXClientMessageEvent'g(XMappingEvent(-(XErrorEvent))XKeymapEvent)*"XGenericEvent*K*XGenericEventCookie+._XEvent.KXEvent.\_XSQEvent.VisualID./Visual/0Depth0'GContext0:Pixmap0KFont0Z2rXGCValues2_XGC3GC34Screen4KeySym55XExtCodes5CreateGCType6)CopyGCType6vFlushGCType6FreeGCType67 XFontProp787XCharStruct79[XFontStruct9CreateFontType:FreeFontType:ICloseDisplayType:dBYTE:sCARD16:CARD32:CARD8:;xError<ErrorType<^ErrorStringTypetm°__FILEFILEQFcBooloff64_tUssize_toff_t dev_t /ino_t Kmode_t \nlink_t nuid_t ~gid_t time_t timespec timestruc_t blksize_t blkcnt_t 5stat stat649tm__FILEFILE FcPattern_FcFontSet.FcFontSetXPointerK_XExtData XExtDataMFreeFuncTypeuKeyCodeXModifierKeymapFreeModmapType0_XFreeFuncs-XIDLScreenFormatWindow[XAnyEventoTimeXKeyEventXButtonEvent&XMotionEvent=XCrossingEvent0XFocusChangeEventL XExposeEvent$Drawable7(XGraphicsExposeEventGXNoExposeEvent~XVisibilityEventXCreateWindowEvent/XDestroyWindowEventMXUnmapEventXMapEvent1XMapRequestEventLXReparentEvent2XErrorEvent)q)XKeymapEvent* *XGenericEvent*+bXGenericEventCookie+_XEvent.XEvent._XSQEvent/NVisualID/a0Visual060}Depth0GContext0Pixmap0Font02XGCValues2_XGC3~GC35CScreen5fKeySym55XExtCodes6ICreateGCType6CopyGCType6FlushGCType73FreeGCType7H7xXFontProp78-XCharStruct8L9XFontStruct:!CreateFontType:rFreeFontType:CloseDisplayType:BYTE:CARD16:CARD32;CARD8;< xErrorFcObjectSet~va_list_FcTypeFcTypeFcChar8FcBool_FcMatrixAFcMatrixsFcCharSetFcLangSetH_FcValue|FcValueioff64_tssize_toff_t{dev_tino_tmode_tnlink_tuid_tgid_ttime_ttimespec+timestruc_tAblksize_tUblkcnt_tstatstat64tm__FILE#FILE_)_FcTypeFcType_FcObjectTypeFcObjectTypeNFcPatternVFcBoolFcChar8uoff64_tssize_t off_t dev_t ino_t mode_t nlink_t uid_t gid_t time_t timespec Ktimestruc_t ablksize_t ublkcnt_t statstat64tm7size_tQ__FILEaFILEzϬXPointerm_XExtData,XExtDataoFreeFuncTypeKeyCodeXModifierKeymap9FreeModmapTypeR_XFreeFuncsOXIDnScreenFormatWindow}XAnyEventTimeXKeyEvent XButtonEvent"HXMotionEvent_XCrossingEventRXFocusChangeEventn/XExposeEventFDrawableYJXGraphicsExposeEventiXNoExposeEvent XVisibilityEventXCreateWindowEventQXDestroyWindowEvento XUnmapEvent XMapEventSXMapRequestEventn;XReparentEventT^XConfigureEventx XGravityEvent , XResizeRequestEvent !XConfigureRequestEvent""XCirculateEvent"#TXCirculateRequestEvent#uAtom#$&XPropertyEvent$?$XSelectionClearEvent$%XSelectionRequestEvent%&XSelectionEvent&Colormap&'xXColormapEvent'(/(XClientMessageEvent()XMappingEvent)*`XErrorEvent*+XKeymapEvent+/+XGenericEvent+,XGenericEventCookie,_XEvent/XEvent/_XSQEvent0pVisualID01>Visual1X1Depth1GContext1Pixmap1Font14XGCValues4_XGC4GC46eScreen6KeySym67XExtCodes7kCreateGCType7CopyGCType8FlushGCType8UFreeGCType8j8XFontProp89OXCharStruct9n:XFontStruct;CCreateFontType;FreeFontType;CloseDisplayType;BYTE<CARD16<CARD32<&CARD8<6=-xError=ErrorType=ErrorStringType>BPrintErrorType>BeforeFlushType>_XExten@AixGenericReplyAINT16ABxGetGeometryReplyBCxQueryTreeReplyCD]xInternAtomReplyDxEQxGetAtomNameReplyEmFAxGetPropertyReplyF]G7xListPropertiesReplyGVHxGetSelectionOwnerReplyH;HxGrabPointerReplyIxGrabKeyboardReplyI8BOOLIGJDxQueryPointerReplyJaK&xGetMotionEventsReplyKFL xTranslateCoordsReplyL@MxGetInputFocusReplyM%INT32M5NXxQueryTextExtentsReplyNyONxListFontsReplyOhP=xGetFontPathReplyPYQxGetImageReplyQ7RxListInstalledColormapsReplyR7SxAllocColorReplyS7TNxAllocNamedColorReplyTnUFxAllocColorCellsReplyUfVHxAllocColorPlanesReplyViW?xQueryColorsReplyW[XqxLookupColorReplyXYcxQueryBestSizeReplyYZxQueryExtensionReplyZ[wxListExtensionsReply[\[xSetModifierMappingReply\~]MxGetModifierMappingReply]pxSetPointerMappingReply]^axGetKeyboardMappingReply^_GxGetPointerMappingReply_i`hxGetPointerControlReply`axGetScreenSaverReplyabxListHostsReplybbKeyButMaskc cdeKefg9ghrhiEijjklm$mznnnopppq{roINT8rrss?u_xEventuxEventuyZxReplyy_XInternalAsyncz:_XLockPtrsz{_XInternalConnectionProc{_XConnectionInfo|XConnectionWatchProc|_XConnWatchInfo]_XDisplay}Display}Picture~FcCharSet~9FcPattern~V_XftFont~XftFontFT_UInt*FcChar32FT_F26Dot6FT_Fixed.FT_Matrix_FT_MatrixFT_LongFT_StringFT_IntFT_ShortFT_PosFT_Bitmap_Size_FT_Bitmap_SizeFT_Encoding_FT_EncodingFT_UShort FT_CharMapRec_FT_CharMapFT_Generic_FinalizerFT_Generic_FT_Generic4FT_BBox_FT_BBoxFT_LibraryFT_Glyph_Metrics_FT_Glyph_MetricsFT_Vector_ FT_VectorFT_Glyph_Format_FT_Glyph_FormatFT_Bitmap_FT_BitmapFT_Outline_\FT_OutlineFT_SubGlyphFT_Slot_InternalFT_GlyphSlotRec_FT_GlyphSlotFT_Size_Metrics_FT_Size_MetricsFT_Size_InternalFT_SizeRec_wFT_SizeFT_DriverFT_Alloc_Func8FT_Free_FuncFT_Realloc_FuncFT_MemoryRec_FT_MemoryFT_StreamDesc_VFT_StreamDescFT_Stream_IoFuncFT_Stream_CloseFuncFT_StreamRec_nFT_Stream FT_ListNodeRec_FT_ListNodedFT_ListRec_FT_ListRecFT_Face_InternalFT_FaceRec_FT_Face=_XftFtFileXftFtFileFcBool_XftFontInfo\XftFontInfor_XGlyphInfoXGlyphInfo_XftGlyphXXftGlyph}_XftUcsHashXftUcsHashGlyphSetPictFormatXRenderDirectFormat(XRenderPictFormatM_XftFontIntXftFontIntGlyph_XftGlyphSpecEXftGlyphSpec_XGlyphElt82XGlyphElt8_XftCharSpecXftCharSpec__XftGlyphFontSpecXftGlyphFontSpech_XftCharFontSpecXftCharFontSpecjFcChar8 FcChar16FcEndian_XGlyphElt32_XGlyphElt16off64_tssize_t*off_tìdev_tüino_tmode_tnlink_tuid_tgid_ttime_t timespec\timestruc_trblksize_tĆblkcnt_tĶstat%stat64ɺtm__FILEFILEb&3_XftSymbolicXftSymbolicoff64_tssize_tCoff_tdev_tino_tmode_tnlink_tuid_t$gid_t4time_tEtimespectimestruc_tblksize_tblkcnt_tstat Jstat64 tmi__FILEyFILEYhCARD32CARD8fCARD16XPointer_XExtDataXExtData Display FreeFuncType KeyCode 7XModifierKeymapFreeModmapType_XFreeFuncsXID)ScreenFormatRWindowcXAnyEventTimeXKeyEvent.SXButtonEventjXMotionEventXCrossingEventXFocusChangeEventwXExposeEventDrawableXGraphicsExposeEventOXNoExposeEventhXVisibilityEventXCreateWindowEventXDestroyWindowEventRXUnmapEventhXMapEventXMapRequestEventXReparentEventXConfigureEvent \XGravityEvent t!XResizeRequestEvent!%"FPrintErrorType>BeforeFlushType>_XExten@AmxGenericReplyAINT16ABxGetGeometryReplyBCxQueryTreeReplyCDaxInternAtomReplyD|EUxGetAtomNameReplyEqFExGetPropertyReplyFaG;xListPropertiesReplyGZHxGetSelectionOwnerReplyH?IxGrabPointerReplyIxGrabKeyboardReplyI_XLockPtrs{{_XInternalConnectionProc{_XConnectionInfo|XConnectionWatchProc|_XConnWatchInfo_XDisplayEfuncs}_XImageXImageoff64_t|    %s + ( *0707010002d61d000041ed0000000000000000000000024f73c213000000000000010000010007ffffffffffffffff0000001d00000000root/usr/local/lib/pkgconfig0707010002d61e000081a40000000000000000000000014f73c1520000010b0000010000010007ffffffffffffffff0000002400000000root/usr/local/lib/pkgconfig/xft.pcprefix=/usr/local exec_prefix=${prefix} libdir=${exec_prefix}/lib includedir=${prefix}/include Name: Xft Description: X FreeType library Version: 2.3.0 Requires: xproto Requires.private: xrender, fontconfig, freetype2 Cflags: -I${includedir} Libs: -L${libdir} -lXft 0707010002d61a000081a40000000000000000000000014f73c151000d41500000010000010007ffffffffffffffff0000001c00000000root/usr/local/lib/libXft.a! / 1332986193 0 0 0 2824 ` | L L L$$$$JtJtJtututututututututututdddddddddddddddddddddddddddllllll4444ddddddddddddddddNLNLNLNLNLNLNL ج ج      L L L L L L L L L L L L L L d A| A| A| A| A| t t tXftColorFreeXftColorAllocValueXftColorAllocNameXftGlyphFontSpecCoreXftGlyphSpecCoreXftGlyphCoreXftRectCore$XBoAMiK6E8cP03j.XftDebug.initialized$XBoAMiK6E8cP03j.XftDebug.debugXftDebugXftDefaultSubstituteXftDefaultGetDoubleXftDefaultGetBoolXftDefaultParseBoolXftDefaultSetXftDefaultHasRender_XftDisplayManageMemoryXftDefaultGetInteger_XftDisplayInfoGet_XftDisplayInfoXftDrawSetSubwindowModeXftDrawSetClipRectanglesXftDrawSetClipXftDrawRectXftDrawCharFontSpecXftDrawCharSpecXftDrawGlyphFontSpecXftDrawGlyphSpecXftDrawStringUtf16XftDrawStringUtf8XftDrawString32XftDrawString16XftDrawString8XftDrawGlyphsXftDrawPictureXftDrawSrcPictureXftDrawDestroyXftDrawVisualXftDrawColormapXftDrawDrawableXftDrawDisplayXftDrawChangeXftDrawCreateAlphaXftDrawCreateBitmapXftDrawCreateXftDrawBitsPerPixelXftDrawDepthXftTextExtentsUtf16XftTextExtentsUtf8XftTextExtents32XftTextExtents16XftTextExtents8XftGlyphExtentsXftFontOpenXlfdXftFontOpenNameXftFontOpenXftFontMatchXftFontCloseXftFontManageMemoryXftFontCopyXftFontOpenPatternXftFontOpenInfoXftFontInfoEqualXftFontInfoHashXftFontInfoDestroyXftFontInfoCreateXftUnlockFaceXftLockFace_XftSetFace_XftFTlibraryXftInitFtLibrary$XAoAMiKCF8cPk8k._XftFtFiles$XAoAMiKCF8cPk8k.XftMaxFreeTypeFiles_XftFontManageMemory_XftFontUncacheGlyphXftCharIndexXftCharExistsXftFontCheckGlyphXftFontUnloadGlyphsXftFontLoadGlyphsXftMemFreeXftMemAlloc$XAoAMiKFF8cPkPl.XftFreeNotify$XAoAMiKFF8cPkPl.XftAllocNotify$XAoAMiKFF8cPkPl.XftFreeMem$XAoAMiKFF8cPkPl.XftFreeCount$XAoAMiKFF8cPkPl.XftAllocMem$XAoAMiKFF8cPkPl.XftAllocCountXftMemReport$XAoAMiKFF8cPkPl.XftMemNotice$XAoAMiKFF8cPkPl.XftInUseXftGetVersionXftInit$XAoAMiKFF8cPkPl._XftConfigInitializedXftListFontsXftListFontsPatternObjectsXftNameUnparseXftNameParse$XAoAMiKIF8cPEkl._XftNameInitialized_XftNameInit$XAoAMiKIF8cPEkl._XftObjectTypesXftTextRenderUtf16XftTextRenderUtf8XftTextRender32LEXftTextRender32BEXftTextRender32XftTextRender16LEXftTextRender16BEXftTextRender16XftTextRender8XftCharFontSpecRenderXftGlyphFontSpecRenderXftCharSpecRenderXftGlyphSpecRenderXftGlyphRender_XftMatchSymbolicXftSwapImageXftSwapCARD16XftSwapCARD24XftSwapCARD32XftNativeByteOrderXftXlfdParse$XAoAMiKOF8cPERm.XftXlfdSlants$XAoAMiKOF8cPERm.XftXlfdWeightsxftcolor.o/ 1332986168 0 0 100644 48540 ` ELF+@@.shstrtab.text.bss.data.rodata.picdata.comment.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_funcnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_funcnames.rela.debug_typenameswwwww___ߤ@@H H'__t`_4`_4` _4` !?#_4` 'Gӡ< @w_h H7 7_ h _40wW 7_ oW7W0w_40!6m"۠ @w__$@4!6m"۠ @$w_4p@!1!Ǣ @l`?L ?$@7Wwwwww_D  HI_\ *00<00'_\ Ɛ*00<00'_\ *00<00'_\ *00<00'_\ (*00<00'_\ (*00<00'_Gˠ  <@Gϥ,@Gà  <@Gǡ,@G  <@G,@< _t`H_ 7_ 7_ 7__@@H H'__t`_ _4`_ _4` _ _4` _ _4` 'Gӡ< 0wwww_D  H ___ߐ@ @@(#)stdio.h 1.84 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)ctype.h 1.35 04/09/28 SMI@(#)ctype_iso.h 1.3 04/09/28 SMI@(#)ctype_c99.h 1.2 04/09/28 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)errno.h 1.17 03/01/03 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)stdarg.h 1.47 04/09/28 SMI@(#)stdarg_iso.h 1.4 04/11/19 SMI@(#)va_impl.h 1.1 04/11/19 SMI@(#)stdarg_c99.h 1.2 04/09/28 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)setjmp.h 1.38 04/09/28 SMI@(#)setjmp_iso.h 1.2 04/09/28 SMI@(#)stat.h 1.12 10/01/15 SMI@(#)stat_impl.h 1.4 03/12/04 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.44 10/01/04 SMIacomp: Sun C 5.11 SunOS_sparc 145354-01 2010/10/11xftcolor.c /var/tmp/libXft-2.3.0/src /opt/solstudio12.2/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I.. -I../include/X11/Xft -I/usr/local/include -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -v -I../include/X11/Xft -g -c xftcolor.c -W0,-xp\$XAoAMiK3E8cPUoj.Xa;g;P;R=Sun C 5.11 SunOS_sparc 145354-01 2010/10/11;G=$XAoAMiK3E8cPUoj.;backend;raw;cd;DBG_GEN 5.3.0XftColorAllocNamedpyx|gvisualp%.cmaph|yname`}7resultXscreen} @exact} Dint_XExtData Gnumber#nextG#free_privatem#private_data#  m G Pchar v ~XPointer XExtData  |L    FreeFuncTypeunsigned char KeyCode ^max_keypermod#modifiermap#  XModifierKeymap ^  x  FreeModmapType_XFreeFuncsHatoms#modifiermap#key_bindings#context_db#defaultCCCs# clientCmaps#(intensityMaps#0im_filters#8xkb#@ unsigned long XID_XDisplayH ext_data#free_funcs#fd#conn_checker#proto_major_version#proto_minor_version#vendor~# resource_base#(resource_mask#0resource_id#8resource_shift#@resource_alloc #Hbyte_order#Pbitmap_unit#Tbitmap_pad#Xbitmap_bit_order#\nformats#`pixmap_formatZ#hvnumber#prelease#theadc#xtailc#qlen#last_request_read#request#last_req~#buffer~#bufptr~#bufmax~#max_request_size#db.#synchandler.#display_name~#default_screen#nscreens#screens4#motion_buffer#flags4#min_keycode#max_keycode#keysyms5#modifiermapx#keysyms_per_keycode#xdefaults~#scratch_buffer~#scratch_length#ext_number#ext_procs5#event_vec>#wire_vec># lock_meaning4#lock>#async_handlers>#bigreq_size#lock_fnsx#idlist_allocx#key_bindingsy#cursor_font0J#atomsy/#mode_switch#num_lock#context_dbyF#error_vecyc#cmsyl#im_filtersy#qfreec#next_event_serial_num#flushes5#im_fd_infoz=#im_fd_length#conn_watchers{+#watcher_count#filedes#savedsynchandler{#resource_max#xcmisc_opcode#xkb_info{#trans_conn{#xcb{#next_cookie#generic_event_vec{#generic_event_copy_vec|.#cookiejar*A#$   Cext_data#depth#bits_per_pixel# scanline_pad# ScreenFormat C .[ Window(type#serial#send_event#display#windowl# }XAnyEvent Timeunsigned`@type#serial#send_event#display#windowl# rootl#(subwindowl#0time#8x#@y#Dx_root#Hy_root#Lstate#Pkeycode#Tsame_screen#X XKeyEvent`ytype#serial#send_event#display#windowl# rootl#(subwindowl#0time#8x#@y#Dx_root#Hy_root#Lstate#Pbutton#Tsame_screen#X TXButtonEvent`type#serial#send_event#display#windowl# rootl#(subwindowl#0time#8x#@y#Dx_root#Hy_root#Lstate#Pis_hintv#Tsame_screen#X XMotionEventhtype#serial#send_event#display#windowl# rootl#(subwindowl#0time#8x#@y#Dx_root#Hy_root#Lmode#Pdetail#Tsame_screen#Xfocus#\state#` XCrossingEvent0type#serial#send_event#display#windowl# mode#(detail#, .XFocusChangeEvent@type#serial#send_event#display#windowl# x#(y#,width#0height#4count#8 XExposeEvent DrawableHtype#serial#send_event#display#drawable# x#(y#,width#0height#4count#8major_code#<minor_code#@ XGraphicsExposeEvent0utype#serial#send_event#display#drawable# major_code#(minor_code#, XNoExposeEvent0type#serial#send_event#display#windowl# state#( XVisibilityEventH"type#serial#send_event#display#parentl# windowl#(x#0y#4width#8height#<border_width#@override_redirect#D )XCreateWindowEvent0type#serial#send_event#display#eventl# windowl#( ?XDestroyWindowEvent8xtype#serial#send_event#display#eventl# windowl#(from_configure#0 XUnmapEvent8,type#serial#send_event#display#eventl# windowl#(override_redirect#0 XMapEvent0type#serial#send_event#display#parentl# windowl#( @XMapRequestEventHtype#serial#send_event#display#eventl# windowl#(parentl#0x#8y#<override_redirect#@ XReparentEventXtype#serial#send_event#display#eventl# windowl#(x#0y#4width#8height#<border_width#@abovel#Hoverride_redirect#P XConfigureEvent8type#serial#send_event#display#eventl# windowl#(x#0y#4 XGravityEvent0-type#serial#send_event#display#windowl# width#(height#, XResizeRequestEvent` btype#serial#send_event#display#parentl# windowl#(x#0y#4width#8height#<border_width#@abovel#Hdetail#Pvalue_mask#X KXConfigureRequestEvent8!type#serial#send_event#display#eventl# windowl#(place#0 XCirculateEvent8!type#serial#send_event#display#parentl# windowl#(place#0 !/XCirculateRequestEvent Atom@"type#serial#send_event#display#windowl# atom!#(time#0state#8 !XPropertyEvent8#Btype#serial#send_event#display#windowl# selection!#(time#0 "XSelectionClearEventP$3type#serial#send_event#display#ownerl# requestorl#(selection!#0target!#8property!#@time#H #aXSelectionRequestEventH%type#serial#send_event#display#requestorl# selection!#(target!#0property!#8time#@ $TXSelectionEvent Colormap8%type#serial#send_event#display#windowl# colormap%.#(new#0state#4 %AXColormapEventlongv&$%short&$&J% %(&g%(&b&#s&-#l&J#`'Htype#serial#send_event#display#windowl# message_type!#(format#0data&g#8 &XClientMessageEvent8(type#serial#send_event#display#windowl# request#(first_keycode#,count#0 'fXMappingEvent((type#display#resourceid#serial#error_code# request_code#!minor_code#" (,XErrorEventv )%H)type#serial#send_event#display#windowl# key_vector(#( )XKeymapEvent(*!type#serial#send_event#display#extension# evtype#$ )XGenericEventvoid *98*type#serial#send_event#display#extension# evtype#$cookie#(data*A#0 *JXGenericEventCookie%+-%_XEvent.Jtype#xany#xkey@#xbuttony#xmotion#xcrossing#xfocus#xexpose#xgraphicsexpose#xnoexposeu#xvisibility#xcreatewindow"#xdestroywindow#xunmapx#xmap,#xmaprequest#xreparent#xconfigure#xgravity#xresizerequest-#xconfigurerequest b#xcirculate!#xcirculaterequest!#xproperty"#xselectionclear#B#xselectionrequest$3#xselection%#xcolormap%#xclient'H#xmapping(#xerror(#xkeymap)#xgeneric*!#xcookie*#pad+# +-XEvent_XSQEvent.nextc#event.J#qserial_num#_XrmHashBucketRec . . VisualID8/ext_data#visualid.#class#red_mask#green_mask# blue_mask#(bits_per_rgb#0map_entries#4 .Visual /0 depth#nvisuals#visuals/# /Depth 0 GContext Pixmap Font2qfunction#plane_mask#foreground#background#line_width# line_style#$cap_style#(join_style#,fill_style#0fill_rule#4arc_mode#8tile09#@stipple09#Hts_x_origin#Pts_y_origin#Tfont0J#Xsubwindow_mode#`graphics_exposures#dclip_x_origin#hclip_y_origin#lclip_mask09#pdash_offset#xdashesv#| 0YXGCValues_XGC3ext_data#gid0&#rects#dashes#dirty#values2q# 2 3GC4ext_data#display #rootl#width#height#mwidth# mheight#$ndepths#(depths0#0root_depth#8root_visual/#@default_gc3#Hcmap%.#Pwhite_pixel#Xblack_pixel#`max_maps#hmin_maps#lbacking_store#psave_unders#troot_input_mask%#x 3Screen 4 KeySym 4 =.5extension#major_opcode#first_event#first_error# 5XExtCodes 5 5  3 5 5 5CreateGCType 6  3 5 5 6CopyGCType 6l  3 5 6= 6lFlushGCType 6  3 5 6 6FreeGCType7name!#card32# 6XFontProp 7unsigned short 7lbearing&$#rbearing&$#width&$#ascent&$#descent&$#attributes7%# 77XCharStruct 7`9Zext_data#fid0J#direction#min_char_or_byte2#max_char_or_byte2#min_byte1#max_byte1# all_chars_exist#$default_char#(n_properties#,properties7#0min_bounds7#8max_bounds7#Dper_char7#Pascent#Xdescent#\ 7XFontStruct 9Z 9  9p 5 9y 9CreateFontType 9  9p 5 9 9FreeFontType :?  5 : :?CloseDisplayType BYTE 7%CARD16 CARD32 CARD8 ;type:c#errorCode:c#sequenceNumber:r#resourceID:#minorCode:r#majorCode:# pad1:c# pad3:# pad4:#pad5:#pad6:#pad7:# :xError ;  ;  ; 5 ; ; ;ErrorType ~next5#codes5#create_GC5#copy_GC6(# flush_GC6u#(free_GC6#0create_Font9#8free_Font:#@close_display:H#Herror;#Perror_string<]#Xname~#`error_values<#hbefore_flush=#pnext_flush5#x >>>% >>>%_XLockInfo > x, ?type:c#data1:c#sequenceNumber:r#length:#data00:#data01:# data02:#data03:#data04:#data05:# ?xGenericReply &$INT16 @type:c#depth:#sequenceNumber:r#length:#root:#x?# y?#width:r#height:r#borderWidth:r#pad1:r#pad2:#pad3:# ?xGetGeometryReply Atype:c#pad1:c#sequenceNumber:r#length:#root:#parent:# nChildren:r#pad2:r#pad3:#pad4:#pad5:# AxQueryTreeReply Btype:c#pad1:c#sequenceNumber:r#length:#atom:#pad2:# pad3:#pad4:#pad5:#pad6:# B xInternAtomReply Ctype:c#pad1:c#sequenceNumber:r#length:#nameLength:r#pad2:r# pad3:# pad4:#pad5:#pad6:#pad7:# BxGetAtomNameReply Dtype:c#format:#sequenceNumber:r#length:#propertyType:#bytesAfter:# nItems:#pad1:#pad2:#pad3:# CxGetPropertyReply Etype:c#pad1:c#sequenceNumber:r#length:#nProperties:r#pad2:r# pad3:# pad4:#pad5:#pad6:#pad7:# DxListPropertiesReply Ftype:c#pad1:c#sequenceNumber:r#length:#owner:#pad2:# pad3:#pad4:#pad5:#pad6:# ExGetSelectionOwnerReply Gmtype:c#status:c#sequenceNumber:r#length:#pad1:#pad2:# pad3:#pad4:#pad5:#pad6:# FxGrabPointerReply FxGrabKeyboardReply BOOL Htype:c#sameScreenG#sequenceNumber:r#length:#root:#child:# rootX?#rootY?#winX?#winY?#mask:r#pad1:r#pad:# GxQueryPointerReply Itype:c#pad1:c#sequenceNumber:r#length:#nEvents:#pad2:# pad3:#pad4:#pad5:#pad6:# HxGetMotionEventsReply Jtype:c#sameScreenG#sequenceNumber:r#length:#child:#dstX?# dstY?#pad2:#pad3:#pad4:#pad5:# IxTranslateCoordsReply Kutype:c#revertTo:#sequenceNumber:r#length:#focus:#pad1:# pad2:#pad3:#pad4:#pad5:# JxGetInputFocusReply INT32 Ltype:c#drawDirection:#sequenceNumber:r#length:#fontAscent?#fontDescent?# overallAscent?# overallDescent?#overallWidthK#overallLeftK#overallRightK#pad:# KxQueryTextExtentsReply Mtype:c#pad1:c#sequenceNumber:r#length:#nFonts:r#pad2:r# pad3:# pad4:#pad5:#pad6:#pad7:# LxListFontsReply Ntype:c#pad1:c#sequenceNumber:r#length:#nPaths:r#pad2:r# pad3:# pad4:#pad5:#pad6:#pad7:# MxGetFontPathReply Otype:c#depth:#sequenceNumber:r#length:#visual:#pad3:# pad4:#pad5:#pad6:#pad7:# NxGetImageReply P~type:c#pad1:c#sequenceNumber:r#length:#nColormaps:r#pad2:r# pad3:# pad4:#pad5:#pad6:#pad7:# OxListInstalledColormapsReply Qtype:c#pad1:c#sequenceNumber:r#length:#red:r#green:r# blue:r# pad2:r#pixel:#pad3:#pad4:#pad5:# PxAllocColorReply Rtype:c#pad1:c#sequenceNumber:r#length:#pixel:#exactRed:r# exactGreen:r#exactBlue:r#screenRed:r#screenGreen:r#screenBlue:r#pad2:#pad3:# QxAllocNamedColorReply Stype:c#pad1:c#sequenceNumber:r#length:#nPixels:r#nMasks:r# pad3:# pad4:#pad5:#pad6:#pad7:# RxAllocColorCellsReply Ttype:c#pad1:c#sequenceNumber:r#length:#nPixels:r#pad2:r# redMask:# greenMask:#blueMask:#pad3:#pad4:# SxAllocColorPlanesReply Utype:c#pad1:c#sequenceNumber:r#length:#nColors:r#pad2:r# pad3:# pad4:#pad5:#pad6:#pad7:# TxQueryColorsReply Vtype:c#pad1:c#sequenceNumber:r#length:#exactRed:r#exactGreen:r# exactBlue:r# screenRed:r#screenGreen:r#screenBlue:r#pad3:#pad4:#pad5:# UxLookupColorReply Wtype:c#pad1:c#sequenceNumber:r#length:#width:r#height:r# pad3:# pad4:#pad5:#pad6:#pad7:# VxQueryBestSizeReply Xtype:c#pad1:c#sequenceNumber:r#length:#presentG#major_opcode:# first_event:# first_error:# pad3:# pad4:#pad5:#pad6:#pad7:# WxQueryExtensionReply Ytype:c#nExtensions:#sequenceNumber:r#length:#pad2:#pad3:# pad4:#pad5:#pad6:#pad7:# YxListExtensionsReply Ztype:c#success:#sequenceNumber:r#length:#pad2:#pad3:# pad4:#pad5:#pad6:#pad7:# ZxSetModifierMappingReply [type:c#numKeyPerModifier:#sequenceNumber:r#length:#pad1:#pad2:# pad3:#pad4:#pad5:#pad6:# ZxGetModifierMappingReply ZxSetPointerMappingReply \type:c#keySymsPerKeyCode:#sequenceNumber:r#length:#pad2:#pad3:# pad4:#pad5:#pad6:#pad7:# \xGetKeyboardMappingReply ]type:c#nElts:#sequenceNumber:r#length:#pad2:#pad3:# pad4:#pad5:#pad6:#pad7:# \xGetPointerMappingReply ^type:c#pad1:c#sequenceNumber:r#length:#accelNumerator:r#accelDenominator:r# threshold:r# pad2:r#pad3:#pad4:#pad5:#pad6:# ]xGetPointerControlReply `type:c#pad1:c#sequenceNumber:r#length:#timeout:r#interval:r# preferBlankingG# allowExposuresG# pad2:r#pad3:#pad4:#pad5:#pad6:# ^xGetScreenSaverReply `type:c#enabledG#sequenceNumber:r#length:#nHosts:r#pad1:r# pad3:# pad4:#pad5:#pad6:#pad7:# `'xListHostsReplyadtype:c#detail:c#sequenceNumber:r# 7%KeyButMask bapad00:#time:#root:#event:# child:#rootX?#rootY?#eventX?#eventY?#statead#sameScreenG#pad1:c# cDpad00:#time:#root:#event:# child:#rootX?#rootY?#eventX?#eventY?#statead#mode:c#flags:c# cpad00:#window:#mode:c#pad1:c# pad2:c# pad3:c# dNpad00:#window:#x:r#y:r# width:r# height:r#count:r#pad2:r#e5pad00:#drawable:#x:r#y:r# width:r# height:r#minorEvent:r#count:r#majorEvent:c#pad1:c#pad2:c#pad3:c# epad00:#drawable:#minorEvent:r#majorEvent:c# bpad:c#  fpad00:#window:#state:#pad1:c# pad2:c# pad3:c# fpad00:#parent:#window:#x?# y?#width:r#height:r#borderWidth:r#overrideG#bpad:c# g#pad00:#event:#window:#gpad00:#event:#window:#fromConfigureG# pad1:c# pad2:c#pad3:c#h>pad00:#event:#window:#overrideG# pad1:c# pad2:c#pad3:c# hpad00:#parent:#window:#i<pad00:#event:#window:#parent:# x?#y?#overrideG#pad1:c#pad2:c#pad3:c#jpad00:#event:#window:#aboveSibling:# x?#y?#width:r#height:r#borderWidth:r#overrideG#bpad:c# jpad00:#parent:#window:#sibling:# x?#y?#width:r#height:r#borderWidth:r#valueMask:r#pad1:# kpad00:#event:#window:#x?# y?#pad1:#pad2:#pad3:#pad4:# kpad00:#window:#width:r#height:r# lpad00:#event:#window:#parent:# place:c#pad1:c#pad2:c#pad3:c#m pad00:#window:#atom:#time:# state:c#pad1:c#pad2:r#m]pad00:#time:#window:#atom:# mpad00:#time:#owner:#requestor:# selection:#target:#property:#nupad00:#time:#requestor:#selection:# target:#property:#npad00:#window:#colormap:#newG# state:c# pad1:c#pad2:c#ompad00:#request:#firstKeyCode:#count:#pad1:c#otype:#longs0K#longs1K#longs2K# longs3K#longs4K#ptype:#shorts0?#shorts1?#shorts2?#shorts3?# shorts4?# shorts5?#shorts6?#shorts7?#shorts8?#shorts9?#signed char pINT8pq %q8type:#bytesp#qnlom#so#bq # qpad00:#window:#uq8# t'ua#keyButtonPointeray#enterLeaveba#focuscD#exposec#graphicsExposuredN#noExposuree5#visibilitye#createNotifyf#destroyNotifyf#unmapNotifyg##mapNotifyg#mapRequesth>#reparenth#configureNotifyi<#configureRequestj#gravityj#resizeRequestk#circulatek#propertyl#selectionClearm #selectionRequestm]#selectionNotifym#colormapnu#mappingNotifyn#clientMessageqn#_xEvent tIuq# t'xEvent wgeneric?#geom@#treeA#atomB#atomNameC#propertyD#listPropertiesE#selectionF#grabPointerGm#grabKeyboardG#pointerH#motionEventsI#coordsJ#inputFocusKu#textExtentsL#fontsM#fontPathN#imageO#colormapsP~#allocColorQ#allocNamedColorR#colorCellsS#colorPlanesT#colorsU#lookupColorV#bestSizeW#extensionX#extensionsY#setModifierMappingZ#getModifierMapping[#setPointerMapping[#getKeyboardMapping\#getPointerMapping]#pointerControl^#screenSaver`#hosts`#error;#eventtI# tZxReply w x#  w ~   w_XInternalAsyncx~next>#handlerx##data# x  x~ x_XLockPtrsxlock_displayx#unlock_displayx# x x_XKeytrans y_XDisplayAtoms y_XContextDB y8 yO yZydefaultCCCs#clientCmaps#perVisualIntensityMaps#_XIMFilter y z    y z_XInternalConnectionProc  zF_XConnectionInfo(zfd#read_callbackz#call_data#watch_dataz4#nextz=# {     z4 z {XConnectionWatchProc {4_XConnWatchInfo{fn{ #client_data#next{+# {_XkbInfoRec {_XtransConnInfo {_X11XCBPrivate { {{|% ||%|L% Display/ |^v |p|red7%#green7%#blue7%#alpha7%# |XRenderColor_XftColor}$pixel#color|# |XftColor }$}pixel#red7%#green7%# blue7%# flagsv#padv# }@XColormaskbase2&$~m1xi&$3tDmasklenB&$~smAxyChDXftColorAllocValuePdpyKx/visualLp%.cmapMh(colorN`}7resultOXred_shiftSPred_lenSLgreen_shiftTHgreen_lenTDblue_shiftU@blue_lenUxcolor}c@D| XftColorFreexdpytx/visualup%.cmapvh}7colorw`D__posix_ttyname_r  ~ __posix_getlogin_r1 ~ lockfh   %v htruncate q % %off64_t tell *9 %ssize_t pwriteF   *9pread  F  lseek  ftruncate  %v truncate;  % %off_t tell;o *9 opwrite  x  pread  F  lseek;9  ; lockfp   %ftruncate  %v  dev_t ino_t mode_t nlink_t uid_t gid_t %time_t timespec mtv_sec #tv_nsec%# 1timestruc_t blksize_t %blkcnt_t v%stat st_dev#st_ino#st_mode#st_nlink#st_uid#st_gid#st_rdev# st_size;#(st_atimm#0st_mtimm#@st_ctimm#Pst_blksize#`st_blocks#hst_fstype#p lstat4 v 4fstatat  = v stat fstat  v v6%stat64 est_dev#st_ino#st_mode#st_nlink#st_uid#st_gid#st_rdev# st_size;#(st_atimm#0st_mtimm#@st_ctimm#Pst_blksize#`st_blocks#hst_fstype#p 6fstatat   e v elstat v  estatS  fstat  e XFreeColors   v }@XAllocNamedColorH  XAllocColor  % __posix_ctime_r~ ~tm$tm_sec#tm_min#tm_hour#tm_mday# tm_mon#tm_year#tm_wday#tm_yday#tm_isdst#  ~__posix_asctime_r~ mkstemp ~mkstemp< ~%Y%__FILE~__pad<# Yftello ~ Yfseeko % % fsetpos0 %fgetposi 0 YFILE itmpfilexv v freopenx xv v fopenxE  Yftello;t Efseeko % % fsetpos 0fgetpos0 v 09v KTxfreopenx B ] fv v fopenx tmpfilex#d /var/tmp/libXft-2.3.0/src/usr/local/include/X11../include/X11/Xft/usr/local/include/X11/extensions/usr/include/usr/include/sys/usr/include/isoxftcolor.cXlibint.hXlib.hX.hXproto.hXmd.hXft.hXrender.hstdio.hstdlib.hstat.htypes.htime_impl.htime_iso.hstdio_impl.hstdio_iso.h ! 4!} $04 (((((4  0 DD%.?  : ; @ ' ID I: ;  4I : ;  D D $>  :  I8 I ' ID  I I: ' D  :  : I !I/  :  : < ' ID 5I&II ' D . : ; @ ' ID  .?  : ; @ ' D .? < ' ID 7I.? < ' ID d#XftColorAllocName~sXftColorAllocValue1XftColorFree;#}maskbase~masklen<#XPointer_XExtDataXExtDataFreeFuncTypeKeyCode ^XModifierKeymapFreeModmapType_XFreeFuncsXID CScreenFormatlWindow}XAnyEventTime@XKeyEventTyXButtonEventXMotionEventXCrossingEvent.XFocusChangeEventXExposeEventDrawableXGraphicsExposeEventuXNoExposeEventXVisibilityEvent)"XCreateWindowEvent?XDestroyWindowEventxXUnmapEvent,XMapEvent@XMapRequestEventXReparentEventXConfigureEventXGravityEvent-XResizeRequestEventK bXConfigureRequestEvent !XCirculateEvent!/!XCirculateRequestEvent!Atom!"XPropertyEvent"#BXSelectionClearEvent#a$3XSelectionRequestEvent$T%XSelectionEvent%.Colormap%A%XColormapEvent&g&'HXClientMessageEvent'f(XMappingEvent(,(XErrorEvent))XKeymapEvent)*!XGenericEvent*J*XGenericEventCookie+-_XEvent.JXEvent.[_XSQEvent.VisualID./Visual/0 Depth0&GContext09Pixmap0JFont0Y2qXGCValues2_XGC3GC34Screen4KeySym55XExtCodes5CreateGCType6(CopyGCType6uFlushGCType6FreeGCType67XFontProp777XCharStruct79ZXFontStruct9CreateFontType:FreeFontType:HCloseDisplayType:cBYTE:rCARD16:CARD32:CARD8:;xError;ErrorType<]ErrorStringTypehi<jjkklm m]mnunomopINT8q q8qnqt'_xEventtIxEventtZwxReplyx,_XInternalAsyncx_XLockPtrsylz_XInternalConnectionProczF_XConnectionInfo{ XConnectionWatchProc{4_XConnWatchInfo_XDisplay|LDisplay||XRenderColor|_XftColor}$XftColor}@}XColoroff64_tssize_t;off_tdev_tino_tmode_tnlink_tuid_tgid_t time_t1timespecmtimestruc_tblksize_tblkcnt_tstat6stat64tmY__FILEiFILExftcolor.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodatamaskbasemasklenXFreeColorsXftColorFreeXAllocColorXftColorAllocValueXAllocNamedColorXftColorAllocName_GLOBAL_OFFSET_TABLE_    1@I|Q]8TjvT| 666$6}6}6X~(6~06~6~6 66%6,-6@66,>6@6H66H6C 6K6}6666 6666@  P$-6 ~#B/N\qplG}(Hp8 HHXx     xftcore.o/ 1332986169 0 0 100644 98580 ` ELF+{@@.shstrtab.text.bss.data.rodata.picdata.comment.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_funcnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_funcnames.rela.debug_typenames ww''''_ # H_\`\`P_\ @@_\`\`\`PGGߐ@@@sww''_\ w_ 'GϠ  ?< '_ 'G_T $@'G_T $@'G'GǠ$ 'G'GH_w_Gˠ@wG'à /_ /_נ wG'GÀHgՠ@H> 'G 'GGÀHHա< /ՀH _ /_נ wנ /ՠ @O_\`\`\`PGGG4 @@ @sGG@'GG$@'H"Gà$ 'G 'GÀHHա< /ՀH _ /_נ wנ /ՠ@OGÀOG 'G'GǠ$ 'G'GOyww''_\ w_ 'GϠ  ?'_ 'G_T $@'G_T $@'G'GǠ$ 'G'GHs_w_Gˠ@wG'_ /_נ wG'GÀHQր H3 'G 'GGÀHH _ /_נ wր O_\`\`\`PGGG4 @@ @sGG@'GG$@'HGà$ 'G 'GÀHH _ /_נ wր OGÀOG 'G'GǠ$ 'G'GOww''_\ w_ 'GϠ  ?'_ 'G_T $@'G_T $@'G'GǠ$ 'G'GHz_w_Gˡ,0@wG'_ '_נ wG'GÀHW#| H5 'G 'GGÀHH_ '_נ w#|O_\`\`\`PGGG4 @@ @sGG@'GG$@'HGà$ 'G 'GÀHH_ '_נ w#| OGÀOG 'G'GǠ$ 'G'GO A@`www_w_D PH`]HwH `]Hw`]Hw_D X$  O, < #`_נD_TTTT0www '_  h _40wG '_ o '_  h _40wGߠ '_  oG_$`G_$`0w''_' G,@$ G,@4 'GG@  ,4 'G HG4@@'G, 'G O'4 0'''wGG  $@'G H _ߢ G,@$   ,@< wG H _G 4PwH_G,Pw_w_ww''w_\ w_ 'GǠ  ?< '_ '_\ 8@D_\ @@<_\ H@4_ < 4 GG@_ < 4 GG@_ < 4 GG@wG_T $@'G_T $@'G'G$ 'G'GHZ_w_Gà@wG' /_ /_Ϡ wG'G'G$ 'G'GH/͠@H _\`pGG_@@͡< /̀H _ /_Ϡ wϠ /G 'G'G$ 'G'GOG 'G'G$ 'G'GO''<4 7< ,08408< L@ 7<< 'G< ,08408< @7<` @,08408''4 < ,08408< L@ 7<< 'G4 < ,08408< @7<` @,08408< , ''4 < ,08408< L@ 7<< 'G4 < ,08408< @7<` @,08408< , ''@@'4  '/7< ,08408< L@ 7<< 'G'4 < ,08408< L@ 7<< 'Gס4 , '4 < ,08408< L@ 7<< 'Gӡ4 , '4 < ,08408< L@ 7<< 'Gϡ4 , '@@ߠ@'4 ww''w_ < '_ !?# @'_\ 8#?h_ !?# @, '_ < 'H _ < '_ !?# @, 'ף, Ӣ@Ϣ@ˠ@'_ '_ 'G_T $@'G_T $@'_\`D`,GL@< G, < @w_D ,< '_\ wG  ?'G'G$ 'G'GHd_w_G,0@w_w_G@wG'G'{G$ 'G{'wGwH?_ /_ w H׀ H_$`H _ @_$ HH@'_ @r_$ _ wG'sG$ 'Gs'oGoOG'{G$ 'G{'wGwOww''w_ < '_ !?# @'_\ 8#>h_ !?# @, '_ < 'H _ < '_ !?# @, 'ף, Ӣ@Ϣ@ˠ@'_ '_ 'G_T $@'G_T $@'_\`D`,GL@< G, < @w_D ,< '_\ wG  ?'G'G$ 'G'GH_w_G,0@w_w_G@wG'G'G$ 'G'GH}_ /_ w H5׀ H'H_ 'ǫ-  `5  - !? @5  #- !> @! @@'ǡ4` 4` '4`!> @< _4`H2H._ '@ǫ-  `5  - !? @5  #- !> @! @@l'ǡ4` 4` '4`!> @< _4`_ wG'{G$ 'G{'wGwOG'G$ 'G'GObww''w_ < '_ !?# @'_\ 8#>h_ !?# @, '_ < 'H _ < '_ !?# @, 'ף, Ӣ@Ϣ@ˠ@'_ '_ 'G_T $@'G_T $@'_\`D`,GL@< G, < @w_D ,< '_\ wG  ?'G'G$ 'G'GH_w_G,0@w_w_G@wG'G'G$ 'G'GH}_ /_ w H5׀ H'H_ 'ǡ-  5  - !> @ #- !> @- ! @@'ǡ4` 4` #4`! @< _4`H2H._ '@ǡ-  5  - !> @ #- !> @- ! @Z'ǡ4` 4` #4`! @< _4`_ wG'{G$ 'G{'wGwOG'G$ 'G'GObww''w_ < 'ק, _ %? @, 4  4  < 4 @'G_T $@'G_T $@'_ '_ '_\ wG  ?'_\ 8Ӡϐ@_\ @ˠǐ@_\ Hà@xG'G$ 'G'GH_w_G@wG'G'G'{G$ 'G{'wGwH_ /_ w H_׀ H'H,_\`hGG@w_GGϐ@k* _GGǐ@c* _GG@Z'@'4  GGϐ@4  GGǐ@u GG@lw_\`pGG_@@H\HX_\`hGG@w_GGϐ@* _GGǐ@ * _GG@'@''4  GGϐ@#4  GGǐ@ GG@w_\`pGG_@@G 'G'sG$ 'Gs'oGoO3G 'G'{G$ 'G{'wGwO㾰ww''w_ < 'ק, _ %? @, 4  4  < 4 @'G_T $@'G_T $@'_ '_ '_\ w_\ 8Ӡϐ@:_\ @ˠǐ@2_\ Hà@*G'G$ 'G'GHG'G'G'G$ 'G'GH_ '_ w?H_׀ H'H,_\`hGG@w_GGϐ@#* _GGǐ@* _GG@'@;'4  GGϐ@74  GGǐ@- GG@$w_\`pGG_@@H$H _\`hGG@w_GGϐ@ʔ* _GGǐ@”* _GG@'< ,084087yۡ< ,08408< yL@ 'kk44 'gg'syL@ 'kk44 'cc<< ,08408'o< ,08408< oL@ 'kk44 '_s_@'ss4` @< ,08408'ss'4 < ,084087yۡ4 < ,08408< yL@ 'kk44 'gg'syL@ 'kk44 'cc<< ,08408'o4 < ,08408< oL@ 'kk44 '_s_@'ss4` @< ,08408'ss, '4 < ,084087yۡ4 < ,08408< yL@ 'kk44 'gg'syL@ 'kk44 'cc<< ,08408'o4 < ,08408< oL@ 'kk44 '_s_@'ss4` @< ,08408'ss, '{@{@'4  GGϐ@4  GGǐ@  GG@w_\`pGG_@@G 'G'G$ 'G'GOkG 'G'G$ 'G'GON@w_\ h H '_\ D  H H' 'G<  A@`www_w_D PH`]HwH`]HwH_\ \ #?h_\ \ #?ch_\ \ ( h_\ \  h_\ \ #?ch_\ \ (#?h`]HwHh_\ \ #>h_\ \ 'h_\ \ ( h_\ \  h_\ \ 'h_\ \ (#>h`]HSw_\ \ #h_\ \ #h_\ \ ( h_\ \  h_\ \ #h_\ \ (#h`]H(wHH_@ O OmO`]Hw_D X$  O^, < #cD_נD_TTTT ww_wߠ '__ߠې@  @H 'GۀH __GרGې@@_\ \ w_0ww 'G< A@`wwww''wG'_\ w_w_wG' ' 'G'G$ 'G'GH&_ '_ w'__@ @H 'G'G$ 'G'GOGH __G@ @_wG'_D PH _ #?cHC_[H=__@sw____GӠ@@HHHtGW$@'oGW$@'k_D X H'`]@w__\ GoGk?@@s @sww_@_wh _$`XH_ XD`$ $`ww_whR_@'ssHJ__\ s@@wW '3__Wϐ@@@wO__\ _W_OGoGk@@ss s @s__O@@__W?@  s @sww__W@@_whH_\ \ _wt`8_\ \ _wt`@_\ \ (_wt`H_w@D H_w@G'[G$ 'G['WGWHI_ '_ w_D 4 H _\ ,0\@w_h__@dw_h___w_GGo$@GGk$@_@@ŀG_T @'G_T @'G'SG$ 'GS'OGOO_w@D H_w@__\`\`P_wGoGk@@  sss@s_w\``@HT__@8wG'G$ 'G'GHC_ '_ w_D 4 H _\ ,0\@w_h__@w_h___GGߐ@G_T @'G_T @'G'{G$ 'G{'wGwOGH__@@A@`wwwww'_\ w_wǠ ' ' ' ' ' 'GۀH} '___G,0@ @@H 'GH __G@ @___G,0@@ @_G,0@T W$@'_G,0@T W$@'G@'G@'{GH GGHG'GGHG'GGHG'G{GHG{'H G'G'G'G{'G 'GGۀOGGHGGHHx_D PH _ #?cH)_H#GG$@'GG$@'__@ww_D X H)`]@w__\ GGG4 G4 ?@@s @sw_@_h _$`XH_ XD`$ $`w_hX_@'HP__\ G4 G4 @@wo 'K__o@@@wg__\ _o_gGGG4 G4 @@ss s @s__g@@__oG4 G4 ?@  s @sw__o@@_hH_\ \ _t`8_\ \ _t`@_\ \ (_t`H_@D H_@ 'GۀH?_G,0@'ss_D 4 H _\ s,0\@w_h__@ w_h_w___G,0@TG$@TG$@_@@ŀG 'GGۀO_@D H_@__\`\`P_GGG4 G4 @@  sss@s_\``@HE__@w 'GۀH9_G,0@'_D 4 H _\ ,0\@w_h__@w_h____G,0@T`T`@G 'GGۀOGH__@@ A@`wwww'_\ wנ 'ˠ ' ' ' ' 'G〠H_Gá,0\@w '___Gá,0@ Ϡǐ @@H 'GǀH __Gǐ@ @___Gá,0@ @ @_Gá,0@T W$@'_Gá,0@T W$@'G@'G@'GÀH?GGH#G H_Gà$ < ,0@\`D T` 7W H_Gà$ < ,0@T HHG'GGHG'GGHG'GGHG'H G'G'G'G'Gà 'GG〤OaGGHGGHH 'G〠H_Gá,0\@D PHH Gà 'GG〤OGG〤H _ #?cH1_H+GG$@'GG$@'_D X H)`]@w__\ GGG4 G4 ?@@s @sw_@_h _$`XH_ XD`$ $`w_hX_@'HP__\ G4 G4 @@w 'c__@@@w__\ __GGG4 G4 @@ss s @s__@@__G4 G4 ?@  s @sw__@@_hH_\ \ _t`8_\ \ _t`@_\ \ (_t`H_@D H_@ 'G〠HM_Gá,0\@w_w__@ww_Gá,0@ 'ss_D 4 H _\ s,0\@w_πh__@w_πh_w___Gá,0@T G$@TG$@_@@ŀGà 'GG〤O_@D H_@__\`\`P_GGG4 G4 @@  sss@s_\``@HM 'G〠HG_Gá,0\@w_w__@}w_Gá,0@ '_D 4 H _\ ,0\@w_πh__@8w_πh____Gá,0@T` T`@Gà 'GG〤OGˀH 'G〠H__Gá,0\@@Gà 'GG〤O@(#)stdio.h 1.84 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)ctype.h 1.35 04/09/28 SMI@(#)ctype_iso.h 1.3 04/09/28 SMI@(#)ctype_c99.h 1.2 04/09/28 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)errno.h 1.17 03/01/03 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)stdarg.h 1.47 04/09/28 SMI@(#)stdarg_iso.h 1.4 04/11/19 SMI@(#)va_impl.h 1.1 04/11/19 SMI@(#)stdarg_c99.h 1.2 04/09/28 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)setjmp.h 1.38 04/09/28 SMI@(#)setjmp_iso.h 1.2 04/09/28 SMI@(#)stat.h 1.12 10/01/15 SMI@(#)stat_impl.h 1.4 03/12/04 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.44 10/01/04 SMIacomp: Sun C 5.11 SunOS_sparc 145354-01 2010/10/11xftcore.c /var/tmp/libXft-2.3.0/src /opt/solstudio12.2/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I.. -I../include/X11/Xft -I/usr/local/include -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -v -I../include/X11/Xft -g -c xftcore.c -W0,-xp\$XAoAMiK5E8cPExj.Xa;g;P;R=Sun C 5.11 SunOS_sparc 145354-01 2010/10/11;G=$XAoAMiK5E8cPExj.;backend;raw;cd;DBG_GEN 5.3.0XftRectCore ~drawxcolorpxlyhwidthdheight`Dint_XExtData number#next#free_private?#private_dataY# ? "charH PXPointer XExtDatal|   FreeFuncTypeunsigned char KeyCode 0max_keypermod#modifiermap# XModifierKeymap0 p JS pFreeModmapType_XFreeFuncsHuatoms#modifiermapy#key_bindings#context_db#defaultCCCs# clientCmaps#(intensityMaps#0im_filters#8xkb#@unsigned long ~XID_XDisplayH ext_data#free_funcsu#fd#conn_checker#proto_major_version#proto_minor_version#vendorP# resource_base#(resource_mask#0resource_id#8resource_shift#@resource_alloc #Hbyte_order#Pbitmap_unit#Tbitmap_pad#Xbitmap_bit_order#\nformats#`pixmap_format,#hvnumber#prelease#thead5#xtail5#qlen#last_request_read~#request~#last_reqP#bufferP#bufptrP#bufmaxP#max_request_size#db.#synchandler.#display_nameP#default_screen#nscreens#screens4#motion_buffer~#flags4#min_keycode#max_keycode#keysyms4#modifiermapJ#keysyms_per_keycode#xdefaultsP#scratch_bufferP#scratch_length~#ext_number#ext_procs4#event_vec>k#wire_vec># lock_meaning4#lock>#async_handlers>#bigreq_size~#lock_fnsx#idlist_allocx#key_bindingsx#cursor_font0#atomsy#mode_switch#num_lock#context_dby#error_vecy5#cmsy>#im_filtersy#qfree5#next_event_serial_num~#flushes4#im_fd_infoz#im_fd_length#conn_watchersz#watcher_count#filedesY#savedsynchandler{e#resource_max#xcmisc_opcode#xkb_info{|#trans_conn{#xcb{#next_cookie#generic_event_vec{#generic_event_copy_vec|#cookiejar*#$   ext_data#depth#bits_per_pixel# scanline_pad# ScreenFormat.- ~Window (type#serial~#send_event#display#window># OXAnyEvent ~Timeunsigned `type#serial~#send_event#display#window># root>#(subwindow>#0time#8x#@y#Dx_root#Hy_root#Lstate#Pkeycode#Tsame_screen#X XKeyEvent `Ktype#serial~#send_event#display#window># root>#(subwindow>#0time#8x#@y#Dx_root#Hy_root#Lstate#Pbutton#Tsame_screen#X &XButtonEvent `type#serial~#send_event#display#window># root>#(subwindow>#0time#8x#@y#Dx_root#Hy_root#Lstate#Pis_hintH#Tsame_screen#X bXMotionEvent htype#serial~#send_event#display#window># root>#(subwindow>#0time#8x#@y#Dx_root#Hy_root#Lmode#Pdetail#Tsame_screen#Xfocus#\state#` XCrossingEvent 0type#serial~#send_event#display#window># mode#(detail#, XFocusChangeEvent @otype#serial~#send_event#display#window># x#(y#,width#0height#4count#8 XExposeEvent ~Drawable Htype#serial~#send_event#display#drawable# x#(y#,width#0height#4count#8major_code#<minor_code#@ XGraphicsExposeEvent 0Gtype#serial~#send_event#display#drawable# major_code#(minor_code#, XNoExposeEvent 0type#serial~#send_event#display#window># state#( `XVisibilityEvent Htype#serial~#send_event#display#parent># window>#(x#0y#4width#8height#<border_width#@override_redirect#D XCreateWindowEvent 0type#serial~#send_event#display#event># window>#( XDestroyWindowEvent 8Jtype#serial~#send_event#display#event># window>#(from_configure#0 XUnmapEvent 8type#serial~#send_event#display#event># window>#(override_redirect#0 `XMapEvent 0type#serial~#send_event#display#parent># window>#( XMapRequestEvent H{type#serial~#send_event#display#event># window>#(parent>#0x#8y#<override_redirect#@ XReparentEvent Xtype#serial~#send_event#display#event># window>#(x#0y#4width#8height#<border_width#@above>#Hoverride_redirect#P XConfigureEvent 8Ttype#serial~#send_event#display#event># window>#(x#0y#4 XGravityEvent 0type#serial~#send_event#display#window># width#(height#, lXResizeRequestEvent ` 4type#serial~#send_event#display#parent># window>#(x#0y#4width#8height#<border_width#@above>#Hdetail#Pvalue_mask~#X XConfigureRequestEvent 8 type#serial~#send_event#display#event># window>#(place#0 UXCirculateEvent 8!type#serial~#send_event#display#parent># window>#(place#0 !XCirculateRequestEvent ~Atom @"ftype#serial~#send_event#display#window># atom!#(time#0state#8 !XPropertyEvent 8#type#serial~#send_event#display#window># selection!#(time#0 "XSelectionClearEvent P$type#serial~#send_event#display#owner># requestor>#(selection!#0target!#8property!#@time#H #3XSelectionRequestEvent H$type#serial~#send_event#display#requestor># selection!#(target!#0property!#8time#@ $&XSelectionEvent ~Colormap 8%type#serial~#send_event#display#window># colormap%#(new#0state#4 %XColormapEventlongH%%short%&% %(&9%(&ob%#s%#l&# `'type#serial~#send_event#display#window># message_type!#(format#0data&9#8 &oXClientMessageEvent 8'type#serial~#send_event#display#window># request#(first_keycode#,count#0 '8XMappingEvent ((type#display#resourceid#serial~#error_code# request_code#!minor_code#" 'XErrorEventH (% H)Xtype#serial~#send_event#display#window># key_vector(#( (XKeymapEvent ()type#serial~#send_event#display#extension# evtype#$ )oXGenericEventvoid* 8*type#serial~#send_event#display#extension# evtype#$cookie#(data*#0 *XGenericEventCookie%*%_XEvent.type#xany#xkey#xbuttonK#xmotion#xcrossing#xfocus#xexposeo#xgraphicsexpose#xnoexposeG#xvisibility#xcreatewindow#xdestroywindow#xunmapJ#xmap#xmaprequest#xreparent{#xconfigure#xgravityT#xresizerequest#xconfigurerequest 4#xcirculate #xcirculaterequest!#xproperty"f#xselectionclear##xselectionrequest$#xselection$#xcolormap%#xclient'#xmapping'#xerror(#xkeymap)X#xgeneric)#xcookie*#pad*# *XEvent_XSQEvent.next5#event.#qserial_num~#_XrmHashBucketRec.. ~VisualID 8/~ext_data#visualid.#class#red_mask~#green_mask~# blue_mask~#(bits_per_rgb#0map_entries#4 .Visual/~ /depth#nvisuals#visuals/# /Depth/ ~GContext ~Pixmap ~Font 2Cfunction#plane_mask~#foreground~#background~#line_width# line_style#$cap_style#(join_style#,fill_style#0fill_rule#4arc_mode#8tile0 #@stipple0 #Hts_x_origin#Pts_y_origin#Tfont0#Xsubwindow_mode#`graphics_exposures#dclip_x_origin#hclip_y_origin#lclip_mask0 #pdash_offset#xdashesH#| 0+XGCValues_XGC2ext_data#gid/#rects#dashes#dirty~#values2C# 2W 2GC 4ext_data#display #root>#width#height#mwidth# mheight#$ndepths#(depths/#0root_depth#8root_visual/#@default_gc2#Hcmap%#Pwhite_pixel~#Xblack_pixel~#`max_maps#hmin_maps#lbacking_store#psave_unders#troot_input_mask%#x 2Screen4~ ~KeySym4= 5Vextension#major_opcode#first_event#first_error# 4XExtCodes5V 5  2 5j5s 5CreateGCType 5  2 5j5 5CopyGCType 6>  2 5j6 6>FlushGCType 6  2 5j6] 6FreeGCType 6name!#card32~# 6XFontProp6unsigned short 7lbearing%#rbearing%#width%#ascent%#descent%#attributes6# 7 XCharStruct7 `9,ext_data#fid0#direction#min_char_or_byte2#max_char_or_byte2#min_byte1#max_byte1# all_chars_exist#$default_char#(n_properties#,properties6#0min_bounds7#8max_bounds7#Dper_char7#Pascent#Xdescent#\ 7XFontStruct9, 9z  9B 5j9K 9zCreateFontType 9  9B 5j9 9FreeFontType :  5j9 :CloseDisplayType BYTE 6CARD16 CARD32 CARD8 ;mtype:5#errorCode:5#sequenceNumber:D#resourceID:U#minorCode:D#majorCode:f# pad1:5# pad3:U# pad4:U#pad5:U#pad6:U#pad7:U# :vxError;m ;  ;~ 5j ;; ;ErrorType P<&   5j P ; <&ErrorStringType( Wnext4#codes5V#create_GC5#copy_GC5# flush_GC6G#(free_GC6#0create_Font9#8free_Font9#@close_display:#Herror;#Perror_stringW>b>%>>>%_XLockInfo>w ?type:5#data1:5#sequenceNumber:D#length:U#data00:U#data01:U# data02:U#data03:U#data04:U#data05:U# >xGenericReply %INT16 @type:5#depth:f#sequenceNumber:D#length:U#root:U#x?# y?#width:D#height:D#borderWidth:D#pad1:D#pad2:U#pad3:U# ?xGetGeometryReply Atype:5#pad1:5#sequenceNumber:D#length:U#root:U#parent:U# nChildren:D#pad2:D#pad3:U#pad4:U#pad5:U# @xQueryTreeReply Btype:5#pad1:5#sequenceNumber:D#length:U#atom:U#pad2:U# pad3:U#pad4:U#pad5:U#pad6:U# AxInternAtomReply Ctype:5#pad1:5#sequenceNumber:D#length:U#nameLength:D#pad2:D# pad3:U# pad4:U#pad5:U#pad6:U#pad7:U# BxGetAtomNameReply Dtype:5#format:f#sequenceNumber:D#length:U#propertyType:U#bytesAfter:U# nItems:U#pad1:U#pad2:U#pad3:U# CxGetPropertyReply Ewtype:5#pad1:5#sequenceNumber:D#length:U#nProperties:D#pad2:D# pad3:U# pad4:U#pad5:U#pad6:U#pad7:U# DxListPropertiesReply FYtype:5#pad1:5#sequenceNumber:D#length:U#owner:U#pad2:U# pad3:U#pad4:U#pad5:U#pad6:U# ExGetSelectionOwnerReply G?type:5#status:5#sequenceNumber:D#length:U#pad1:U#pad2:U# pad3:U#pad4:U#pad5:U#pad6:U# F{xGrabPointerReply F{xGrabKeyboardReply BOOL Htype:5#sameScreenGx#sequenceNumber:D#length:U#root:U#child:U# rootX?#rootY?#winX?#winY?#mask:D#pad1:D#pad:U# GxQueryPointerReply Iftype:5#pad1:5#sequenceNumber:D#length:U#nEvents:U#pad2:U# pad3:U#pad4:U#pad5:U#pad6:U# HxGetMotionEventsReply J`type:5#sameScreenGx#sequenceNumber:D#length:U#child:U#dstX?# dstY?#pad2:U#pad3:U#pad4:U#pad5:U# IxTranslateCoordsReply KGtype:5#revertTo:f#sequenceNumber:D#length:U#focus:U#pad1:U# pad2:U#pad3:U#pad4:U#pad5:U# JxGetInputFocusReply INT32 Ltype:5#drawDirection:f#sequenceNumber:D#length:U#fontAscent?#fontDescent?# overallAscent?# overallDescent?#overallWidthKe#overallLeftKe#overallRightKe#pad:U# KuxQueryTextExtentsReply Mtype:5#pad1:5#sequenceNumber:D#length:U#nFonts:D#pad2:D# pad3:U# pad4:U#pad5:U#pad6:U#pad7:U# LxListFontsReply N}type:5#pad1:5#sequenceNumber:D#length:U#nPaths:D#pad2:D# pad3:U# pad4:U#pad5:U#pad6:U#pad7:U# MxGetFontPathReply O^type:5#depth:f#sequenceNumber:D#length:U#visual:U#pad3:U# pad4:U#pad5:U#pad6:U#pad7:U# NxGetImageReply PPtype:5#pad1:5#sequenceNumber:D#length:U#nColormaps:D#pad2:D# pad3:U# pad4:U#pad5:U#pad6:U#pad7:U# OwxListInstalledColormapsReply Q\type:5#pad1:5#sequenceNumber:D#length:U#red:D#green:D# blue:D# pad2:D#pixel:U#pad3:U#pad4:U#pad5:U# PwxAllocColorReply Rtype:5#pad1:5#sequenceNumber:D#length:U#pixel:U#exactRed:D# exactGreen:D#exactBlue:D#screenRed:D#screenGreen:D#screenBlue:D#pad2:U#pad3:U# QwxAllocNamedColorReply Stype:5#pad1:5#sequenceNumber:D#length:U#nPixels:D#nMasks:D# pad3:U# pad4:U#pad5:U#pad6:U#pad7:U# RxAllocColorCellsReply Ttype:5#pad1:5#sequenceNumber:D#length:U#nPixels:D#pad2:D# redMask:U# greenMask:U#blueMask:U#pad3:U#pad4:U# SxAllocColorPlanesReply Utype:5#pad1:5#sequenceNumber:D#length:U#nColors:D#pad2:D# pad3:U# pad4:U#pad5:U#pad6:U#pad7:U# TxQueryColorsReply Vtype:5#pad1:5#sequenceNumber:D#length:U#exactRed:D#exactGreen:D# exactBlue:D# screenRed:D#screenGreen:D#screenBlue:D#pad3:U#pad4:U#pad5:U# UxLookupColorReply Wtype:5#pad1:5#sequenceNumber:D#length:U#width:D#height:D# pad3:U# pad4:U#pad5:U#pad6:U#pad7:U# VxQueryBestSizeReply Xtype:5#pad1:5#sequenceNumber:D#length:U#presentGx#major_opcode:f# first_event:f# first_error:f# pad3:U# pad4:U#pad5:U#pad6:U#pad7:U# WxQueryExtensionReply Ytype:5#nExtensions:f#sequenceNumber:D#length:U#pad2:U#pad3:U# pad4:U#pad5:U#pad6:U#pad7:U# XxListExtensionsReply Ztype:5#success:f#sequenceNumber:D#length:U#pad2:U#pad3:U# pad4:U#pad5:U#pad6:U#pad7:U# YxSetModifierMappingReply [type:5#numKeyPerModifier:f#sequenceNumber:D#length:U#pad1:U#pad2:U# pad3:U#pad4:U#pad5:U#pad6:U# ZxGetModifierMappingReply YxSetPointerMappingReply \type:5#keySymsPerKeyCode:f#sequenceNumber:D#length:U#pad2:U#pad3:U# pad4:U#pad5:U#pad6:U#pad7:U# [xGetKeyboardMappingReply ]type:5#nElts:f#sequenceNumber:D#length:U#pad2:U#pad3:U# pad4:U#pad5:U#pad6:U#pad7:U# \xGetPointerMappingReply ^type:5#pad1:5#sequenceNumber:D#length:U#accelNumerator:D#accelDenominator:D# threshold:D# pad2:D#pad3:U#pad4:U#pad5:U#pad6:U# ]xGetPointerControlReply _type:5#pad1:5#sequenceNumber:D#length:U#timeout:D#interval:D# preferBlankingGx# allowExposuresGx# pad2:D#pad3:U#pad4:U#pad5:U#pad6:U# ^xGetScreenSaverReply `type:5#enabledGx#sequenceNumber:D#length:U#nHosts:D#pad1:D# pad3:U# pad4:U#pad5:U#pad6:U#pad7:U# _xListHostsReply a6type:5#detail:5#sequenceNumber:D# 6KeyButMask b3pad00:U#time:U#root:U#event:U# child:U#rootX?#rootY?#eventX?#eventY?#statea6#sameScreenGx#pad1:5# cpad00:U#time:U#root:U#event:U# child:U#rootX?#rootY?#eventX?#eventY?#statea6#mode:5#flags:5# cpad00:U#window:U#mode:5#pad1:5# pad2:5# pad3:5# d pad00:U#window:U#x:D#y:D# width:D# height:D#count:D#pad2:D# epad00:U#drawable:U#x:D#y:D# width:D# height:D#minorEvent:D#count:D#majorEvent:5#pad1:5#pad2:5#pad3:5# eypad00:U#drawable:U#minorEvent:D#majorEvent:5# bpad:5# epad00:U#window:U#state:f#pad1:5# pad2:5# pad3:5# fpad00:U#parent:U#window:U#x?# y?#width:D#height:D#borderWidth:D#overrideGx#bpad:5# fpad00:U#event:U#window:U# gpad00:U#event:U#window:U#fromConfigureGx# pad1:5# pad2:5#pad3:5# hpad00:U#event:U#window:U#overrideGx# pad1:5# pad2:5#pad3:5# hTpad00:U#parent:U#window:U# ipad00:U#event:U#window:U#parent:U# x?#y?#overrideGx#pad1:5#pad2:5#pad3:5# ipad00:U#event:U#window:U#aboveSibling:U# x?#y?#width:D#height:D#borderWidth:D#overrideGx#bpad:5# jpad00:U#parent:U#window:U#sibling:U# x?#y?#width:D#height:D#borderWidth:D#valueMask:D#pad1:U# kdpad00:U#event:U#window:U#x?# y?#pad1:U#pad2:U#pad3:U#pad4:U# kpad00:U#window:U#width:D#height:D# lUpad00:U#event:U#window:U#parent:U# place:5#pad1:5#pad2:5#pad3:5# lpad00:U#window:U#atom:U#time:U# state:5#pad1:5#pad2:D# m/pad00:U#time:U#window:U#atom:U# mpad00:U#time:U#owner:U#requestor:U# selection:U#target:U#property:U# nGpad00:U#time:U#requestor:U#selection:U# target:U#property:U# npad00:U#window:U#colormap:U#newGx# state:5# pad1:5#pad2:5# o?pad00:U#request:f#firstKeyCode:f#count:f#pad1:5# otype:U#longs0Ke#longs1Ke#longs2Ke# longs3Ke#longs4Ke# ptype:U#shorts0?#shorts1?#shorts2?#shorts3?# shorts4?# shorts5?#shorts6?#shorts7?#shorts8?#shorts9?#signed char pINT8pp% q type:U#bytesp#q@lo?#so#bp# qpad00:U#window:U#uq # su`#keyButtonPointeraK#enterLeaveb3#focusc#exposec#graphicsExposured #noExposuree#visibilityey#createNotifye#destroyNotifyf#unmapNotifyf#mapNotifyg#mapRequesth#reparenthT#configureNotifyi#configureRequesti#gravityj#resizeRequestkd#circulatek#propertylU#selectionClearl#selectionRequestm/#selectionNotifym#colormapnG#mappingNotifyn#clientMessageq@#_xEvent tuq# sxEvent wgeneric?#geom@#treeA#atomB#atomNameC#propertyD#listPropertiesEw#selectionFY#grabPointerG?#grabKeyboardG[#pointerH#motionEventsIf#coordsJ`#inputFocusKG#textExtentsL#fontsM#fontPathN}#imageO^#colormapsPP#allocColorQ\#allocNamedColorR#colorCellsS#colorPlanesT#colorsU#lookupColorV#bestSizeW#extensionX#extensionsY#setModifierMappingZ#getModifierMapping[#setPointerMapping[#getKeyboardMapping\#getPointerMapping]#pointerControl^#screenSaver_#hosts`#error;m#eventt# t,xReplyw w  w P  Yw_XInternalAsyncxPnext>#handlerw#dataY# xe xPxn_XLockPtrsxlock_displayxe#unlock_displayxq#xzx_XKeytransx_XDisplayAtomsx_XContextDBy y!y, ydefaultCCCsY#clientCmapsY#perVisualIntensityMapsY#_XIMFiltery y   Yy y_XInternalConnectionProcYz_XConnectionInfo(zfd#read_callbacky#call_dataY#watch_dataz#nextz# z  Y   zz zXConnectionWatchProc{_XConnWatchInfo{Zfnz#client_dataY#nextz#{Z_XkbInfoRec{n_XtransConnInfo{_X11XCBPrivate{{{{%{{|% Display_XftClipType|XftClipTypeNoneXftClipTypeRegionXftClipTypeRectangles |0XftClipType_XftClipRect |xOrigin#yOrigin#n# |XftClipRect|_XRegion} }Region_XftClip}irect}#region}# }0XftClip ~Picture }pict}{# }gc2#use_pixmap#_XftDraw`~dpy#screen#bits_per_pixel# depth#drawable#visual/# colormap%#(clip_type|#0clip}i#8subwindow_mode#@render}#Hcore}#P }XftDraw ~  Pred6#green6#blue6#alpha6# ~XRenderColor _XftColor pixel~#colorP# gXftColor _XftSharpGlyphMono2~draw.xglyph/px0ly1hsrcLine3`src3Xbits4WbitsMask4Vwidth5Pstride6Lheight7Hw8Dxspan9@lenspan9D_XGlyphInfo width6#height6#x%#y%#xOff%#yOff%# XGlyphInfo _XftGlyph metrics#bitmap*#glyph_memory~# XftGlyph_XftSharpGlyphGray{c~drawwxglyphxpxylyzhsrcLine|`src|Xbits|Wwidth}Pstride~LheightHwDxspan@lenspanD_XftSharpGlyphRgba~drawxglyphpxlyhsrcLine`srcXbits:UTwidthPstrideLheightHwDxspan@lenspanD:U_XftSharpGlyphFind_&~drawxqpublicpfont"`D V ~   &VXftSharpGlyph_FcCharSet vFcCharSet _FcPattern FcPattern _XftFont _ascent#descent#height#max_advance_width# charset#pattern# XftFont _ FcChar32 _XftFtFile`>next>#ref#fileP#id#xsizeV# ysizeV#(matrix#0lock#Pface#Xsigned long GFT_F26Dot6 GFT_Fixed FT_Matrix_ xxk#xyk#yxk#yyk# ~FT_Matrix GFT_Long HFT_String signed int FT_Int signed short 3FT_Short GFT_PosFT_Bitmap_Size_ heightC#widthC#sizeV#x_ppemV#y_ppemV# gFT_Bitmap_Size 9FT_FaceFT_Encoding_1FT_ENCODING_NONEFT_ENCODING_MS_SYMBOLFT_ENCODING_UNICODEҹFT_ENCODING_SJISҩFT_ENCODING_GB2312FT_ENCODING_BIG5ΥFT_ENCODING_WANSUNG܅FT_ENCODING_JOHABнFT_ENCODING_MS_SJISҩFT_ENCODING_MS_GB2312FT_ENCODING_MS_BIG5ΥFT_ENCODING_MS_WANSUNG܅FT_ENCODING_MS_JOHABнFT_ENCODING_ADOBE_STANDARDžFT_ENCODING_ADOBE_EXPERTńFT_ENCODING_ADOBE_CUSTOMÄFT_ENCODING_ADOBE_LATIN_1FT_ENCODING_OLD_LATIN_2FT_ENCODING_APPLE_ROMANɋ FT_Encoding 6FT_UShort FT_CharMapRec_face#encoding1#platform_idG# encoding_idG#[ FT_CharMap  * FT_Generic_Finalizer FT_Generic_ odata*#finalizer# 0FT_Generic FT_BBox_ xMinV#yMinV#xMaxV#yMaxV# FT_BBoxFT_LibraryRec_ FT_Library BFT_GlyphSlot FT_UInt FT_Glyph_Metrics_@widthV#heightV#horiBearingXV#horiBearingYV#horiAdvanceV# vertBearingXV#(vertBearingYV#0vertAdvanceV#8 GFT_Glyph_MetricsFT_Vector_lxV#yV# 9FT_VectorFT_Glyph_Format_-FT_GLYPH_FORMAT_NONEFT_GLYPH_FORMAT_COMPOSITEڽFT_GLYPH_FORMAT_BITMAP襓FT_GLYPH_FORMAT_OUTLINEFT_GLYPH_FORMAT_PLOTTERޱ FT_Glyph_FormatFT_Bitmap_(rows#width#pitch#buffer#num_grays%#pixel_modeH#palette_modeH#palette*# GFT_Bitmapl%FT_Outline_(n_contours%#n_points%#points#tagsP#contours#flags# &FT_OutlineFT_SubGlyphRec_ FT_SubGlyphFT_Slot_InternalRec_ FT_Slot_InternalFT_GlyphSlotRec_0Blibrary #face#next#reserved5#generico# metrics#0linearHoriAdvancek#plinearVertAdvancek#xadvancel#format-#bitmap#bitmap_left"#bitmap_top"#outline#num_subglyphs5#subglyphs#control_data*#control_len%#lsb_deltaV#rsb_deltaV#other*#internal#6FT_Size_Metrics_8 x_ppemG#y_ppemG#x_scalek#y_scalek#ascenderV#descenderV# heightV#(max_advanceV#0 KFT_Size_MetricsFT_Size_InternalRec_& =FT_Size_InternalFT_SizeRec_Xface#generico#metrics #internalF#Pa FT_SizeFT_DriverRec_ FT_Driver eFT_Memory *I  %# IFT_Alloc_Func   *j FT_Free_Func *  % % * FT_Realloc_FuncFT_MemoryRec_ euser*#allocR#free#realloc#FT_StreamDesc_value%#pointer*# nFT_StreamDesc FFT_Stream ~ ~  ~ FT_Stream_IoFunc L 7 LFT_Stream_CloseFuncFT_StreamRec_PFbase#size~#pos~#descriptor#pathname# read#(closeU#0memory#8cursor#@limit#Hs FT_ListNode FT_ListNodeRec_ prevO#nextO#data*#eFT_ListRec_ headO#tailO# FT_ListRec FT_Face_InternalRec_ #FT_Face_InternalFT_FaceRec_9num_faces#face_index#face_flags#style_flags#num_glyphs# family_name #(style_name #0num_fixed_sizes"#8available_sizes#@num_charmaps"#Hcharmaps#Pgenerico#Xbbox#hunits_per_EMG#ascenderC#descenderC#heightC#max_advance_widthC#max_advance_heightC#underline_positionC#underline_thicknessC#glyph#size#charmap#driver#memory#stream#sizes_list#autohinto#extensions*#internal,#G XftFtFileB FcBool _XftFontInfohhashz#fileV#xsizeV#ysizeV#antialias_# embolden_#$rgba#(lcd_filter#,matrix#0transform_#Pload_flags"#Trender_#Xspacing#\minspace_#`char_width#d pXftFontInfo _XftUcsHashucs4z#glyph5# XftUcsHash ~GlyphSet ~PictFormat  red%#redMask%#green%#greenMask%#blue%#blueMask%# alpha%# alphaMask%# UXRenderDirectFormat ( id@#type#depth# direct#colormap%# XRenderPictFormat _XftFontInt public_#nextq# hash_nextq#(info#0ref#glyphs#num_glyphs#hash_table$#hash_value#rehash_value#glyphset-#format#glyph_memory~#max_glyph_memory~#use_free_glyphs_# XftFontInt _XftExamineBitfield ~maskx ;shiftp ;lenh!sd!l`D"_XftGetField:UW ~l_pixelx shiftt lenp!pixel:UhD"_XftPutField+~ :Upixel*| shift*x len*t!l_pixel~,`D_XftSmoothGlyphMonoC image>x xftg?p x@l yAh 'colorB`!srcLineDX!srcDP!bitsEO!bitsMaskEN!widthFH!strideGD!heightH@!wI!xspanJ!r_shiftK!r_lenK!g_shiftL!g_lenL!b_shiftM!b_lenM!pixel~ND_XImageqwidth#height#xoffset#format# dataP#byte_order#bitmap_unit#bitmap_bit_order# bitmap_pad#$depth#(bytes_per_line#,bits_per_pixel#0red_mask~#8green_mask~#@blue_mask~#HobdataY#PfU#X q  /    P    z~q-Afuncs0create_image#destroy_image#get_pixel#put_pixel$#sub_image8# add_pixelL#( XImage "fbOver24:U :Ux| :Uyx!a:Dr!t:Dp!m:Ul!n:Uh!o:UdD "fbIn:U :Ux| :fy{!a:Dr!t:Dp!m:Ul!n:Uh!o:Ud!p:U`D _XftSmoothGlyphGray8888 imagex xftgp xl yh color`!src:U\!srca:UX!r:UT!g:UP!b:UL!dstLine@!dst!d:U!maskLine!mask!m:f!dstStride!maskStride!width!height!wD:f_XftSmoothGlyphGray565 image x xftg p x l yh color`!src:U\!srca:UX!r:UT!g:UP!b:UL!d:UH!dstLine@!dst!maskLine!mask!m:f!dstStride!maskStride!width!height!wD:D_XftSmoothGlyphGray555\ imageWx xftgXp xYl yZh color[`!src:U]\!srca:U]X!r:U^T!g:U^P!b:U^L!d:U_H!dstLine`@!dst`!maskLinea!maska!m:fa!dstStrideb!maskStrideb!widthc!heightc!wdD_XftSmoothGlyphGray; imagex Dxftgp xl yh Vcolor`!src:U\!srca:UX!r_shiftT!r_lenP!g_shiftL!g_lenH!b_shiftD!b_len@!maskLine!mask!m:f!maskStride!d:U!pixel~!width!height!w!txD;M_XftSmoothGlyphRgba imagex xftgp xl yh color`!src:U\!srca:UX!r_shiftT!r_lenP!g_shiftL!g_lenH!b_shiftD!b_len@!mask!ma:U!d:U!pixel~!width!height!w!tx###########!m:U,!n:U,!o:U,~#!__a:D;~!__t:U;~!__ta:U;~!__i:U;~#!__a:D<~!__t:U<~!__ta:U<~!__i:U<~#!__a:D=~!__t:U=~!__ta:U=~!__i:U=~D"_XftSmoothGlyphPossibleL_ ~drawKxD"_XftSmoothGlyphFind\ ~draw[x qpublic[p!font"]`D      XftSmoothGlyph"_XftGlyphDefault dpyx qpublicp!font"`!missingw!nmissingw!glyphs_loaded_wD 5$%"XftGetImageErrorHandlern dpyx H܀)܉Hܛ)ܤ(fopenP ܒ ܭ'tmpfileP /var/tmp/libXft-2.3.0/src/usr/local/include/X11/usr/local/include/X11/extensions../include/X11/Xft/usr/local/include/fontconfig/usr/local/include/freetype2/freetype/usr/include/usr/include/sys/usr/include/isoxftcore.cxftint.hXlibint.hXlib.hX.hXproto.hXmd.hXutil.hrender.hXft.hXrender.hfontconfig.hfttypes.hfreetype.hftimage.hftsystem.hstdio.hstdlib.hstat.htypes.htime_impl.htime_iso.h stdio_impl.hstdio_iso.h  %1M 2  9%! $%P$\'O 3  9$ $P$f[ '  9 $% $%P$f[ '  !y  !}!} 40 } $8)  ,, 9%9 8$v  j  $ LXXX, $%()1 !<9 9$!5$-q x  $%()1 !<9 9$qI|Al x  $%()1 !<9 9$qI|Al x  X ,,,99$ tA t 9` "W + X ,,,99$ tA  AEE9R 0K 7  $  !!!_ #V, D8   8h~ 5%8,!X  @1d!L! $9$P$P w  $\$9$P$8 w     ,T5@,,    `$4,!`  H1l!T! $% P$x $d$% P$z      ,%X5D,,!8D   U/4$,~!`  H1l!T! $% $%P$t$d% $%P$v$*- DD%.?  : ; @ ' D I: ;  D D $>  :  I8 I ' ID  I I: ' D   :  : I !I/  :  : < ' ID 5I&II ' D  : ( . : ; @ ' D 4I : ;  . : ; @ ' ID I. : ;@ ' D  I: ; !4I : ; ". : ;@ ' ID # $!I/%.?  : ;@ ' D &.? < ' D '.? < ' ID (.? < ' ID )7IyXftRectCorenXftGlyphCoreXftGlyphSpecCore XftGlyphFontSpecCore_XftSharpGlyphMono&_XftSharpGlyphGrayc_XftSharpGlyphRgba_XftSharpGlyphFind+_XftExamineBitfield_XftGetFieldW_XftPutField_XftSmoothGlyphMono0fbOver24fbIn_XftSmoothGlyphGray8888_XftSmoothGlyphGray565_XftSmoothGlyphGray555_XftSmoothGlyphGray__XftSmoothGlyphRgba_XftSmoothGlyphPossible _XftSmoothGlyphFind _XftGlyphDefaultXftGetImageErrorHandlerYYXPointer_XExtDatalXExtDataFreeFuncTypeKeyCode0XModifierKeymapyFreeModmapType_XFreeFuncsXID ScreenFormat>WindowOXAnyEventTimeXKeyEvent&KXButtonEventbXMotionEventXCrossingEventXFocusChangeEventoXExposeEventDrawableXGraphicsExposeEventGXNoExposeEvent`XVisibilityEventXCreateWindowEventXDestroyWindowEventJXUnmapEvent`XMapEventXMapRequestEvent{XReparentEventXConfigureEventTXGravityEventlXResizeRequestEvent 4XConfigureRequestEvent U XCirculateEvent!!XCirculateRequestEvent!Atom!"fXPropertyEvent"#XSelectionClearEvent#3$XSelectionRequestEvent$&$XSelectionEvent%Colormap%%XColormapEvent&9&o'XClientMessageEvent'8'XMappingEvent'(XErrorEvent()XXKeymapEvent)o)XGenericEvent**XGenericEventCookie*_XEvent.XEvent.-_XSQEvent.VisualID./~Visual//Depth/GContext0 Pixmap0Font0+2CXGCValues2W_XGC2GC24Screen4KeySym45VXExtCodes5CreateGCType5CopyGCType6GFlushGCType6FreeGCType66XFontProp7 7XCharStruct79,XFontStruct9CreateFontType9FreeFontType:CloseDisplayType:5BYTE:DCARD16:UCARD32:fCARD8:v;mxError;ErrorType?xGenericReply?INT16?@xGetGeometryReply@AxQueryTreeReplyABxInternAtomReplyBCxGetAtomNameReplyCDxGetPropertyReplyDEwxListPropertiesReplyEFYxGetSelectionOwnerReplyF{G?xGrabPointerReplyG[xGrabKeyboardReplyGxBOOLGHxQueryPointerReplyHIfxGetMotionEventsReplyIJ`xTranslateCoordsReplyJKGxGetInputFocusReplyKeINT32KuLxQueryTextExtentsReplyLMxListFontsReplyMN}xGetFontPathReplyNO^xGetImageReplyOwPPxListInstalledColormapsReplyPwQ\xAllocColorReplyQwRxAllocNamedColorReplyRSxAllocColorCellsReplySTxAllocColorPlanesReplyTUxQueryColorsReplyUVxLookupColorReplyVWxQueryBestSizeReplyWXxQueryExtensionReplyXYxListExtensionsReplyYZxSetModifierMappingReplyZ[xGetModifierMappingReply[xSetPointerMappingReply[\xGetKeyboardMappingReply\]xGetPointerMappingReply]^xGetPointerControlReply^_xGetScreenSaverReply_`xListHostsReply`a6KeyButMaskaKb3ccd eeyeffghhTiijkdklUlm/mnGno?opINT8pq q@qs_xEventtxEventt,wxReplyw_XInternalAsyncxz_XLockPtrsy>y_XInternalConnectionProcz_XConnectionInfozXConnectionWatchProc{_XConnWatchInfo_XDisplay|Display|0_XftClipType|XftClipType|_XftClipRect|XftClipRect}Region}0_XftClip}iXftClip}{Picture}}}_XftDraw~XftDraw~PXRenderColorg_XftColorXftColor_XGlyphInfoXGlyphInfo_XftGlyphXftGlyph_XftSharpGlyphFcCharSetFcPattern_XftFont_XftFontzFcChar32VFT_F26Dot6kFT_Fixed~FT_Matrix_FT_MatrixFT_LongFT_String"FT_IntCFT_ShortVFT_PosgFT_Bitmap_Size_FT_Bitmap_SizeFT_Encoding_1FT_EncodingGFT_UShort[FT_CharMapRec_FT_CharMapFT_Generic_Finalizer0FT_Generic_oFT_GenericFT_BBox_FT_BBox FT_Library5FT_UIntGFT_Glyph_Metrics_FT_Glyph_Metrics9FT_Vector_lFT_VectorFT_Glyph_Format_-FT_Glyph_FormatGFT_Bitmap_FT_Bitmap&FT_Outline_FT_OutlineFT_SubGlyphFT_Slot_Internal6FT_GlyphSlotRec_FT_GlyphSlotKFT_Size_Metrics_ FT_Size_MetricsFFT_Size_InternalaFT_SizeRec_FT_SizeFT_DriverRFT_Alloc_FuncFT_Free_FuncFT_Realloc_FuncFT_MemoryRec_FT_MemorynFT_StreamDesc_FT_StreamDescFT_Stream_IoFuncUFT_Stream_CloseFuncsFT_StreamRec_FT_StreameFT_ListNodeRec_OFT_ListNodeFT_ListRec_FT_ListRec,FT_Face_InternalGFT_FaceRec_FT_Face_XftFtFileBXftFtFile_FcBoolp_XftFontInfoXftFontInfo_XftUcsHashXftUcsHash-GlyphSet@PictFormatUXRenderDirectFormatXRenderPictFormat_XftFontInt XftFontIntUfuncs_XImageXImageXftSmoothGlyphXErrorHandlerz_XftGlyphSpecXftGlyphSpech_XftGlyphFontSpecXftGlyphFontSpec:off64_t˂ssize_toff_tLdev_t\ino_tlmode_t}nlink_tΏuid_tΟgid_tίtime_ttimespectimestruc_tblksize_t&blkcnt_tVstatstat64קtm1__FILEAFILExftcore.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodata_XftSharpGlyphMono_XftSharpGlyphGray_XftSharpGlyphRgba_XftSharpGlyphFind_XftExamineBitfield_XftGetField_XftPutField_XftSmoothGlyphMonofbOver24fbIn_XftSmoothGlyphGray8888_XftSmoothGlyphGray565_XftSmoothGlyphGray555_XftSmoothGlyphGray_XftSmoothGlyphRgba_XftSmoothGlyphPossible_XftSmoothGlyphFind_XftGlyphDefaultXftGetImageErrorHandlerXftGlyphFontSpecCoreXftGlyphSpecCore_XftFontManageMemoryXPutImageXftSwapImageXftNativeByteOrderXFreePixmapXFreeGCXCopyAreaXCreateGCXCreatePixmapXftDrawDepthXGetImageXSetErrorHandlerXftGlyphExtentsXftGlyphCoreXftFontLoadGlyphsXftFontCheckGlyphXftDrawBitsPerPixelXFillRectangleXSetForegroundXftRectCore_GLOBAL_OFFSET_TABLE_   0?Rhe8x    `phl4@, ,!,5$$I,Xha,8u081(B0 9x!+9FPaq1H~h100H0033    0  4 D  H ,3,3-- -0-4 -- .. /T/X /|/// 0x.0-1P31T32(.2-3<+33 3*3)4*4`(4'4&5,%5@$5|)5#5"6 !7`"7x!7 9P9393:4.:-:+<< <*=)=*=p(='=&>L%>`$>)>#?"?4!@L"@d!@ BB83B<3B.CD-C|+F4F8 F@*F)F*F(GH'Gt&G%G$H0)HH#H"H!J"J(!J L6626666=6E6z68666 D6 L6 6 6 \i6 q6 86 ` 6L>6pF686h6666@6d66'6/6#x6$6,4S6%8[6,4d6%dl6,u6%d}6,6%t6+6%6+6%6+6%6+6'<6+6'<6+6'L6+6'L6+G6'O6(6(6)6)6+6,X6,#6,+60 608(606161,669X,6p,6(,60,69,6A,6,6,6T,64,6T,64,6TB,6J,6S,6[,656=6B6h6l66L66Lp6x6t66`66`6 6L)616L:6B6L6666666h6t6h6t66t%6-6T66>6T%6-6L8Ó6\Û6ä6tì6õ6tý6J6R6[6c6l6t6}6ą6\Ď6Ė6\ğ6ħ6\İ6ĸ6T66T66T6 6 66l$6,6lŒ6Ś6 ţ6ū6 Ŵ6ż6 6666(606ƛ6tƣ6 Ƭ6tƴ6 ƽ6t6 66 66 )26B6668A6k6 6 6 6 `/6pO6hp66@6e66$?6,X[6,60861,6n66666@  PL@MMM$M-M6S.B0)N8I\;El;}=eWLZH_( Hhpy ( {H {` {x  xftdbg.o/ 1332986171 0 0 100644 10948 ` ELF+%@@.shstrtab.text.bss.rodata1.data.rodata.picdata.comment.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.debug_varnames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_typenames.rela.debug_varnames0A@`w`]D H+ `]$``]@w_h`]_@@_@`]$ `]D H `]$``]D 'G< XFT_DEBUGXFT_DEBUG=%s @(#)stdio.h 1.84 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)ctype.h 1.35 04/09/28 SMI@(#)ctype_iso.h 1.3 04/09/28 SMI@(#)ctype_c99.h 1.2 04/09/28 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)errno.h 1.17 03/01/03 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)stdarg.h 1.47 04/09/28 SMI@(#)stdarg_iso.h 1.4 04/11/19 SMI@(#)va_impl.h 1.1 04/11/19 SMI@(#)stdarg_c99.h 1.2 04/09/28 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)setjmp.h 1.38 04/09/28 SMI@(#)setjmp_iso.h 1.2 04/09/28 SMI@(#)stat.h 1.12 10/01/15 SMI@(#)stat_impl.h 1.4 03/12/04 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.44 10/01/04 SMIacomp: Sun C 5.11 SunOS_sparc 145354-01 2010/10/11xftdbg.c /var/tmp/libXft-2.3.0/src /opt/solstudio12.2/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I.. -I../include/X11/Xft -I/usr/local/include -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -v -I../include/X11/Xft -g -c xftdbg.c -W0,-xp\$XAoAMiK6E8cP03j.Xa;g;P;R=Sun C 5.11 SunOS_sparc 145354-01 2010/10/11;G=$XAoAMiK6E8cP03j.;backend;raw;cd;DBG_GEN 5.3.0XftDebuginitialized debug e!pDintcharunsigned long__posix_ttyname_r*   __posix_getlogin_re  longlockf   e truncate  e eoff64_ttell void % essize_tpwrite7  .  7pread7    7lseek   ftruncate<  e <truncate E e eoff_ttell  pwrite7    7pread7F    7lseek}   lockf   eftruncate  e   dev_t ino_tunsigned !mode_t !nlink_t uid_t gid_t etime_t timespectv_secp#tv_nsece# timestruc_t blksize_t eblkcnt_te stat Dst_dev#st_ino#st_mode-#st_nlink>#st_uidP#st_gid`#st_rdev# st_size#(st_atim#0st_mtim#@st_ctim#Pst_blksize#`st_blocks#hst_fstype#p Dlstat  M  fstatat  D   Dstat ) fstat W  D  W e stat64 st_dev#st_ino#st_mode-#st_nlink>#st_uidP#st_gid`#st_rdev# st_size#(st_atim#0st_mtim#@st_ctim#Pst_blksize#`st_blocks#hst_fstype i#p fstatat  `   lstat R    R [ stat d mfstat  e __posix_ctime_r   tm$ tm_sec#tm_min#tm_hour#tm_mday# tm_mon#tm_year#tm_wday#tm_yday#tm_isdst#  __posix_asctime_r: mkstempa mkstemp  getenv  atoi ee __FILE8__pad#ftellog 8fseeko g e  efsetpos g efgetpos# g  FILE #tmpfile2 P bfreopen2 Y k 2  fopen2  ftello. fseekof g e  effsetpos g o g fgetpos    printf,  , 5 G P 2freopen2 > Y b    fopen2  tmpfile2 /var/tmp/libXft-2.3.0/src/usr/include/usr/include/sys/usr/include/isoxftdbg.cstdio.hstdlib.hstat.htypes.htime_impl.htime_iso.hstdio_impl.hstdio_iso.h  $(((  DD%.?  : ; @ ' ID 4I : ;   D D $> I.? < ' ID  I &I I: 7I  :  I8 I !I/ .? < ' ID +XftDebug9off64_t7ssize_toff_tdev_tino_t-mode_t>nlink_tPuid_t`gid_tptime_ttimespectimestruc_tblksize_tblkcnt_tstat stat64 tm__FILE#FILE<4initializedVdebugxftdbg.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodata.L28.L36atoiprintfgetenv$XBoAMiK6E8cP03j.XftDebug.initialized$XBoAMiK6E8cP03j.XftDebug.debugXftDebug_GLOBAL_OFFSET_TABLE_    />CHMT[ $04 PT ` d l       6666N6j6s6{66466466666@ Xpp%-6?,KK WUe97upEH !#  $ $ $ $ xftdpy.o/ 1332986172 0 0 100644 81332 ` ELF+7@@.shstrtab.text.rodata1.rodata.bss.data.picdata.comment.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_funcnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_funcnames.rela.debug_typenames A@`www_@ w_߀h H6'_$ P_@_\ h_\ @`]w_\ w_߀h_\ _hH _\ w_\ w_߀o_\ _t`_@ 'G< СA@`ww'`]w_\ w_߀h+_\ _h_`]h_\ _t``]\ _t`_`]t`_HVw_\ w_\ w_߀oGHHFw%@w_߀hH0_@_t _\ hH!__\ D `]@@__t`_t _t 0_@@H_\`D`,0\ @@@h H' 'G_$`  _$`H_D H,_@@G H G HG H_$ H ' ' 7 7Š 7ɠ 7_@%V@ _t 0@ HR_\`D`,0\ @w__@@w`]_\ < @@_h_D  H`]_T`T`T`T`@@H`]@H`]@_D H`]Hw`]w`]_@@ '?_G,p,p$``_G,p,pt hG 'G O_t (`]\ _t`_`]t`_t 8_`]@ @: _t`@@ H `]_\ @@@_$ L_`]@ @ _$ P@ H `]_D P@@_ߠ!ؐ #@_Hw_@@ H`]@w_ A@`www_\ (w_h_w__\ Р@w_\ w_o__\ 8h `]_\ 8_ߐ@@ A@`ww_@ w_h_\ @hH[@ H_\`8\`@h `]_\`8\`@@__\`8\`@h3@: _\ 8l@L$@w_\ (w_߀h_w_\ _瀤h __ߐ@@H_\ w__\ Р$@w_߀o_\`8\`@o@ H_\0w_@ w_瀤h H'_D 'G<  A@`www_@ w_߀h H<'_\ h_\ @__t`_\ @h!_t`@_`]_\ @< @ @: _t`@_D PH _$`P_`]_D P@ @_$ P 'G< 0A@`ww_L /O`]  @ HO@/O tH O yHO 1H H5'O fH O nHO 0H H&'O oH _L /O`]  @ HO@/O nH H 'O fH H'?'G< A@`wwww_`]_@@w_׀h_@'GӀ H__GӀ  2H @@H' 'G< A@`wwww_`]_@@w_׀h_נϐ@@?__׀h __ǐ@@HH' 'G< A@`wwww_`]_@@w_׀h(_נː@@H __Gː@@H'_נϐ@@ '__׀h __Gː@@H' 'G< 0A@`ww@w_瀤hH__`]@gHH__`]@YHH__`]@HH__`]@uHHu__`]@gHHg__`]@HHY__`]@ٔHHK__`]@˔HH=__`]@/HH/__`]@HH!__`]@HH__`]@HH_Hw_@w_ww'w_@ w_πh H3'_\ h__t _\ h H!'_\ _G_ߐ@@'Gˀ HG뀤 H _\ __ߐ@ @'G'Gۡ<  ww''__Gϐ@'G߀ HGπ HGH'G'G<  ww''__Gϐ@~'G߀ HGπ HGH'G'G< ww'?__G@V'GӀ HG HH??ׁHA@`ww'w_`]א@ @ H_`]_`]G@@@@@@_`]א@ @ H_`]_G@@ @_`]א@ @ H_`]_`]G@@ @_`]א@ @ H_`]_`]G@@ @_`]א@ @ H_`]_`]G@@ @_`]א@ @ H_`]_`]G@@ @_`]א@ @ HG '_@H+_G@@'H H 'ˠ H'ˠ H'ˠ H'ˠ H'ˠ H'Gǀ O, < #c_D_`]_`]GGː@@@@_`]א@ @ H_`]_`]G@@ @_`]א@ @ H_`]_`]G@@ @_`]א@ @ H._\ G,0@D '`] H_\ G,0@D $'?_`]_`]Gϐ@@H@@_`]א@ @ H_`]_`]G`] @@H@@@_`]א@ @ H_`]_`]G@@@_@XftDisplayInfoGet Default visual 0x%x format %d,%d,%d,%d format indexed No Render format for default visual XftDisplayInfoGet initialized, hasRender set to "%s" TrueFalsemaxglyphmemoryglobal max cache memory %ld maxunreffontsglobal max unref fonts %d XftDisplayInfoGet failed to initialize, Xft unhappy Display glyph cache incorrect has %ld bytes, should have %ld Reduce global memory from %ld to %ld Xftscaledpirenderrgbalcdfilterantialiasemboldenautohinthintstylehintingminspace@9ffffff?@(#)stdio.h 1.84 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)ctype.h 1.35 04/09/28 SMI@(#)ctype_iso.h 1.3 04/09/28 SMI@(#)ctype_c99.h 1.2 04/09/28 SMI@(#)types.h 1.86 07/09/20 SMI@(#)machtypes.h 1.13 99/05/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.77 09/06/02 SMI@(#)time.h 1.45 08/01/09 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)errno.h 1.17 03/01/03 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)stdarg.h 1.47 04/09/28 SMI@(#)stdarg_iso.h 1.4 04/11/19 SMI@(#)va_impl.h 1.1 04/11/19 SMI@(#)stdarg_c99.h 1.2 04/09/28 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)setjmp.h 1.38 04/09/28 SMI@(#)setjmp_iso.h 1.2 04/09/28 SMI@(#)stat.h 1.12 10/01/15 SMI@(#)stat_impl.h 1.4 03/12/04 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)unistd.h 1.44 10/01/04 SMIacomp: Sun C 5.11 SunOS_sparc 145354-01 2010/10/11xftdpy.c /var/tmp/libXft-2.3.0/src /opt/solstudio12.2/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -xc99=all -DHAVE_CONFIG_H -I. -I.. -I../include/X11/Xft -I/usr/local/include -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/include -v -I../include/X11/Xft -g -c xftdpy.c -W0,-xp\$XAoAMiK8E8cPEEk.Xa;g;P;R=Sun C 5.11 SunOS_sparc 145354-01 2010/10/11;G=$XAoAMiK8E8cPEEk.;backend;raw;cd;DBG_GEN 5.3.0_XftCloseDisplaypdpyx5Rcodespinfo.`prev7XD int_XExtData number#next#free_private'#private_dataA#  '   char 0 8XPointer XExtData T |  p y FreeFuncTypeunsigned char KeyCode max_keypermod#modifiermap# XModifierKeymap  X 2 ; XFreeModmapType_XFreeFuncsH]atoms#modifiermapa#key_bindings#context_db#defaultCCCs# clientCmaps#(intensityMaps#0im_filters#8xkb#@ zunsigned long fXID_XDisplayH gext_datag#free_funcs]#fd#conn_checker#proto_major_version#proto_minor_version#vendor8# resource_basew#(resource_maskw#0resource_idw#8resource_shift#@resource_alloc #Hbyte_order#Pbitmap_unit#Tbitmap_pad#Xbitmap_bit_order#\nformats#`pixmap_format#hvnumber#prelease#thead#xtail#qlen#last_request_readf#requestf#last_req8#buffer8#bufptr8#bufmax8#max_request_size#db.{#synchandler.#display_name8#default_screen#nscreens#screens4#motion_bufferf#flags4#min_keycode#max_keycode#keysyms4#modifiermap2#keysyms_per_keycode#xdefaults8#scratch_buffer8#scratch_lengthf#ext_number#ext_procs4#event_vec>S#wire_vec># lock_meaning4#lock>#async_handlers>#bigreq_sizef#lock_fnsx#idlist_allocx#key_bindingsx#cursor_font0#atomsx#mode_switch#num_lock#context_dby#error_vecy#cmsy&#im_filtersy#qfree#next_event_serial_numf#flushes4#im_fd_infoy#im_fd_length#conn_watchersz#watcher_count#filedesA#savedsynchandler{M#resource_maxw#xcmisc_opcode#xkb_info{d#trans_conn{#xcb{#next_cookie#generic_event_vec{#generic_event_copy_vec{#cookiejar)#$  w g p ext_datag#depth#bits_per_pixel# scanline_pad# ScreenFormat . fWindow(type#serialf#send_event#displayp#window&# 7XAnyEvent fTimeunsigned`type#serialf#send_event#displayp#window&# root&#(subwindow&#0time#8x#@y#Dx_root#Hy_root#Lstate#Pkeycode#Tsame_screen#X XKeyEvent`3type#serialf#send_event#displayp#window&# root&#(subwindow&#0time#8x#@y#Dx_root#Hy_root#Lstate#Pbutton#Tsame_screen#X XButtonEvent`ptype#serialf#send_event#displayp#window&# root&#(subwindow&#0time#8x#@y#Dx_root#Hy_root#Lstate#Pis_hint0#Tsame_screen#X JXMotionEventhtype#serialf#send_event#displayp#window&# root&#(subwindow&#0time#8x#@y#Dx_root#Hy_root#Lmode#Pdetail#Tsame_screen#Xfocus#\state#` XCrossingEvent0ztype#serialf#send_event#displayp#window&# mode#(detail#, XFocusChangeEvent@Wtype#serialf#send_event#displayp#window&# x#(y#,width#0height#4count#8 XExposeEvent fDrawableHrtype#serialf#send_event#displayp#drawablen# x#(y#,width#0height#4count#8major_code#<minor_code#@ XGraphicsExposeEvent0/type#serialf#send_event#displayp#drawablen# major_code#(minor_code#, XNoExposeEvent0type#serialf#send_event#displayp#window&# state#( HXVisibilityEventHtype#serialf#send_event#displayp#parent&# window&#(x#0y#4width#8height#<border_width#@override_redirect#D XCreateWindowEvent0ytype#serialf#send_event#displayp#event&# window&#( XDestroyWindowEvent82type#serialf#send_event#displayp#event&# window&#(from_configure#0 XUnmapEvent8type#serialf#send_event#displayp#event&# window&#(override_redirect#0 HXMapEvent0{type#serialf#send_event#displayp#parent&# window&#( XMapRequestEventHctype#serialf#send_event#displayp#event&# window&#(parent&#0x#8y#<override_redirect#@ XReparentEventXtype#serialf#send_event#displayp#event&# window&#(x#0y#4width#8height#<border_width#@above&#Hoverride_redirect#P |XConfigureEvent8<type#serialf#send_event#displayp#event&# window&#(x#0y#4 XGravityEvent0type#serialf#send_event#displayp#window&# width#(height#, TXResizeRequestEvent` type#serialf#send_event#displayp#parent&# window&#(x#0y#4width#8height#<border_width#@above&#Hdetail#Pvalue_maskf#X XConfigureRequestEvent8 type#serialf#send_event#displayp#event&# window&#(place#0 =XCirculateEvent8!|type#serialf#send_event#displayp#parent&# window&#(place#0 XCirculateRequestEvent fAtom@"Ntype#serialf#send_event#displayp#window&# atom!#(time#0state#8 !XPropertyEvent8"type#serialf#send_event#displayp#window&# selection!#(time#0 "gXSelectionClearEventP#type#serialf#send_event#displayp#owner&# requestor&#(selection!#0target!#8property!#@time#H #XSelectionRequestEventH$type#serialf#send_event#displayp#requestor&# selection!#(target!#0property!#8time#@ $XSelectionEvent fColormap8%type#serialf#send_event#displayp#window&# colormap$#(new#0state#4 $XColormapEventlong0%%short%&% %(&!%(&Wb%#s%#l&#`'type#serialf#send_event#displayp#window&# message_type!#(format#0data&!#8 &WXClientMessageEvent8'type#serialf#send_event#displayp#window&# request#(first_keycode#,count#0 ' XMappingEvent((type#displayp#resourceidw#serialf#error_code# request_code#!minor_code#" 'XErrorEvent0 (%H)@type#serialf#send_event#displayp#window&# key_vector(#( (XKeymapEvent()type#serialf#send_event#displayp#extension# evtype#$ )WXGenericEventvoid )8*type#serialf#send_event#displayp#extension# evtype#$cookie#(data)#0 *XGenericEventCookie%*%_XEvent.type#xany#xkey#xbutton3#xmotionp#xcrossing#xfocusz#xexposeW#xgraphicsexposer#xnoexpose/#xvisibility#xcreatewindow#xdestroywindowy#xunmap2#xmap#xmaprequest{#xreparentc#xconfigure#xgravity<#xresizerequest#xconfigurerequest #xcirculate #xcirculaterequest!|#xproperty"N#xselectionclear"#xselectionrequest##xselection$#xcolormap%#xclient'#xmapping'#xerror(#xkeymap)@#xgeneric)#xcookie*#pad*# *XEvent_XSQEvent.gnext#event.#qserial_numf#_XrmHashBucketRec .g . fVisualID8/fext_datag#visualid.#class#red_maskf#green_maskf# blue_maskf#(bits_per_rgb#0map_entries#4 .Visual /f/depth#nvisuals#visuals/w# /Depth / fGContext fPixmap fFont2+function#plane_maskf#foregroundf#backgroundf#line_width# line_style#$cap_style#(join_style#,fill_style#0fill_rule#4arc_mode#8tile/#@stipple/#Hts_x_origin#Pts_y_origin#Tfont0#Xsubwindow_mode#`graphics_exposures#dclip_x_origin#hclip_y_origin#lclip_mask/#pdash_offset#xdashes0#| 0XGCValues_XGC2ext_datag#gid/#rects#dashes#dirtyf#values2+# 2? 2GC4ext_datag#display g#root&#width#height#mwidth# mheight#$ndepths#(depths/#0root_depth#8root_visual/w#@default_gc2#Hcmap$#Pwhite_pixelf#Xblack_pixelf#`max_maps#hmin_maps#lbacking_store#psave_unders#troot_input_mask%#x 2Screen 4f fKeySym 4 <5>extension#major_opcode#first_event#first_error# 4XExtCodes 5> 5 p 2 5R 5[ 5CreateGCType 5 p 2 5R 5 5CopyGCType 6& p 2 5R 5 6&FlushGCType 6t p 2 5R 6E 6tFreeGCType6name!#card32f# 6XFontProp 6unsigned short 7wlbearing%#rbearing%#width%#ascent%#descent%#attributes6# 6XCharStruct 7w`9ext_datag#fid0#direction#min_char_or_byte2#max_char_or_byte2#min_byte1#max_byte1# all_chars_exist#$default_char#(n_properties#,properties6#0min_bounds7w#8max_bounds7w#Dper_char7#Pascent#Xdescent#\ 7XFontStruct 9 9b p 9* 5R 93 9bCreateFontType 9 p 9* 5R 9 9FreeFontType 9 p 5R 9 9CloseDisplayType BYTE 6CARD16 CARD32 CARD8 ;Utype:#errorCode:#sequenceNumber:,#resourceID:=#minorCode:,#majorCode:N# pad1:# pad3:=# pad4:=#pad5:=#pad6:=#pad7:=# :^xError ;U  ; p ;f 5R ;o ;x ;ErrorType 8< p  5R 8  ; <ErrorStringType ( ?next4#codes5>#create_GC5#copy_GC5# flush_GC6/#(free_GC6}#0create_Font9k#8free_Font9#@close_display:#Herror;#Perror_string<#Xname8#`error_values?>J>q% >q>|>%_XLockInfo > w ?type:#data1:#sequenceNumber:,#length:=#data00:=#data01:=# data02:=#data03:=#data04:=#data05:=# >xGenericReply %INT16 @type:#depth:N#sequenceNumber:,#length:=#root:=#x?# y?#width:,#height:,#borderWidth:,#pad1:,#pad2:=#pad3:=# ?xGetGeometryReply Atype:#pad1:#sequenceNumber:,#length:=#root:=#parent:=# nChildren:,#pad2:,#pad3:=#pad4:=#pad5:=# @xQueryTreeReply Btype:#pad1:#sequenceNumber:,#length:=#atom:=#pad2:=# pad3:=#pad4:=#pad5:=#pad6:=# AxInternAtomReply Cytype:#pad1:#sequenceNumber:,#length:=#nameLength:,#pad2:,# pad3:=# pad4:=#pad5:=#pad6:=#pad7:=# BxGetAtomNameReply Ditype:#format:N#sequenceNumber:,#length:=#propertyType:=#bytesAfter:=# nItems:=#pad1:=#pad2:=#pad3:=# CxGetPropertyReply E_type:#pad1:#sequenceNumber:,#length:=#nProperties:,#pad2:,# pad3:=# pad4:=#pad5:=#pad6:=#pad7:=# DxListPropertiesReply FAtype:#pad1:#sequenceNumber:,#length:=#owner:=#pad2:=# pad3:=#pad4:=#pad5:=#pad6:=# E~xGetSelectionOwnerReply G'type:#status:#sequenceNumber:,#length:=#pad1:=#pad2:=# pad3:=#pad4:=#pad5:=#pad6:=# FcxGrabPointerReply FcxGrabKeyboardReply BOOL Hltype:#sameScreenG`#sequenceNumber:,#length:=#root:=#child:=# rootX?#rootY?#winX?#winY?#mask:,#pad1:,#pad:=# GoxQueryPointerReply INtype:#pad1:#sequenceNumber:,#length:=#nEvents:=#pad2:=# pad3:=#pad4:=#pad5:=#pad6:=# HxGetMotionEventsReply JHtype:#sameScreenG`#sequenceNumber:,#length:=#child:=#dstX?# dstY?#pad2:=#pad3:=#pad4:=#pad5:=# InxTranslateCoordsReply K/type:#revertTo:N#sequenceNumber:,#length:=#focus:=#pad1:=# pad2:=#pad3:=#pad4:=#pad5:=# JhxGetInputFocusReply INT32 Ltype:#drawDirection:N#sequenceNumber:,#length:=#fontAscent?#fontDescent?# overallAscent?# overallDescent?#overallWidthKM#overallLeftKM#overallRightKM#pad:=# K]xQueryTextExtentsReply Mvtype:#pad1:#sequenceNumber:,#length:=#nFonts:,#pad2:,# pad3:=# pad4:=#pad5:=#pad6:=#pad7:=# LxListFontsReply Netype:#pad1:#sequenceNumber:,#length:=#nPaths:,#pad2:,# pad3:=# pad4:=#pad5:=#pad6:=#pad7:=# MxGetFontPathReply OFtype:#depth:N#sequenceNumber:,#length:=#visual:=#pad3:=# pad4:=#pad5:=#pad6:=#pad7:=# NxGetImageReply P8type:#pad1:#sequenceNumber:,#length:=#nColormaps:,#pad2:,# pad3:=# pad4:=#pad5:=#pad6:=#pad7:=# O_xListInstalledColormapsReply QDtype:#pad1:#sequenceNumber:,#length:=#red:,#green:,# blue:,# pad2:,#pixel:=#pad3:=#pad4:=#pad5:=# P_xAllocColorReply Rvtype:#pad1:#sequenceNumber:,#length:=#pixel:=#exactRed:,# exactGreen:,#exactBlue:,#screenRed:,#screenGreen:,#screenBlue:,#pad2:=#pad3:=# Q_xAllocNamedColorReply Sntype:#pad1:#sequenceNumber:,#length:=#nPixels:,#nMasks:,# pad3:=# pad4:=#pad5:=#pad6:=#pad7:=# RxAllocColorCellsReply Tptype:#pad1:#sequenceNumber:,#length:=#nPixels:,#pad2:,# redMask:=# greenMask:=#blueMask:=#pad3:=#pad4:=# SxAllocColorPlanesReply Ugtype:#pad1:#sequenceNumber:,#length:=#nColors:,#pad2:,# pad3:=# pad4:=#pad5:=#pad6:=#pad7:=# TxQueryColorsReply Vtype:#pad1:#sequenceNumber:,#length:=#exactRed:,#exactGreen:,# exactBlue:,# screenRed:,#screenGreen:,#screenBlue:,#pad3:=#pad4:=#pad5:=# UxLookupColorReply Wtype:#pad1:#sequenceNumber:,#length:=#width:,#height:,# pad3:=# pad4:=#pad5:=#pad6:=#pad7:=# VxQueryBestSizeReply Xtype:#pad1:#sequenceNumber:,#length:=#presentG`#major_opcode:N# first_event:N# first_error:N# pad3:=# pad4:=#pad5:=#pad6:=#pad7:=# WxQueryExtensionReply Ytype:#nExtensions:N#sequenceNumber:,#length:=#pad2:=#pad3:=# pad4:=#pad5:=#pad6:=#pad7:=# XxListExtensionsReply Ztype:#success:N#sequenceNumber:,#length:=#pad2:=#pad3:=# pad4:=#pad5:=#pad6:=#pad7:=# YxSetModifierMappingReply [utype:#numKeyPerModifier:N#sequenceNumber:,#length:=#pad1:=#pad2:=# pad3:=#pad4:=#pad5:=#pad6:=# ZxGetModifierMappingReply YxSetPointerMappingReply \type:#keySymsPerKeyCode:N#sequenceNumber:,#length:=#pad2:=#pad3:=# pad4:=#pad5:=#pad6:=#pad7:=# [xGetKeyboardMappingReply ]otype:#nElts:N#sequenceNumber:,#length:=#pad2:=#pad3:=# pad4:=#pad5:=#pad6:=#pad7:=# \xGetPointerMappingReply ^type:#pad1:#sequenceNumber:,#length:=#accelNumerator:,#accelDenominator:,# threshold:,# pad2:,#pad3:=#pad4:=#pad5:=#pad6:=# ]xGetPointerControlReply _type:#pad1:#sequenceNumber:,#length:=#timeout:,#interval:,# preferBlankingG`# allowExposuresG`# pad2:,#pad3:=#pad4:=#pad5:=#pad6:=# ^xGetScreenSaverReply `type:#enabledG`#sequenceNumber:,#length:=#nHosts:,#pad1:,# pad3:=# pad4:=#pad5:=#pad6:=#pad7:=# _xListHostsReplyatype:#detail:#sequenceNumber:,# 6KeyButMask bpad00:=#time:=#root:=#event:=# child:=#rootX?#rootY?#eventX?#eventY?#statea#sameScreenG`#pad1:# bpad00:=#time:=#root:=#event:=# child:=#rootX?#rootY?#eventX?#eventY?#statea#mode:#flags:# cspad00:=#window:=#mode:#pad1:# pad2:# pad3:# dpad00:=#window:=#x:,#y:,# width:,# height:,#count:,#pad2:,#dpad00:=#drawable:=#x:,#y:,# width:,# height:,#minorEvent:,#count:,#majorEvent:#pad1:#pad2:#pad3:# eapad00:=#drawable:=#minorEvent:,#majorEvent:# bpad:#  epad00:=#window:=#state:N#pad1:# pad2:# pad3:# fpad00:=#parent:=#window:=#x?# y?#width:,#height:,#borderWidth:,#overrideG`#bpad:# fpad00:=#event:=#window:=#gmpad00:=#event:=#window:=#fromConfigureG`# pad1:# pad2:#pad3:#gpad00:=#event:=#window:=#overrideG`# pad1:# pad2:#pad3:# h<pad00:=#parent:=#window:=#hpad00:=#event:=#window:=#parent:=# x?#y?#overrideG`#pad1:#pad2:#pad3:#ipad00:=#event:=#window:=#aboveSibling:=# x?