diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2002-01-19 23:37:54 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2002-01-19 23:37:54 +0000 |
commit | b92cc254b8541b9237d7633c550103372b0ff2ed (patch) | |
tree | 57343418576cb5507f322f1b0978056c3b5a2ce7 /x11 | |
parent | Fix a building error. (diff) |
Upgrade to 4.2.0
Notes
Notes:
svn path=/head/; revision=53364
Diffstat (limited to 'x11')
-rw-r--r-- | x11/XFree86-4-libraries/files/patch-startx | 34 | ||||
-rw-r--r-- | x11/XFree86-4/Makefile | 10 | ||||
-rw-r--r-- | x11/XFree86-4/Makefile.man | 1756 | ||||
-rw-r--r-- | x11/XFree86-4/distinfo | 4 | ||||
-rw-r--r-- | x11/XFree86-4/files/patch-c | 14 | ||||
-rw-r--r-- | x11/XFree86-4/files/patch-f | 183 | ||||
-rw-r--r-- | x11/XFree86-4/files/patch-i810 | 24 | ||||
-rw-r--r-- | x11/XFree86-4/files/patch-j | 22 | ||||
-rw-r--r-- | x11/XFree86-4/files/patch-k | 11 | ||||
-rw-r--r-- | x11/XFree86-4/files/patch-mouse | 22 | ||||
-rw-r--r-- | x11/XFree86-4/files/patch-r128 | 56 | ||||
-rw-r--r-- | x11/XFree86-4/files/patch-r128dri | 26 | ||||
-rw-r--r-- | x11/XFree86-4/files/patch-r128xmesa | 13 | ||||
-rw-r--r-- | x11/XFree86-4/files/patch-startx | 34 | ||||
-rw-r--r-- | x11/XFree86-4/files/patch-tga | 11 | ||||
-rw-r--r-- | x11/XFree86-4/files/patch-xdm | 10 | ||||
-rw-r--r-- | x11/XFree86-4/files/patch-xfs | 292 | ||||
-rw-r--r-- | x11/XFree86-4/pkg-plist | 680 |
18 files changed, 1825 insertions, 1377 deletions
diff --git a/x11/XFree86-4-libraries/files/patch-startx b/x11/XFree86-4-libraries/files/patch-startx index 7761db5a3024..bda120efac80 100644 --- a/x11/XFree86-4-libraries/files/patch-startx +++ b/x11/XFree86-4-libraries/files/patch-startx @@ -1,30 +1,30 @@ ---- programs/xinit/startx.cpp.orig Fri Apr 27 13:04:53 2001 -+++ programs/xinit/startx.cpp Sat Oct 27 03:50:41 2001 -@@ -82,8 +82,12 @@ +--- programs/xinit/startx.cpp.orig Fri Nov 30 21:57:48 2001 ++++ programs/xinit/startx.cpp Fri Jan 18 23:59:42 2002 +@@ -80,8 +80,12 @@ + fi - display=:0 whoseargs="client" +listen_tcp="-nolisten tcp" - while [ "x$1" != "x" ]; do + while [ x"$1" != x ]; do case "$1" in + -listen_tcp) -+ listen_tcp="" -+ ;; - --) - whoseargs="server" - ;; -@@ -134,7 +138,7 @@ ++ listen_tcp="" ++ ;; + # '' required to prevent cpp from treating "/*" as a C comment. + /''*|\./''*) + if [ "$whoseargs" = "client" ]; then +@@ -164,7 +168,7 @@ done #endif --xinit $clientargs -- $serverargs -+xinit $clientargs -- $serverargs $listen_tcp +-xinit $client $clientargs -- $server $display $serverargs ++xinit $client $clientargs -- $server $display $serverargs $listen_tcp if [ x"$removelist" != x ]; then xauth remove $removelist ---- programs/xinit/startx.man.orig Thu Apr 19 17:08:32 2001 -+++ programs/xinit/startx.man Sat Oct 27 03:40:01 2001 -@@ -42,10 +42,17 @@ +--- programs/xinit/startx.man.orig Fri Dec 14 21:01:56 2001 ++++ programs/xinit/startx.man Fri Jan 18 23:56:03 2002 +@@ -46,10 +46,17 @@ somewhat nicer user interface for running a single session of the X Window System. It is often run with no arguments. .PP @@ -43,7 +43,7 @@ The special argument .RB '--' marks the end of client arguments and the beginning of server options. -@@ -66,6 +73,8 @@ +@@ -70,6 +77,8 @@ startx -- -dpi 100 .PP startx -- -layout Multihead diff --git a/x11/XFree86-4/Makefile b/x11/XFree86-4/Makefile index 148bc9737d84..40e2e0af5ed7 100644 --- a/x11/XFree86-4/Makefile +++ b/x11/XFree86-4/Makefile @@ -6,13 +6,13 @@ # PORTNAME= XFree86 -PORTVERSION= 4.1.0 -PORTREVISION= 12 +PORTVERSION= 4.2.0 +PORTREVISION= 0 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XFREE} -MASTER_SITE_SUBDIR= 4.1.0 -DISTFILES= X410src-1.tgz X410src-2.tgz -EXTRACT_ONLY= X410src-1.tgz X410src-2.tgz +MASTER_SITE_SUBDIR= 4.2.0 +DISTFILES= X420src-1.tgz X420src-2.tgz +EXTRACT_ONLY= X420src-1.tgz X420src-2.tgz MAINTAINER= jmz@FreeBSD.org LATEST_LINK= XFree86-4 diff --git a/x11/XFree86-4/Makefile.man b/x11/XFree86-4/Makefile.man index 2ef5f3cddd4c..e2fb78996550 100644 --- a/x11/XFree86-4/Makefile.man +++ b/x11/XFree86-4/Makefile.man @@ -4,11 +4,9 @@ MAN1= XFree86.1 \ Xserver.1 \ Xvfb.1 \ appres.1 \ - atobm.1 \ bdftopcf.1 \ beforelight.1 \ bitmap.1 \ - bmtoa.1 \ cxpm.1 \ dga.1 \ dpsexec.1 \ @@ -26,6 +24,7 @@ MAN1= XFree86.1 \ libxrx.1 \ listres.1 \ lndir.1 \ + luit.1 \ makedepend.1 \ makeg.1 \ makepsres.1 \ @@ -100,6 +99,7 @@ MAN1= XFree86.1 \ xmodmap.1 \ xon.1 \ xprop.1 \ + xrandr.1 \ xrdb.1 \ xrefresh.1 \ xset.1 \ @@ -109,312 +109,92 @@ MAN1= XFree86.1 \ xsm.1 \ xstdcmap.1 \ xterm.1 \ + xtrap.1 \ xvidtune.1 \ xvinfo.1 \ xwd.1 \ xwininfo.1 \ xwud.1 MAN3= AllPlanes.3 \ - BitmapBitOrder.3 \ - BitmapPad.3 \ - BitmapUnit.3 \ - BlackPixel.3 \ BlackPixelOfScreen.3 \ - CellsOfScreen.3 \ - ClientWhitePointOfCCC.3 \ - ConnectionNumber.3 \ DBE.3 \ - DefaultColormap.3 \ - DefaultColormapOfScreen.3 \ - DefaultDepth.3 \ - DefaultDepthOfScreen.3 \ - DefaultGC.3 \ - DefaultGCOfScreen.3 \ - DefaultRootWindow.3 \ - DefaultScreen.3 \ - DefaultScreenOfDisplay.3 \ - DefaultVisual.3 \ - DefaultVisualOfScreen.3 \ - DisplayCells.3 \ - DisplayHeight.3 \ - DisplayHeightMM.3 \ DisplayOfCCC.3 \ - DisplayOfScreen.3 \ - DisplayPlanes.3 \ - DisplayString.3 \ - DisplayWidth.3 \ - DisplayWidthMM.3 \ - DoesBackingStore.3 \ - DoesSaveUnders.3 \ - EventMaskOfScreen.3 \ GLwCreateMDrawingArea.3 \ GLwDrawingArea.3 \ GLwDrawingAreaMakeCurrent.3 \ GLwDrawingAreaSwapBuffers.3 \ - GLwMDrawingArea.3 \ - HeightMMOfScreen.3 \ - HeightOfScreen.3 \ ImageByteOrder.3 \ IsCursorKey.3 \ - IsFunctionKey.3 \ - IsKeypadKey.3 \ - IsMiscFunctionKey.3 \ - IsModiferKey.3 \ - IsPFKey.3 \ - IsPrivateKeypadKey.3 \ - LastKnownRequestProcessed.3 \ - MaxCmapsOfScreen.3 \ - MenuPopdown.3 \ - MenuPopup.3 \ - MinCmapsOfScreen.3 \ - NextRequest.3 \ - PlanesOfScreen.3 \ - ProtocolRevision.3 \ - ProtocolVersion.3 \ - QLength.3 \ - RootWindow.3 \ - RootWindowOfScreen.3 \ - ScreenCount.3 \ - ScreenNumberOfCCC.3 \ - ScreenOfDisplay.3 \ - ScreenWhitePointOfCCC.3 \ - ServerVendor.3 \ - VendorRelease.3 \ - VisualOfCCC.3 \ - WhitePixel.3 \ - WhitePixelOfScreen.3 \ - WidthMMOfScreen.3 \ - WidthOfScreen.3 \ - XActivateScreenSaver.3 \ XAddConnectionWatch.3 \ XAddHost.3 \ - XAddHosts.3 \ - XAddPixel.3 \ - XAddToSaveSet.3 \ XAllocClassHint.3 \ XAllocColor.3 \ - XAllocColorCells.3 \ - XAllocColorPlanes.3 \ XAllocIconSize.3 \ - XAllocNamedColor.3 \ XAllocSizeHints.3 \ XAllocStandardColormap.3 \ XAllocWMHints.3 \ XAllowDeviceEvents.3 \ XAllowEvents.3 \ XAnyEvent.3 \ - XArc.3 \ - XAutoRepeatOff.3 \ - XAutoRepeatOn.3 \ - XBaseFontNameListOfFontSet.3 \ - XBell.3 \ XButtonEvent.3 \ - XChangeActivePointerGrab.3 \ - XChangeDeviceControl.3 \ XChangeDeviceDontPropagateList.3 \ - XChangeDeviceKeyMapping.3 \ - XChangeFeedbackControl.3 \ - XChangeGC.3 \ XChangeKeyboardControl.3 \ XChangeKeyboardDevice.3 \ XChangeKeyboardMapping.3 \ XChangePointerControl.3 \ XChangePointerDevice.3 \ - XChangeProperty.3 \ XChangeSaveSet.3 \ XChangeWindowAttributes.3 \ - XChar2b.3 \ - XCharStruct.3 \ - XCheckIfEvent.3 \ - XCheckMaskEvent.3 \ - XCheckTypedEvent.3 \ - XCheckTypedWindowEvent.3 \ - XCheckWindowEvent.3 \ XCirculateEvent.3 \ XCirculateRequestEvent.3 \ - XCirculateSubwindows.3 \ - XCirculateSubwindowsDown.3 \ - XCirculateSubwindowsUp.3 \ - XClassHint.3 \ XClearArea.3 \ - XClearWindow.3 \ XClientMessageEvent.3 \ - XClipBox.3 \ - XCloseDevice.3 \ - XCloseDisplay.3 \ - XCloseIM.3 \ - XCloseOM.3 \ - XColor.3 \ XColormapEvent.3 \ XConfigureEvent.3 \ XConfigureRequestEvent.3 \ XConfigureWindow.3 \ - XContextDependentDrawing.3 \ - XContextualDrawing.3 \ - XConvertCase.3 \ - XConvertSelection.3 \ XCopyArea.3 \ - XCopyColormapAndFree.3 \ - XCopyGC.3 \ - XCopyPlane.3 \ - XCreateBitmapFromData.3 \ XCreateColormap.3 \ XCreateFontCursor.3 \ XCreateFontSet.3 \ XCreateGC.3 \ - XCreateGlyphCursor.3 \ XCreateIC.3 \ - XCreateImage.3 \ XCreateOC.3 \ XCreatePixmap.3 \ - XCreatePixmapCursor.3 \ - XCreatePixmapFromBitmapData.3 \ XCreateRegion.3 \ - XCreateSimpleWindow.3 \ XCreateWindow.3 \ XCreateWindowEvent.3 \ XCrossingEvent.3 \ - XDefaultString.3 \ XDefineCursor.3 \ - XDeleteContext.3 \ - XDeleteModifiermapEntry.3 \ - XDeleteProperty.3 \ - XDestroyIC.3 \ - XDestroyImage.3 \ - XDestroyOC.3 \ - XDestroyRegion.3 \ - XDestroySubwindows.3 \ XDestroyWindow.3 \ XDestroyWindowEvent.3 \ XDeviceBell.3 \ - XDeviceTimeCoord.3 \ - XDirectionalDependentDrawing.3 \ - XDisableAccessControl.3 \ - XDisplayKeycodes.3 \ - XDisplayMotionBufferSize.3 \ - XDisplayName.3 \ - XDisplayOfIM.3 \ - XDisplayOfOM.3 \ XDrawArc.3 \ - XDrawArcs.3 \ XDrawImageString.3 \ - XDrawImageString16.3 \ XDrawLine.3 \ - XDrawLines.3 \ XDrawPoint.3 \ - XDrawPoints.3 \ XDrawRectangle.3 \ - XDrawRectangles.3 \ - XDrawSegments.3 \ XDrawString.3 \ - XDrawString16.3 \ XDrawText.3 \ - XDrawText16.3 \ XEmptyRegion.3 \ - XEnableAccessControl.3 \ - XEqualRegion.3 \ XErrorEvent.3 \ - XEvent.3 \ - XEventsQueued.3 \ XExposeEvent.3 \ - XExtendedMaxRequestSize.3 \ XExtentsOfFontSet.3 \ XF86VidMode.3 \ - XF86VidModeDeleteModeLine.3 \ - XF86VidModeGetAllModeLines.3 \ - XF86VidModeGetModeLine.3 \ - XF86VidModeGetMonitor.3 \ - XF86VidModeGetViewPort.3 \ - XF86VidModeLockModeSwitch.3 \ - XF86VidModeModModeLine.3 \ - XF86VidModeQueryExtension.3 \ - XF86VidModeQueryVersion.3 \ - XF86VidModeSetViewPort.3 \ - XF86VidModeSwitchMode.3 \ - XF86VidModeSwitchToMode.3 \ - XFetchBuffer.3 \ - XFetchBytes.3 \ - XFetchName.3 \ - XFillArc.3 \ - XFillArcs.3 \ - XFillPolygon.3 \ XFillRectangle.3 \ - XFillRectangles.3 \ XFilterEvent.3 \ - XFindContext.3 \ XFlush.3 \ XFocusChangeEvent.3 \ - XFontProp.3 \ XFontSetExtents.3 \ - XFontStruct.3 \ XFontsOfFontSet.3 \ - XForceScreenSaver.3 \ XFree.3 \ - XFreeColormap.3 \ - XFreeColors.3 \ - XFreeCursor.3 \ - XFreeDeviceList.3 \ - XFreeFont.3 \ - XFreeFontInfo.3 \ - XFreeFontNames.3 \ - XFreeFontPath.3 \ - XFreeFontSet.3 \ - XFreeGC.3 \ - XFreeModifierMap.3 \ - XFreePixmap.3 \ - XFreeStringList.3 \ - XGCValues.3 \ - XGContextFromGC.3 \ - XGetAtomName.3 \ - XGetAtomNames.3 \ - XGetClassHint.3 \ - XGetCommand.3 \ - XGetDeviceButtonMapping.3 \ XGetDeviceControl.3 \ - XGetDeviceDontPropagateList.3 \ - XGetDeviceFocus.3 \ XGetDeviceKeyMapping.3 \ XGetDeviceModifierMapping.3 \ XGetDeviceMotionEvents.3 \ - XGetErrorDatabaseText.3 \ - XGetErrorText.3 \ XGetExtensionVersion.3 \ XGetFeedbackControl.3 \ - XGetFontPath.3 \ - XGetFontProperty.3 \ - XGetGCValues.3 \ - XGetGeometry.3 \ - XGetICValues.3 \ - XGetIMValues.3 \ - XGetIconName.3 \ - XGetIconSizes.3 \ - XGetImage.3 \ - XGetInputFocus.3 \ - XGetKeyboardControl.3 \ - XGetKeyboardMapping.3 \ - XGetModifierMapping.3 \ - XGetMotionEvents.3 \ - XGetOCValues.3 \ - XGetOMValues.3 \ - XGetPixel.3 \ - XGetPointerControl.3 \ - XGetPointerMapping.3 \ - XGetRGBColormaps.3 \ - XGetScreenSaver.3 \ - XGetSelectedExtensionEvents.3 \ - XGetSelectionOwner.3 \ - XGetSubImage.3 \ - XGetTextProperty.3 \ - XGetTransientForHint.3 \ XGetVisualInfo.3 \ - XGetWMClientMachine.3 \ - XGetWMColormapWindows.3 \ - XGetWMHints.3 \ - XGetWMIconName.3 \ - XGetWMName.3 \ - XGetWMNormalHints.3 \ - XGetWMProtocols.3 \ - XGetWMSizeHints.3 \ XGetWindowAttributes.3 \ XGetWindowProperty.3 \ XGrabButton.3 \ @@ -427,121 +207,45 @@ MAN3= AllPlanes.3 \ XGrabServer.3 \ XGraphicsExposeEvent.3 \ XGravityEvent.3 \ - XHostAddress.3 \ - XIMOfIC.3 \ - XIconSize.3 \ XIconifyWindow.3 \ XIfEvent.3 \ XInitImage.3 \ XInitThreads.3 \ - XInsertModifiermapEntry.3 \ XInstallColormap.3 \ XInternAtom.3 \ - XInternAtoms.3 \ - XInternalConnectionNumbers.3 \ XIntersectRegion.3 \ - XKeyEvent.3 \ - XKeyboardControl.3 \ - XKeycodeToKeysym.3 \ XKeymapEvent.3 \ - XKeysymToKeycode.3 \ - XKeysymToString.3 \ - XKillClient.3 \ - XListDepths.3 \ XListFonts.3 \ - XListFontsWithInfo.3 \ - XListHosts.3 \ XListInputDevices.3 \ - XListInstalledColormaps.3 \ - XListPixmapFormats.3 \ - XListProperties.3 \ XLoadFont.3 \ - XLoadQueryFont.3 \ - XLocaleOfFontSet.3 \ - XLocaleOfIM.3 \ - XLocaleOfOM.3 \ - XLockDisplay.3 \ - XLookupColor.3 \ XLookupKeysym.3 \ - XLookupString.3 \ - XLowerWindow.3 \ XMapEvent.3 \ - XMapRaised.3 \ XMapRequestEvent.3 \ - XMapSubwindows.3 \ XMapWindow.3 \ - XMappingEvent.3 \ - XMaskEvent.3 \ - XMatchVisualInfo.3 \ - XMaxRequestSize.3 \ - XModifierKeymap.3 \ - XMotionEvent.3 \ - XMoveResizeWindow.3 \ - XMoveWindow.3 \ - XNewModifiermap.3 \ XNextEvent.3 \ - XNoExposeEvent.3 \ XNoOp.3 \ - XOMOfOC.3 \ - XOffsetRegion.3 \ XOpenDevice.3 \ XOpenDisplay.3 \ XOpenIM.3 \ XOpenOM.3 \ - XParseColor.3 \ XParseGeometry.3 \ - XPeekEvent.3 \ - XPeekIfEvent.3 \ - XPending.3 \ - XPixmapFormatValues.3 \ - XPoint.3 \ - XPointInRegion.3 \ XPolygonRegion.3 \ - XProcessInternalConnection.3 \ XPropertyEvent.3 \ XPutBackEvent.3 \ XPutImage.3 \ - XPutPixel.3 \ - XQueryBestCursor.3 \ XQueryBestSize.3 \ - XQueryBestStipple.3 \ - XQueryBestTile.3 \ XQueryColor.3 \ - XQueryColors.3 \ XQueryDeviceState.3 \ - XQueryFont.3 \ - XQueryKeymap.3 \ XQueryPointer.3 \ - XQueryTextExtents.3 \ - XQueryTextExtents16.3 \ XQueryTree.3 \ XRaiseWindow.3 \ XReadBitmapFile.3 \ - XReadBitmapFileData.3 \ - XRebindKeySym.3 \ XRecolorCursor.3 \ - XReconfigureWMWindow.3 \ - XRectInRegion.3 \ - XRectangle.3 \ - XRefreshKeyboardMapping.3 \ - XRegisterIMInstantiateCallback.3 \ - XRemoveConnectionWatch.3 \ - XRemoveFromSaveSet.3 \ - XRemoveHost.3 \ - XRemoveHosts.3 \ XReparentEvent.3 \ XReparentWindow.3 \ - XResetScreenSaver.3 \ XResizeRequestEvent.3 \ - XResizeWindow.3 \ XResourceManagerString.3 \ - XRestackWindows.3 \ - XRotateBuffers.3 \ - XRotateWindowProperties.3 \ XSaveContext.3 \ - XScreenNumberOfScreen.3 \ - XScreenResourceString.3 \ - XSegment.3 \ XSelectExtensionEvent.3 \ XSelectInput.3 \ XSelectionClearEvent.3 \ @@ -549,194 +253,65 @@ MAN3= AllPlanes.3 \ XSelectionRequestEvent.3 \ XSendEvent.3 \ XSendExtensionEvent.3 \ - XSetAccessControl.3 \ - XSetAfterFunction.3 \ XSetArcMode.3 \ - XSetBackground.3 \ - XSetClassHint.3 \ - XSetClipMask.3 \ XSetClipOrigin.3 \ - XSetClipRectangles.3 \ XSetCloseDownMode.3 \ XSetCommand.3 \ - XSetDashes.3 \ XSetDeviceButtonMapping.3 \ XSetDeviceFocus.3 \ XSetDeviceMode.3 \ - XSetDeviceModifierMapping.3 \ XSetDeviceValuators.3 \ XSetErrorHandler.3 \ - XSetFillRule.3 \ XSetFillStyle.3 \ XSetFont.3 \ XSetFontPath.3 \ - XSetForeground.3 \ - XSetFunction.3 \ - XSetGraphicsExposure.3 \ XSetICFocus.3 \ XSetICValues.3 \ - XSetIMValues.3 \ - XSetIOErrorHandler.3 \ - XSetIconName.3 \ - XSetIconSizes.3 \ XSetInputFocus.3 \ XSetLineAttributes.3 \ - XSetLocaleModifiers.3 \ - XSetModifierMapping.3 \ - XSetOCValues.3 \ - XSetOMValues.3 \ - XSetPlanemask.3 \ XSetPointerMapping.3 \ - XSetRGBColormaps.3 \ - XSetRegion.3 \ XSetScreenSaver.3 \ XSetSelectionOwner.3 \ XSetState.3 \ - XSetStipple.3 \ - XSetSubwindowMode.3 \ - XSetTSOrigin.3 \ XSetTextProperty.3 \ XSetTile.3 \ XSetTransientForHint.3 \ XSetWMClientMachine.3 \ XSetWMColormapWindows.3 \ - XSetWMHints.3 \ XSetWMIconName.3 \ XSetWMName.3 \ - XSetWMNormalHints.3 \ XSetWMProperties.3 \ XSetWMProtocols.3 \ - XSetWMSizeHints.3 \ - XSetWindowAttributes.3 \ - XSetWindowBackground.3 \ - XSetWindowBackgroundPixmap.3 \ - XSetWindowBorder.3 \ - XSetWindowBorderPixmap.3 \ - XSetWindowBorderWidth.3 \ - XSetWindowColormap.3 \ - XShapeCombineMask.3 \ - XShapeCombineRectangles.3 \ - XShapeCombineRegion.3 \ - XShapeCombineShape.3 \ - XShapeGetRectangles.3 \ - XShapeInputSelected.3 \ - XShapeOffsetShape.3 \ XShapeQueryExtension.3 \ - XShapeQueryExtents.3 \ - XShapeQueryVersion.3 \ - XShapeSelectInput.3 \ - XShrinkRegion.3 \ - XSizeHints.3 \ - XStandardColormap.3 \ - XStoreBuffer.3 \ XStoreBytes.3 \ - XStoreColor.3 \ XStoreColors.3 \ - XStoreName.3 \ - XStoreNamedColor.3 \ XStringListToTextProperty.3 \ XStringToKeysym.3 \ - XSubImage.3 \ - XSubtractRegion.3 \ XSupportsLocale.3 \ - XSync.3 \ XSynchronize.3 \ XTextExtents.3 \ - XTextExtents16.3 \ - XTextItem.3 \ - XTextItem16.3 \ - XTextProperty.3 \ - XTextPropertyToStringList.3 \ XTextWidth.3 \ - XTextWidth16.3 \ - XTimeCoord.3 \ XTranslateCoordinates.3 \ - XUndefineCursor.3 \ - XUngrabButton.3 \ - XUngrabDevice.3 \ - XUngrabDeviceButton.3 \ - XUngrabDeviceKey.3 \ - XUngrabKey.3 \ - XUngrabKeyboard.3 \ - XUngrabPointer.3 \ - XUngrabServer.3 \ - XUninstallColormap.3 \ - XUnionRectWithRegion.3 \ - XUnionRegion.3 \ - XUniqueContext.3 \ - XUnloadFont.3 \ - XUnlockDisplay.3 \ XUnmapEvent.3 \ - XUnmapSubwindows.3 \ XUnmapWindow.3 \ - XUnregisterIMInstantiateCallback.3 \ - XUnsetICFocus.3 \ XVaCreateNestedList.3 \ - XVisibilityNotifyEvent.3 \ - XVisualIDFromVisual.3 \ - XVisualInfo.3 \ - XWMGeometry.3 \ - XWMHints.3 \ + XVisibilityEvent.3 \ XWarpPointer.3 \ - XWindowAttributes.3 \ - XWindowChanges.3 \ - XWindowEvent.3 \ - XWithdrawWindow.3 \ - XWriteBitmapFile.3 \ - XXorRegion.3 \ Xau.3 \ - XauDisposeAuth.3 \ - XauFileName.3 \ - XauGetAuthByAddr.3 \ - XauGetBestAuthByAddr.3 \ - XauLockAuth.3 \ - XauReadAuth.3 \ - XauUnlockAuth.3 \ - XauWriteAuth.3 \ Xaw.3 \ XcmsAllocColor.3 \ - XcmsAllocNamedColor.3 \ XcmsCCCOfColormap.3 \ - XcmsCIELab.3 \ XcmsCIELabQueryMaxC.3 \ - XcmsCIELabQueryMaxL.3 \ - XcmsCIELabQueryMaxLC.3 \ - XcmsCIELabQueryMinL.3 \ - XcmsCIELuv.3 \ XcmsCIELuvQueryMaxC.3 \ - XcmsCIELuvQueryMaxL.3 \ - XcmsCIELuvQueryMaxLC.3 \ - XcmsCIELuvQueryMinL.3 \ - XcmsCIEXYZ.3 \ - XcmsCIEuvY.3 \ - XcmsCIExyY.3 \ XcmsColor.3 \ XcmsConvertColors.3 \ XcmsCreateCCC.3 \ XcmsDefaultCCC.3 \ - XcmsFreeCCC.3 \ - XcmsLookupColor.3 \ - XcmsPad.3 \ XcmsQueryBlack.3 \ - XcmsQueryBlue.3 \ XcmsQueryColor.3 \ - XcmsQueryColors.3 \ - XcmsQueryGreen.3 \ - XcmsQueryRed.3 \ - XcmsQueryWhite.3 \ - XcmsRGB.3 \ - XcmsRGBi.3 \ - XcmsSetCCCOfColormap.3 \ - XcmsSetWhiteAdjustProc.3 \ XcmsSetWhitePoint.3 \ XcmsStoreColor.3 \ - XcmsStoreColors.3 \ - XcmsTekHVC.3 \ XcmsTekHVCQueryMaxC.3 \ - XcmsTekHVCQueryMaxV.3 \ - XcmsTekHVCQueryMaxVC.3 \ - XcmsTekHVCQueryMaxVSamples.3 \ - XcmsTekHVCQueryMinV.3 \ XdbeAllocateBackBufferName.3 \ XdbeBeginIdiom.3 \ XdbeDeallocateBackBufferName.3 \ @@ -746,7 +321,6 @@ MAN3= AllPlanes.3 \ XdbeGetVisualInfo.3 \ XdbeQueryExtension.3 \ XdbeSwapBuffers.3 \ - XeviGetVisualInfo.3 \ XeviQueryVersion.3 \ Xft.3 \ XmbDrawImageString.3 \ @@ -754,65 +328,24 @@ MAN3= AllPlanes.3 \ XmbDrawText.3 \ XmbLookupString.3 \ XmbResetIC.3 \ - XmbSetWMProperties.3 \ XmbTextEscapement.3 \ XmbTextExtents.3 \ XmbTextListToTextProperty.3 \ XmbTextPerCharExtents.3 \ - XmbTextPropertyToTextList.3 \ - XmbufChangeBufferAttributes.3 \ - XmbufChangeWindowAttributes.3 \ - XmbufCreateBuffers.3 \ - XmbufCreateStereoWindow.3 \ - XmbufDestroyBuffers.3 \ - XmbufDisplayBuffers.3 \ - XmbufGetBufferAttributes.3 \ - XmbufGetScreenInfo.3 \ - XmbufGetVersion.3 \ - XmbufGetWindowAttributes.3 \ XmbufQueryExtension.3 \ - XrmCombineDatabase.3 \ - XrmCombineFileDatabase.3 \ - XrmDestroyDatabase.3 \ XrmEnumerateDatabase.3 \ - XrmGetDatabase.3 \ XrmGetFileDatabase.3 \ XrmGetResource.3 \ - XrmGetStringDatabase.3 \ XrmInitialize.3 \ - XrmLocaleOfDatabase.3 \ XrmMergeDatabases.3 \ - XrmOptionDescRec.3 \ - XrmOptionKind.3 \ - XrmParseCommand.3 \ - XrmPermStringToQuark.3 \ - XrmPutFileDatabase.3 \ - XrmPutLineResource.3 \ XrmPutResource.3 \ - XrmPutStringResource.3 \ - XrmQGetResource.3 \ - XrmQGetSearchList.3 \ - XrmQGetSearchResource.3 \ - XrmQPutResource.3 \ - XrmQPutStringResource.3 \ - XrmQuarkToString.3 \ - XrmSetDatabase.3 \ - XrmStringToBindingQuarkList.3 \ - XrmStringToQuark.3 \ - XrmStringToQuarkList.3 \ XrmUniqueQuark.3 \ - XrmValue.3 \ XtAddActions.3 \ XtAddCallback.3 \ - XtAddCallbacks.3 \ - XtAddConverter.3 \ XtAddEventHandler.3 \ XtAddExposureToRegion.3 \ XtAddGrab.3 \ XtAddInput.3 \ - XtAddRawEventHandler.3 \ - XtAddTimeOut.3 \ - XtAddTimeout.3 \ XtAllocateGC.3 \ XtAppAddActionHook.3 \ XtAppAddActions.3 \ @@ -821,261 +354,99 @@ MAN3= AllPlanes.3 \ XtAppAddInput.3 \ XtAppAddSignal.3 \ XtAppAddTimeOut.3 \ - XtAppAddTimeout.3 \ XtAppAddWorkProc.3 \ XtAppCreateShell.3 \ XtAppError.3 \ XtAppErrorMsg.3 \ XtAppGetErrorDatabase.3 \ - XtAppGetErrorDatabaseText.3 \ - XtAppGetExitFlag.3 \ XtAppGetSelectionTimeout.3 \ XtAppInitialize.3 \ XtAppLock.3 \ - XtAppMainLoop.3 \ XtAppNextEvent.3 \ - XtAppPeekEvent.3 \ - XtAppPending.3 \ - XtAppProcessEvent.3 \ XtAppReleaseCacheRefs.3 \ - XtAppSetErrorHandler.3 \ - XtAppSetErrorMsgHandler.3 \ XtAppSetExitFlag.3 \ XtAppSetFallbackResources.3 \ - XtAppSetSelectionTimeout.3 \ XtAppSetTypeConverter.3 \ - XtAppSetWarningHandler.3 \ - XtAppSetWarningMsgHandler.3 \ - XtAppUnlock.3 \ - XtAppWarning.3 \ - XtAppWarningMsg.3 \ - XtAugmentTranslations.3 \ XtBuildEventMask.3 \ XtCallAcceptFocus.3 \ XtCallActionProc.3 \ - XtCallCallbackList.3 \ XtCallCallbacks.3 \ - XtCallConverter.3 \ - XtCallbackExclusive.3 \ - XtCallbackNone.3 \ - XtCallbackNonexclusive.3 \ - XtCallbackPopdown.3 \ - XtCalloc.3 \ - XtCancelSelectionRequest.3 \ - XtChangeManagedSet.3 \ - XtCheckSubclass.3 \ XtClass.3 \ - XtCloseDisplay.3 \ XtConfigureWidget.3 \ XtConvert.3 \ XtConvertAndStore.3 \ - XtConvertCase.3 \ XtCreateApplicationContext.3 \ XtCreateApplicationShell.3 \ - XtCreateManagedWidget.3 \ XtCreatePopupShell.3 \ XtCreateSelectionRequest.3 \ XtCreateWidget.3 \ XtCreateWindow.3 \ - XtDatabase.3 \ - XtDestroyApplicationContext.3 \ - XtDestroyWidget.3 \ - XtDirectConvert.3 \ - XtDisownSelection.3 \ - XtDispatchEvent.3 \ - XtDispatchEventToWidget.3 \ XtDisplay.3 \ XtDisplayInitialize.3 \ - XtDisplayOfObject.3 \ XtDisplayStringConversionWarning.3 \ XtDisplayToApplicationContext.3 \ XtError.3 \ XtErrorMsg.3 \ XtFindFile.3 \ - XtFree.3 \ XtGetActionKeysym.3 \ XtGetActionList.3 \ XtGetApplicationNameAndClass.3 \ XtGetApplicationResources.3 \ XtGetClassExtension.3 \ - XtGetConstraintResourceList.3 \ XtGetDisplays.3 \ XtGetErrorDatabase.3 \ - XtGetErrorDatabaseText.3 \ XtGetGC.3 \ XtGetKeyboardFocusWidget.3 \ XtGetKeysymTable.3 \ - XtGetMultiClickTime.3 \ XtGetResourceList.3 \ XtGetSelectionParameters.3 \ XtGetSelectionRequest.3 \ XtGetSelectionTimeout.3 \ XtGetSelectionValue.3 \ XtGetSelectionValueIncremental.3 \ - XtGetSelectionValues.3 \ - XtGetSelectionValuesIncremental.3 \ XtGetSubresources.3 \ - XtGetSubvalues.3 \ - XtGetValues.3 \ - XtGrabButton.3 \ XtGrabKey.3 \ - XtGrabKeyboard.3 \ - XtGrabPointer.3 \ - XtHasCallbacks.3 \ XtHooksOfDisplay.3 \ XtInitialize.3 \ XtInitializeWidgetClass.3 \ - XtInsertEventHandler.3 \ XtInsertEventTypeHandler.3 \ - XtInsertRawEventHandler.3 \ - XtInstallAccelerators.3 \ - XtInstallAllAccelerators.3 \ - XtIsApplicationShell.3 \ - XtIsComposite.3 \ - XtIsConstraint.3 \ - XtIsManaged.3 \ - XtIsObject.3 \ - XtIsOverrideShell.3 \ - XtIsRealized.3 \ - XtIsRectObj.3 \ - XtIsSensitive.3 \ - XtIsShell.3 \ - XtIsSubclass.3 \ - XtIsTopLevelShell.3 \ - XtIsTransientShell.3 \ - XtIsVendorShell.3 \ - XtIsWMShell.3 \ - XtIsWidget.3 \ - XtKeysymToKeycodeList.3 \ XtLastEventProcessed.3 \ - XtLastTimestampProcessed.3 \ - XtMainLoop.3 \ XtMakeGeometryRequest.3 \ - XtMakeResizeRequest.3 \ XtMalloc.3 \ - XtManageChild.3 \ XtManageChildren.3 \ XtMapWidget.3 \ - XtMergeArgLists.3 \ - XtMoveWidget.3 \ XtName.3 \ XtNameToWidget.3 \ - XtNew.3 \ - XtNewString.3 \ XtNextEvent.3 \ - XtNoticeSignal.3 \ - XtNumber.3 \ XtOffset.3 \ - XtOffsetOf.3 \ XtOpenApplication.3 \ - XtOpenDisplay.3 \ - XtOverrideTranslations.3 \ XtOwnSelection.3 \ - XtOwnSelectionIncremental.3 \ XtParent.3 \ XtParseAcceleratorTable.3 \ XtParseTranslationTable.3 \ - XtPeekEvent.3 \ - XtPending.3 \ XtPopdown.3 \ XtPopup.3 \ - XtPopupSpringLoaded.3 \ - XtProcessEvent.3 \ XtProcessLock.3 \ - XtProcessUnlock.3 \ XtQueryGeometry.3 \ XtRealizeWidget.3 \ - XtRealloc.3 \ - XtRegisterCaseConverter.3 \ XtRegisterDrawable.3 \ - XtRegisterExtensionSelector.3 \ XtRegisterGrabAction.3 \ - XtReleaseGC.3 \ - XtReleasePropertyAtom.3 \ - XtRemoveActionHook.3 \ - XtRemoveAllCallbacks.3 \ - XtRemoveBlockHook.3 \ - XtRemoveCallback.3 \ - XtRemoveCallbacks.3 \ - XtRemoveEventHandler.3 \ - XtRemoveEventTypeHandler.3 \ - XtRemoveGrab.3 \ - XtRemoveInput.3 \ - XtRemoveRawEventHandler.3 \ - XtRemoveSignal.3 \ - XtRemoveTimeOut.3 \ - XtRemoveWorkProc.3 \ XtReservePropertyAtom.3 \ - XtResizeWidget.3 \ XtResolvePathname.3 \ - XtScreen.3 \ - XtScreenDatabase.3 \ - XtScreenOfObject.3 \ - XtSendSelectionRequest.3 \ XtSessionGetToken.3 \ - XtSessionReturnToken.3 \ XtSetArg.3 \ - XtSetErrorHandler.3 \ - XtSetErrorMsgHandler.3 \ - XtSetEventDispatcher.3 \ XtSetKeyTranslator.3 \ XtSetKeyboardFocus.3 \ XtSetLanguageProc.3 \ - XtSetMappedWhenManaged.3 \ XtSetMultiClickTime.3 \ XtSetSelectionParameters.3 \ - XtSetSelectionTimeout.3 \ XtSetSensitive.3 \ - XtSetSubvalues.3 \ - XtSetTypeConverter.3 \ XtSetValues.3 \ XtSetWMColormapWindows.3 \ - XtSetWarningHandler.3 \ - XtSetWarningMsgHandler.3 \ XtStringConversionWarning.3 \ - XtSuperclass.3 \ - XtToolkitInitialize.3 \ XtToolkitThreadInitialize.3 \ XtTranslateCoords.3 \ - XtTranslateKeycode.3 \ - XtUngrabButton.3 \ - XtUngrabKey.3 \ - XtUngrabKeyboard.3 \ - XtUngrabPointer.3 \ - XtUninstallTranslations.3 \ - XtUnmanageChild.3 \ - XtUnmanageChildren.3 \ - XtUnmapWidget.3 \ - XtUnrealizeWidget.3 \ - XtUnregisterDrawable.3 \ - XtVaAppCreateShell.3 \ - XtVaAppInitialize.3 \ XtVaCreateArgsList.3 \ - XtVaCreateManagedWidget.3 \ - XtVaCreatePopupShell.3 \ - XtVaCreateWidget.3 \ - XtVaGetApplicationResources.3 \ - XtVaGetSubresources.3 \ - XtVaGetValues.3 \ - XtVaOpenApplication.3 \ - XtVaSetValues.3 \ - XtWarning.3 \ - XtWarningMsg.3 \ - XtWidgetToApplicationContext.3 \ - XtWindow.3 \ - XtWindowOfObject.3 \ - XtWindowToWidget.3 \ - Xutf8DrawImageString.3 \ - Xutf8DrawString.3 \ - Xutf8DrawText.3 \ - Xutf8LookupString.3 \ - Xutf8ResetIC.3 \ - Xutf8SetWMProperties.3 \ - Xutf8TextEscapement.3 \ - Xutf8TextExtents.3 \ - Xutf8TextListToTextProperty.3 \ - Xutf8TextPerCharExtents.3 \ - Xutf8TextPropertyToTextList.3 \ Xv.3 \ XvFreeAdaptorInfo.3 \ XvFreeEncodingInfo.3 \ @@ -1096,17 +467,173 @@ MAN3= AllPlanes.3 \ XvStopVideo.3 \ XvUngrabPort.3 \ XvVideoNotify.3 \ - XwcDrawImageString.3 \ - XwcDrawString.3 \ - XwcDrawText.3 \ - XwcFreeStringList.3 \ - XwcLookupString.3 \ - XwcResetIC.3 \ - XwcTextEscapement.3 \ - XwcTextExtents.3 \ - XwcTextListToTextProperty.3 \ - XwcTextPerCharExtents.3 \ - XwcTextPropertyToTextList.3 \ + glAccum.3 \ + glActiveTextureARB.3 \ + glAlphaFunc.3 \ + glAreTexturesResident.3 \ + glArrayElement.3 \ + glBegin.3 \ + glBindTexture.3 \ + glBitmap.3 \ + glBlendColor.3 \ + glBlendEquation.3 \ + glBlendFunc.3 \ + glCallList.3 \ + glCallLists.3 \ + glClear.3 \ + glClearAccum.3 \ + glClearColor.3 \ + glClearDepth.3 \ + glClearIndex.3 \ + glClearStencil.3 \ + glClientActiveTextureARB.3 \ + glClipPlane.3 \ + glColor.3 \ + glColorMask.3 \ + glColorMaterial.3 \ + glColorPointer.3 \ + glColorSubTable.3 \ + glColorTable.3 \ + glColorTableParameter.3 \ + glConvolutionFilter1D.3 \ + glConvolutionFilter2D.3 \ + glConvolutionParameter.3 \ + glCopyColorSubTable.3 \ + glCopyColorTable.3 \ + glCopyConvolutionFilter1D.3 \ + glCopyConvolutionFilter2D.3 \ + glCopyPixels.3 \ + glCopyTexImage1D.3 \ + glCopyTexImage2D.3 \ + glCopyTexSubImage1D.3 \ + glCopyTexSubImage2D.3 \ + glCopyTexSubImage3D.3 \ + glCullFace.3 \ + glDeleteLists.3 \ + glDeleteTextures.3 \ + glDepthFunc.3 \ + glDepthMask.3 \ + glDepthRange.3 \ + glDrawArrays.3 \ + glDrawBuffer.3 \ + glDrawElements.3 \ + glDrawPixels.3 \ + glDrawRangeElements.3 \ + glEdgeFlag.3 \ + glEdgeFlagPointer.3 \ + glEnable.3 \ + glEnableClientState.3 \ + glEvalCoord.3 \ + glEvalMesh.3 \ + glEvalPoint.3 \ + glFeedbackBuffer.3 \ + glFinish.3 \ + glFlush.3 \ + glFog.3 \ + glFrontFace.3 \ + glFrustum.3 \ + glGenLists.3 \ + glGenTextures.3 \ + glGet.3 \ + glGetClipPlane.3 \ + glGetColorTable.3 \ + glGetColorTableParameter.3 \ + glGetConvolutionFilter.3 \ + glGetConvolutionParameter.3 \ + glGetError.3 \ + glGetHistogram.3 \ + glGetHistogramParameter.3 \ + glGetLight.3 \ + glGetMap.3 \ + glGetMaterial.3 \ + glGetMinmax.3 \ + glGetMinmaxParameter.3 \ + glGetPixelMap.3 \ + glGetPointerv.3 \ + glGetPolygonStipple.3 \ + glGetSeparableFilter.3 \ + glGetString.3 \ + glGetTexEnv.3 \ + glGetTexGen.3 \ + glGetTexImage.3 \ + glGetTexLevelParameter.3 \ + glGetTexParameter.3 \ + glHint.3 \ + glHistogram.3 \ + glIndex.3 \ + glIndexMask.3 \ + glIndexPointer.3 \ + glInitNames.3 \ + glInterleavedArrays.3 \ + glIsEnabled.3 \ + glIsTexture.3 \ + glIslist.3 \ + glLight.3 \ + glLightModel.3 \ + glLineStipple.3 \ + glLineWidth.3 \ + glListBase.3 \ + glLoadIdentity.3 \ + glLoadMatrix.3 \ + glLoadName.3 \ + glLogicOp.3 \ + glMap1.3 \ + glMap2.3 \ + glMapGrid.3 \ + glMaterial.3 \ + glMatrixMode.3 \ + glMinmax.3 \ + glMultMatrix.3 \ + glMultiTexCoordARB.3 \ + glNewList.3 \ + glNormal.3 \ + glNormalPointer.3 \ + glOrtho.3 \ + glPassThrough.3 \ + glPixelMap.3 \ + glPixelStore.3 \ + glPixelTransfer.3 \ + glPixelZoom.3 \ + glPointSize.3 \ + glPolygonMode.3 \ + glPolygonOffset.3 \ + glPolygonStipple.3 \ + glPrioritizeTextures.3 \ + glPushAttrib.3 \ + glPushClientAttrib.3 \ + glPushMatrix.3 \ + glPushName.3 \ + glRasterPos.3 \ + glReadBuffer.3 \ + glReadPixels.3 \ + glRect.3 \ + glRenderMode.3 \ + glResetHistogram.3 \ + glResetMinmax.3 \ + glRotate.3 \ + glScale.3 \ + glScissor.3 \ + glSelectBuffer.3 \ + glSeparableFilter2D.3 \ + glShadeModel.3 \ + glStencilFunc.3 \ + glStencilMask.3 \ + glStencilOp.3 \ + glTexCoord.3 \ + glTexCoordPointer.3 \ + glTexEnv.3 \ + glTexGen.3 \ + glTexImage1D.3 \ + glTexImage2D.3 \ + glTexImage3D.3 \ + glTexParameter.3 \ + glTexSubImage1D.3 \ + glTexSubImage2D.3 \ + glTexSubImage3D.3 \ + glTranslate.3 \ + glVertex.3 \ + glVertexPointer.3 \ + glViewport.3 \ glXChooseVisual.3 \ glXCopyContext.3 \ glXCreateContext.3 \ @@ -1144,10 +671,6 @@ MAN3= AllPlanes.3 \ gluDeleteQuadric.3 \ gluDeleteTess.3 \ gluDisk.3 \ - gluEndCurve.3 \ - gluEndPolygon.3 \ - gluEndSurface.3 \ - gluEndTrim.3 \ gluErrorString.3 \ gluGetNurbsProperty.3 \ gluGetString.3 \ @@ -1179,7 +702,6 @@ MAN3= AllPlanes.3 \ gluTessBeginContour.3 \ gluTessBeginPolygon.3 \ gluTessCallback.3 \ - gluTessEndContour.3 \ gluTessEndPolygon.3 \ gluTessNormal.3 \ gluTessProperty.3 \ @@ -1220,9 +742,943 @@ MAN4= apm.4 \ wacom.4 MAN5= XF86Config.5 MAN7= X.7 \ - X.Org.7 \ XConsortium.7 \ XProjectTeam.7 \ XStandards.7 \ Xsecurity.7 +MLINKS= bitmap.1 atobm.1 \ + bitmap.1 bmtoa.1 \ + xtrap.1 xtrapchar.1 \ + xtrap.1 xtrapin.1 \ + xtrap.1 xtrapinfo.1 \ + xtrap.1 xtrapout.1 \ + xtrap.1 xtrapproto.1 \ + xtrap.1 xtrapreset.1 \ + xtrap.1 xtrapstats.1 \ + ImageByteOrder.3 BitmapBitOrder.3 \ + ImageByteOrder.3 BitmapPad.3 \ + ImageByteOrder.3 BitmapUnit.3 \ + AllPlanes.3 BlackPixel.3 \ + BlackPixelOfScreen.3 CellsOfScreen.3 \ + DisplayOfCCC.3 ClientWhitePointOfCCC.3 \ + AllPlanes.3 ConnectionNumber.3 \ + AllPlanes.3 DefaultColormap.3 \ + BlackPixelOfScreen.3 DefaultColormapOfScreen.3 \ + AllPlanes.3 DefaultDepth.3 \ + BlackPixelOfScreen.3 DefaultDepthOfScreen.3 \ + AllPlanes.3 DefaultGC.3 \ + BlackPixelOfScreen.3 DefaultGCOfScreen.3 \ + AllPlanes.3 DefaultRootWindow.3 \ + AllPlanes.3 DefaultScreen.3 \ + AllPlanes.3 DefaultScreenOfDisplay.3 \ + AllPlanes.3 DefaultVisual.3 \ + BlackPixelOfScreen.3 DefaultVisualOfScreen.3 \ + AllPlanes.3 DisplayCells.3 \ + ImageByteOrder.3 DisplayHeight.3 \ + ImageByteOrder.3 DisplayHeightMM.3 \ + BlackPixelOfScreen.3 DisplayOfScreen.3 \ + AllPlanes.3 DisplayPlanes.3 \ + AllPlanes.3 DisplayString.3 \ + ImageByteOrder.3 DisplayWidth.3 \ + ImageByteOrder.3 DisplayWidthMM.3 \ + BlackPixelOfScreen.3 DoesBackingStore.3 \ + BlackPixelOfScreen.3 DoesSaveUnders.3 \ + BlackPixelOfScreen.3 EventMaskOfScreen.3 \ + GLwDrawingArea.3 GLwMDrawingArea.3 \ + BlackPixelOfScreen.3 HeightMMOfScreen.3 \ + BlackPixelOfScreen.3 HeightOfScreen.3 \ + IsCursorKey.3 IsFunctionKey.3 \ + IsCursorKey.3 IsKeypadKey.3 \ + IsCursorKey.3 IsMiscFunctionKey.3 \ + IsCursorKey.3 IsModiferKey.3 \ + IsCursorKey.3 IsPFKey.3 \ + IsCursorKey.3 IsPrivateKeypadKey.3 \ + AllPlanes.3 LastKnownRequestProcessed.3 \ + BlackPixelOfScreen.3 MaxCmapsOfScreen.3 \ + XtPopdown.3 MenuPopdown.3 \ + XtPopup.3 MenuPopup.3 \ + BlackPixelOfScreen.3 MinCmapsOfScreen.3 \ + AllPlanes.3 NextRequest.3 \ + BlackPixelOfScreen.3 PlanesOfScreen.3 \ + AllPlanes.3 ProtocolRevision.3 \ + AllPlanes.3 ProtocolVersion.3 \ + AllPlanes.3 QLength.3 \ + AllPlanes.3 RootWindow.3 \ + BlackPixelOfScreen.3 RootWindowOfScreen.3 \ + AllPlanes.3 ScreenCount.3 \ + DisplayOfCCC.3 ScreenNumberOfCCC.3 \ + AllPlanes.3 ScreenOfDisplay.3 \ + DisplayOfCCC.3 ScreenWhitePointOfCCC.3 \ + AllPlanes.3 ServerVendor.3 \ + AllPlanes.3 VendorRelease.3 \ + DisplayOfCCC.3 VisualOfCCC.3 \ + AllPlanes.3 WhitePixel.3 \ + BlackPixelOfScreen.3 WhitePixelOfScreen.3 \ + BlackPixelOfScreen.3 WidthMMOfScreen.3 \ + BlackPixelOfScreen.3 WidthOfScreen.3 \ + XSetScreenSaver.3 XActivateScreenSaver.3 \ + XAddHost.3 XAddHosts.3 \ + XInitImage.3 XAddPixel.3 \ + XChangeSaveSet.3 XAddToSaveSet.3 \ + XAllocColor.3 XAllocColorCells.3 \ + XAllocColor.3 XAllocColorPlanes.3 \ + XAllocColor.3 XAllocNamedColor.3 \ + XDrawArc.3 XArc.3 \ + XChangeKeyboardControl.3 XAutoRepeatOff.3 \ + XChangeKeyboardControl.3 XAutoRepeatOn.3 \ + XFontsOfFontSet.3 XBaseFontNameListOfFontSet.3 \ + XChangeKeyboardControl.3 XBell.3 \ + XGrabPointer.3 XChangeActivePointerGrab.3 \ + XGetDeviceControl.3 XChangeDeviceControl.3 \ + XGetDeviceKeyMapping.3 XChangeDeviceKeyMapping.3 \ + XGetFeedbackControl.3 XChangeFeedbackControl.3 \ + XCreateGC.3 XChangeGC.3 \ + XGetWindowProperty.3 XChangeProperty.3 \ + XLoadFont.3 XChar2b.3 \ + XLoadFont.3 XCharStruct.3 \ + XIfEvent.3 XCheckIfEvent.3 \ + XNextEvent.3 XCheckMaskEvent.3 \ + XNextEvent.3 XCheckTypedEvent.3 \ + XNextEvent.3 XCheckTypedWindowEvent.3 \ + XNextEvent.3 XCheckWindowEvent.3 \ + XRaiseWindow.3 XCirculateSubwindows.3 \ + XRaiseWindow.3 XCirculateSubwindowsDown.3 \ + XRaiseWindow.3 XCirculateSubwindowsUp.3 \ + XAllocClassHint.3 XClassHint.3 \ + XClearArea.3 XClearWindow.3 \ + XPolygonRegion.3 XClipBox.3 \ + XOpenDevice.3 XCloseDevice.3 \ + XOpenDisplay.3 XCloseDisplay.3 \ + XOpenIM.3 XCloseIM.3 \ + XOpenOM.3 XCloseOM.3 \ + XCreateColormap.3 XColor.3 \ + XFontsOfFontSet.3 XContextDependentDrawing.3 \ + XFontsOfFontSet.3 XContextualDrawing.3 \ + XStringToKeysym.3 XConvertCase.3 \ + XSetSelectionOwner.3 XConvertSelection.3 \ + XCreateColormap.3 XCopyColormapAndFree.3 \ + XCreateGC.3 XCopyGC.3 \ + XCopyArea.3 XCopyPlane.3 \ + XReadBitmapFile.3 XCreateBitmapFromData.3 \ + XCreateFontCursor.3 XCreateGlyphCursor.3 \ + XInitImage.3 XCreateImage.3 \ + XCreateFontCursor.3 XCreatePixmapCursor.3 \ + XReadBitmapFile.3 XCreatePixmapFromBitmapData.3 \ + XCreateWindow.3 XCreateSimpleWindow.3 \ + XmbTextListToTextProperty.3 XDefaultString.3 \ + XSaveContext.3 XDeleteContext.3 \ + XChangeKeyboardMapping.3 XDeleteModifiermapEntry.3 \ + XGetWindowProperty.3 XDeleteProperty.3 \ + XCreateIC.3 XDestroyIC.3 \ + XInitImage.3 XDestroyImage.3 \ + XCreateOC.3 XDestroyOC.3 \ + XCreateRegion.3 XDestroyRegion.3 \ + XDestroyWindow.3 XDestroySubwindows.3 \ + XGetDeviceMotionEvents.3 XDeviceTimeCoord.3 \ + XFontsOfFontSet.3 XDirectionalDependentDrawing.3 \ + XAddHost.3 XDisableAccessControl.3 \ + XChangeKeyboardMapping.3 XDisplayKeycodes.3 \ + XSendEvent.3 XDisplayMotionBufferSize.3 \ + XSetErrorHandler.3 XDisplayName.3 \ + XOpenIM.3 XDisplayOfIM.3 \ + XOpenOM.3 XDisplayOfOM.3 \ + XDrawArc.3 XDrawArcs.3 \ + XDrawImageString.3 XDrawImageString16.3 \ + XDrawLine.3 XDrawLines.3 \ + XDrawPoint.3 XDrawPoints.3 \ + XDrawRectangle.3 XDrawRectangles.3 \ + XDrawLine.3 XDrawSegments.3 \ + XDrawString.3 XDrawString16.3 \ + XDrawText.3 XDrawText16.3 \ + XAddHost.3 XEnableAccessControl.3 \ + XEmptyRegion.3 XEqualRegion.3 \ + XAnyEvent.3 XEvent.3 \ + XFlush.3 XEventsQueued.3 \ + AllPlanes.3 XExtendedMaxRequestSize.3 \ + XF86VidMode.3 XF86VidModeDeleteModeLine.3 \ + XF86VidMode.3 XF86VidModeGetAllModeLines.3 \ + XF86VidMode.3 XF86VidModeGetModeLine.3 \ + XF86VidMode.3 XF86VidModeGetMonitor.3 \ + XF86VidMode.3 XF86VidModeGetViewPort.3 \ + XF86VidMode.3 XF86VidModeLockModeSwitch.3 \ + XF86VidMode.3 XF86VidModeModModeLine.3 \ + XF86VidMode.3 XF86VidModeQueryExtension.3 \ + XF86VidMode.3 XF86VidModeQueryVersion.3 \ + XF86VidMode.3 XF86VidModeSetViewPort.3 \ + XF86VidMode.3 XF86VidModeSwitchMode.3 \ + XF86VidMode.3 XF86VidModeSwitchToMode.3 \ + XF86VidMode.3 XF86VidModeValidateModeLine.3 \ + XStoreBytes.3 XFetchBuffer.3 \ + XStoreBytes.3 XFetchBytes.3 \ + XSetWMName.3 XFetchName.3 \ + XFillRectangle.3 XFillArc.3 \ + XFillRectangle.3 XFillArcs.3 \ + XFillRectangle.3 XFillPolygon.3 \ + XFillRectangle.3 XFillRectangles.3 \ + XSaveContext.3 XFindContext.3 \ + XLoadFont.3 XFontProp.3 \ + XLoadFont.3 XFontStruct.3 \ + XSetScreenSaver.3 XForceScreenSaver.3 \ + XCreateColormap.3 XFreeColormap.3 \ + XAllocColor.3 XFreeColors.3 \ + XRecolorCursor.3 XFreeCursor.3 \ + XListInputDevices.3 XFreeDeviceList.3 \ + XLoadFont.3 XFreeFont.3 \ + XListFonts.3 XFreeFontInfo.3 \ + XListFonts.3 XFreeFontNames.3 \ + XSetFontPath.3 XFreeFontPath.3 \ + XCreateFontSet.3 XFreeFontSet.3 \ + XCreateGC.3 XFreeGC.3 \ + XChangeKeyboardMapping.3 XFreeModifierMap.3 \ + XCreatePixmap.3 XFreePixmap.3 \ + XStringListToTextProperty.3 XFreeStringList.3 \ + XCreateGC.3 XGCValues.3 \ + XCreateGC.3 XGContextFromGC.3 \ + XInternAtom.3 XGetAtomName.3 \ + XInternAtom.3 XGetAtomNames.3 \ + XAllocClassHint.3 XGetClassHint.3 \ + XSetCommand.3 XGetCommand.3 \ + XSetDeviceButtonMapping.3 XGetDeviceButtonMapping.3 \ + XChangeDeviceDontPropagateList.3 XGetDeviceDontPropagateList.3 \ + XSetDeviceFocus.3 XGetDeviceFocus.3 \ + XSetErrorHandler.3 XGetErrorDatabaseText.3 \ + XSetErrorHandler.3 XGetErrorText.3 \ + XSetFontPath.3 XGetFontPath.3 \ + XLoadFont.3 XGetFontProperty.3 \ + XCreateGC.3 XGetGCValues.3 \ + XGetWindowAttributes.3 XGetGeometry.3 \ + XSetICValues.3 XGetICValues.3 \ + XOpenIM.3 XGetIMValues.3 \ + XSetWMIconName.3 XGetIconName.3 \ + XAllocIconSize.3 XGetIconSizes.3 \ + XPutImage.3 XGetImage.3 \ + XSetInputFocus.3 XGetInputFocus.3 \ + XChangeKeyboardControl.3 XGetKeyboardControl.3 \ + XChangeKeyboardMapping.3 XGetKeyboardMapping.3 \ + XChangeKeyboardMapping.3 XGetModifierMapping.3 \ + XSendEvent.3 XGetMotionEvents.3 \ + XCreateOC.3 XGetOCValues.3 \ + XOpenOM.3 XGetOMValues.3 \ + XInitImage.3 XGetPixel.3 \ + XChangePointerControl.3 XGetPointerControl.3 \ + XSetPointerMapping.3 XGetPointerMapping.3 \ + XAllocStandardColormap.3 XGetRGBColormaps.3 \ + XSetScreenSaver.3 XGetScreenSaver.3 \ + XSelectExtensionEvent.3 XGetSelectedExtensionEvents.3 \ + XSetSelectionOwner.3 XGetSelectionOwner.3 \ + XPutImage.3 XGetSubImage.3 \ + XSetTextProperty.3 XGetTextProperty.3 \ + XSetTransientForHint.3 XGetTransientForHint.3 \ + XSetWMClientMachine.3 XGetWMClientMachine.3 \ + XSetWMColormapWindows.3 XGetWMColormapWindows.3 \ + XAllocWMHints.3 XGetWMHints.3 \ + XSetWMIconName.3 XGetWMIconName.3 \ + XSetWMName.3 XGetWMName.3 \ + XAllocSizeHints.3 XGetWMNormalHints.3 \ + XSetWMProtocols.3 XGetWMProtocols.3 \ + XAllocSizeHints.3 XGetWMSizeHints.3 \ + XAddHost.3 XHostAddress.3 \ + XCreateIC.3 XIMOfIC.3 \ + XAllocIconSize.3 XIconSize.3 \ + XChangeKeyboardMapping.3 XInsertModifiermapEntry.3 \ + XInternAtom.3 XInternAtoms.3 \ + XAddConnectionWatch.3 XInternalConnectionNumbers.3 \ + XButtonEvent.3 XKeyEvent.3 \ + XChangeKeyboardControl.3 XKeyboardControl.3 \ + XStringToKeysym.3 XKeycodeToKeysym.3 \ + XStringToKeysym.3 XKeysymToKeycode.3 \ + XStringToKeysym.3 XKeysymToString.3 \ + XSetCloseDownMode.3 XKillClient.3 \ + AllPlanes.3 XListDepths.3 \ + XListFonts.3 XListFontsWithInfo.3 \ + XAddHost.3 XListHosts.3 \ + XInstallColormap.3 XListInstalledColormaps.3 \ + ImageByteOrder.3 XListPixmapFormats.3 \ + XGetWindowProperty.3 XListProperties.3 \ + XLoadFont.3 XLoadQueryFont.3 \ + XFontsOfFontSet.3 XLocaleOfFontSet.3 \ + XOpenIM.3 XLocaleOfIM.3 \ + XOpenOM.3 XLocaleOfOM.3 \ + XInitThreads.3 XLockDisplay.3 \ + XQueryColor.3 XLookupColor.3 \ + XLookupKeysym.3 XLookupString.3 \ + XRaiseWindow.3 XLowerWindow.3 \ + XMapWindow.3 XMapRaised.3 \ + XMapWindow.3 XMapSubwindows.3 \ + XMapEvent.3 XMappingEvent.3 \ + XNextEvent.3 XMaskEvent.3 \ + XGetVisualInfo.3 XMatchVisualInfo.3 \ + AllPlanes.3 XMaxRequestSize.3 \ + XChangeKeyboardMapping.3 XModifierKeymap.3 \ + XButtonEvent.3 XMotionEvent.3 \ + XConfigureWindow.3 XMoveResizeWindow.3 \ + XConfigureWindow.3 XMoveWindow.3 \ + XChangeKeyboardMapping.3 XNewModifiermap.3 \ + XGraphicsExposeEvent.3 XNoExposeEvent.3 \ + XCreateOC.3 XOMOfOC.3 \ + XIntersectRegion.3 XOffsetRegion.3 \ + XQueryColor.3 XParseColor.3 \ + XNextEvent.3 XPeekEvent.3 \ + XIfEvent.3 XPeekIfEvent.3 \ + XFlush.3 XPending.3 \ + ImageByteOrder.3 XPixmapFormatValues.3 \ + XDrawPoint.3 XPoint.3 \ + XEmptyRegion.3 XPointInRegion.3 \ + XAddConnectionWatch.3 XProcessInternalConnection.3 \ + XInitImage.3 XPutPixel.3 \ + XRecolorCursor.3 XQueryBestCursor.3 \ + XQueryBestSize.3 XQueryBestStipple.3 \ + XQueryBestSize.3 XQueryBestTile.3 \ + XQueryColor.3 XQueryColors.3 \ + XLoadFont.3 XQueryFont.3 \ + XChangeKeyboardControl.3 XQueryKeymap.3 \ + XTextExtents.3 XQueryTextExtents.3 \ + XTextExtents.3 XQueryTextExtents16.3 \ + XReadBitmapFile.3 XReadBitmapFileData.3 \ + XLookupKeysym.3 XRebindKeySym.3 \ + XIconifyWindow.3 XReconfigureWMWindow.3 \ + XEmptyRegion.3 XRectInRegion.3 \ + XDrawRectangle.3 XRectangle.3 \ + XLookupKeysym.3 XRefreshKeyboardMapping.3 \ + XOpenIM.3 XRegisterIMInstantiateCallback.3 \ + XAddConnectionWatch.3 XRemoveConnectionWatch.3 \ + XChangeSaveSet.3 XRemoveFromSaveSet.3 \ + XAddHost.3 XRemoveHost.3 \ + XAddHost.3 XRemoveHosts.3 \ + XSetScreenSaver.3 XResetScreenSaver.3 \ + XConfigureWindow.3 XResizeWindow.3 \ + XRaiseWindow.3 XRestackWindows.3 \ + XStoreBytes.3 XRotateBuffers.3 \ + XGetWindowProperty.3 XRotateWindowProperties.3 \ + BlackPixelOfScreen.3 XScreenNumberOfScreen.3 \ + XResourceManagerString.3 XScreenResourceString.3 \ + XDrawLine.3 XSegment.3 \ + XAddHost.3 XSetAccessControl.3 \ + XSynchronize.3 XSetAfterFunction.3 \ + XSetState.3 XSetBackground.3 \ + XAllocClassHint.3 XSetClassHint.3 \ + XSetClipOrigin.3 XSetClipMask.3 \ + XSetClipOrigin.3 XSetClipRectangles.3 \ + XSetLineAttributes.3 XSetDashes.3 \ + XGetDeviceModifierMapping.3 XSetDeviceModifierMapping.3 \ + XSetFillStyle.3 XSetFillRule.3 \ + XSetState.3 XSetForeground.3 \ + XSetState.3 XSetFunction.3 \ + XSetArcMode.3 XSetGraphicsExposure.3 \ + XOpenIM.3 XSetIMValues.3 \ + XSetErrorHandler.3 XSetIOErrorHandler.3 \ + XSetWMIconName.3 XSetIconName.3 \ + XAllocIconSize.3 XSetIconSizes.3 \ + XSupportsLocale.3 XSetLocaleModifiers.3 \ + XChangeKeyboardMapping.3 XSetModifierMapping.3 \ + XCreateOC.3 XSetOCValues.3 \ + XOpenOM.3 XSetOMValues.3 \ + XSetState.3 XSetPlaneMask.3 \ + XAllocStandardColormap.3 XSetRGBColormaps.3 \ + XCreateRegion.3 XSetRegion.3 \ + XSetTile.3 XSetStipple.3 \ + XSetArcMode.3 XSetSubwindowMode.3 \ + XSetTile.3 XSetTSOrigin.3 \ + XAllocWMHints.3 XSetWMHints.3 \ + XAllocSizeHints.3 XSetWMNormalHints.3 \ + XAllocSizeHints.3 XSetWMSizeHints.3 \ + XCreateWindow.3 XSetWindowAttributes.3 \ + XChangeWindowAttributes.3 XSetWindowBackground.3 \ + XChangeWindowAttributes.3 XSetWindowBackgroundPixmap.3 \ + XChangeWindowAttributes.3 XSetWindowBorder.3 \ + XChangeWindowAttributes.3 XSetWindowBorderPixmap.3 \ + XConfigureWindow.3 XSetWindowBorderWidth.3 \ + XChangeWindowAttributes.3 XSetWindowColormap.3 \ + XShapeQueryExtension.3 XShapeCombineMask.3 \ + XShapeQueryExtension.3 XShapeCombineRectangles.3 \ + XShapeQueryExtension.3 XShapeCombineRegion.3 \ + XShapeQueryExtension.3 XShapeCombineShape.3 \ + XShapeQueryExtension.3 XShapeGetRectangles.3 \ + XShapeQueryExtension.3 XShapeInputSelected.3 \ + XShapeQueryExtension.3 XShapeOffsetShape.3 \ + XShapeQueryExtension.3 XShapeQueryExtents.3 \ + XShapeQueryExtension.3 XShapeQueryVersion.3 \ + XShapeQueryExtension.3 XShapeSelectInput.3 \ + XIntersectRegion.3 XShrinkRegion.3 \ + XAllocSizeHints.3 XSizeHints.3 \ + XAllocStandardColormap.3 XStandardColormap.3 \ + XStoreBytes.3 XStoreBuffer.3 \ + XStoreColors.3 XStoreColor.3 \ + XSetWMName.3 XStoreName.3 \ + XStoreColors.3 XStoreNamedColor.3 \ + XInitImage.3 XSubImage.3 \ + XIntersectRegion.3 XSubtractRegion.3 \ + XFlush.3 XSync.3 \ + XTextExtents.3 XTextExtents16.3 \ + XDrawText.3 XTextItem.3 \ + XDrawText.3 XTextItem16.3 \ + XStringListToTextProperty.3 XTextProperty.3 \ + XStringListToTextProperty.3 XTextPropertyToStringList.3 \ + XTextWidth.3 XTextWidth16.3 \ + XSendEvent.3 XTimeCoord.3 \ + XDefineCursor.3 XUndefineCursor.3 \ + XGrabButton.3 XUngrabButton.3 \ + XGrabDevice.3 XUngrabDevice.3 \ + XGrabDeviceButton.3 XUngrabDeviceButton.3 \ + XGrabDeviceKey.3 XUngrabDeviceKey.3 \ + XGrabKey.3 XUngrabKey.3 \ + XGrabKeyboard.3 XUngrabKeyboard.3 \ + XGrabPointer.3 XUngrabPointer.3 \ + XGrabServer.3 XUngrabServer.3 \ + XInstallColormap.3 XUninstallColormap.3 \ + XIntersectRegion.3 XUnionRectWithRegion.3 \ + XIntersectRegion.3 XUnionRegion.3 \ + XSaveContext.3 XUniqueContext.3 \ + XLoadFont.3 XUnloadFont.3 \ + XInitThreads.3 XUnlockDisplay.3 \ + XUnmapWindow.3 XUnmapSubwindows.3 \ + XOpenIM.3 XUnregisterIMInstantiateCallback.3 \ + XSetICFocus.3 XUnsetICFocus.3 \ + XGetVisualInfo.3 XVisualIDFromVisual.3 \ + XGetVisualInfo.3 XVisualInfo.3 \ + XParseGeometry.3 XWMGeometry.3 \ + XAllocWMHints.3 XWMHints.3 \ + XGetWindowAttributes.3 XWindowAttributes.3 \ + XConfigureWindow.3 XWindowChanges.3 \ + XNextEvent.3 XWindowEvent.3 \ + XIconifyWindow.3 XWithdrawWindow.3 \ + XReadBitmapFile.3 XWriteBitmapFile.3 \ + XIntersectRegion.3 XXorRegion.3 \ + Xau.3 XauDisposeAuth.3 \ + Xau.3 XauFileName.3 \ + Xau.3 XauGetAuthByAddr.3 \ + Xau.3 XauGetBestAuthByAddr.3 \ + Xau.3 XauLockAuth.3 \ + Xau.3 XauReadAuth.3 \ + Xau.3 XauUnlockAuth.3 \ + Xau.3 XauWriteAuth.3 \ + XcmsAllocColor.3 XcmsAllocNamedColor.3 \ + XcmsColor.3 XcmsCIELab.3 \ + XcmsCIELabQueryMaxC.3 XcmsCIELabQueryMaxL.3 \ + XcmsCIELabQueryMaxC.3 XcmsCIELabQueryMaxLC.3 \ + XcmsCIELabQueryMaxC.3 XcmsCIELabQueryMinL.3 \ + XcmsColor.3 XcmsCIELuv.3 \ + XcmsCIELuvQueryMaxC.3 XcmsCIELuvQueryMaxL.3 \ + XcmsCIELuvQueryMaxC.3 XcmsCIELuvQueryMaxLC.3 \ + XcmsCIELuvQueryMaxC.3 XcmsCIELuvQueryMinL.3 \ + XcmsColor.3 XcmsCIEXYZ.3 \ + XcmsColor.3 XcmsCIEuvY.3 \ + XcmsColor.3 XcmsCIExyY.3 \ + XcmsCreateCCC.3 XcmsFreeCCC.3 \ + XcmsQueryColor.3 XcmsLookupColor.3 \ + XcmsColor.3 XcmsPad.3 \ + XcmsQueryBlack.3 XcmsQueryBlue.3 \ + XcmsQueryColor.3 XcmsQueryColors.3 \ + XcmsQueryBlack.3 XcmsQueryGreen.3 \ + XcmsQueryBlack.3 XcmsQueryRed.3 \ + XcmsQueryBlack.3 XcmsQueryWhite.3 \ + XcmsColor.3 XcmsRGB.3 \ + XcmsColor.3 XcmsRGBi.3 \ + XcmsCCCOfColormap.3 XcmsSetCCCOfColormap.3 \ + XcmsSetWhitePoint.3 XcmsSetWhiteAdjustProc.3 \ + XcmsStoreColor.3 XcmsStoreColors.3 \ + XcmsColor.3 XcmsTekHVC.3 \ + XcmsTekHVCQueryMaxC.3 XcmsTekHVCQueryMaxV.3 \ + XcmsTekHVCQueryMaxC.3 XcmsTekHVCQueryMaxVC.3 \ + XcmsTekHVCQueryMaxC.3 XcmsTekHVCQueryMaxVSamples.3 \ + XcmsTekHVCQueryMaxC.3 XcmsTekHVCQueryMinV.3 \ + XeviQueryVersion.3 XeviGetVisualInfo.3 \ + XeviQueryVersion.3 XeviQueryExtension.3 \ + XSetWMProperties.3 XmbSetWMProperties.3 \ + XmbTextListToTextProperty.3 XmbTextPropertyToTextList.3 \ + XmbufQueryExtension.3 XmbufChangeBufferAttributes.3 \ + XmbufQueryExtension.3 XmbufChangeWindowAttributes.3 \ + XmbufQueryExtension.3 XmbufCreateBuffers.3 \ + XmbufQueryExtension.3 XmbufCreateStereoWindow.3 \ + XmbufQueryExtension.3 XmbufDestroyBuffers.3 \ + XmbufQueryExtension.3 XmbufDisplayBuffers.3 \ + XmbufQueryExtension.3 XmbufGetBufferAttributes.3 \ + XmbufQueryExtension.3 XmbufGetScreenInfo.3 \ + XmbufQueryExtension.3 XmbufGetVersion.3 \ + XmbufQueryExtension.3 XmbufGetWindowAttributes.3 \ + XrmMergeDatabases.3 XrmCombineDatabase.3 \ + XrmMergeDatabases.3 XrmCombineFileDatabase.3 \ + XrmGetFileDatabase.3 XrmDestroyDatabase.3 \ + XrmGetFileDatabase.3 XrmGetDatabase.3 \ + XrmGetFileDatabase.3 XrmGetStringDatabase.3 \ + XrmGetFileDatabase.3 XrmLocaleOfDatabase.3 \ + XrmInitialize.3 XrmOptionDescRec.3 \ + XrmInitialize.3 XrmOptionKind.3 \ + XrmInitialize.3 XrmParseCommand.3 \ + XrmUniqueQuark.3 XrmPermStringToQuark.3 \ + XrmGetFileDatabase.3 XrmPutFileDatabase.3 \ + XrmPutResource.3 XrmPutLineResource.3 \ + XrmPutResource.3 XrmPutStringResource.3 \ + XrmGetResource.3 XrmQGetResource.3 \ + XrmGetResource.3 XrmQGetSearchList.3 \ + XrmGetResource.3 XrmQGetSearchResource.3 \ + XrmPutResource.3 XrmQPutResource.3 \ + XrmPutResource.3 XrmQPutStringResource.3 \ + XrmUniqueQuark.3 XrmQuarkToString.3 \ + XrmGetFileDatabase.3 XrmSetDatabase.3 \ + XrmUniqueQuark.3 XrmStringToBindingQuarkList.3 \ + XrmUniqueQuark.3 XrmStringToQuark.3 \ + XrmUniqueQuark.3 XrmStringToQuarkList.3 \ + XrmInitialize.3 XrmValue.3 \ + XtAddCallback.3 XtAddCallbacks.3 \ + XtAppAddConverter.3 XtAddConverter.3 \ + XtAddEventHandler.3 XtAddRawEventHandler.3 \ + XtAddInput.3 XtAddTimeOut.3 \ + XtAddInput.3 XtAddTimeout.3 \ + XtAppAddTimeOut.3 XtAppAddTimeout.3 \ + XtAppGetErrorDatabase.3 XtAppGetErrorDatabaseText.3 \ + XtAppSetExitFlag.3 XtAppGetExitFlag.3 \ + XtAppNextEvent.3 XtAppMainLoop.3 \ + XtAppNextEvent.3 XtAppPeekEvent.3 \ + XtAppNextEvent.3 XtAppPending.3 \ + XtAppNextEvent.3 XtAppProcessEvent.3 \ + XtAppError.3 XtAppSetErrorHandler.3 \ + XtAppErrorMsg.3 XtAppSetErrorMsgHandler.3 \ + XtAppGetSelectionTimeout.3 XtAppSetSelectionTimeout.3 \ + XtAppError.3 XtAppSetWarningHandler.3 \ + XtAppErrorMsg.3 XtAppSetWarningMsgHandler.3 \ + XtAppLock.3 XtAppUnlock.3 \ + XtAppError.3 XtAppWarning.3 \ + XtAppErrorMsg.3 XtAppWarningMsg.3 \ + XtParseTranslationTable.3 XtAugmentTranslations.3 \ + XtCallCallbacks.3 XtCallCallbackList.3 \ + XtConvertAndStore.3 XtCallConverter.3 \ + XtPopup.3 XtCallbackExclusive.3 \ + XtPopup.3 XtCallbackNone.3 \ + XtPopup.3 XtCallbackNonexclusive.3 \ + XtPopdown.3 XtCallbackPopdown.3 \ + XtMalloc.3 XtCalloc.3 \ + XtCreateSelectionRequest.3 XtCancelSelectionRequest.3 \ + XtManageChildren.3 XtChangeManagedSet.3 \ + XtClass.3 XtCheckSubclass.3 \ + XtDisplayInitialize.3 XtCloseDisplay.3 \ + XtSetKeyTranslator.3 XtConvertCase.3 \ + XtCreateWidget.3 XtCreateManagedWidget.3 \ + XtDisplayInitialize.3 XtDatabase.3 \ + XtCreateApplicationContext.3 XtDestroyApplicationContext.3 \ + XtCreateWidget.3 XtDestroyWidget.3 \ + XtConvert.3 XtDirectConvert.3 \ + XtOwnSelection.3 XtDisownSelection.3 \ + XtAppNextEvent.3 XtDispatchEvent.3 \ + XtInsertEventTypeHandler.3 XtDispatchEventToWidget.3 \ + XtDisplay.3 XtDisplayOfObject.3 \ + XtMalloc.3 XtFree.3 \ + XtGetResourceList.3 XtGetConstraintResourceList.3 \ + XtGetErrorDatabase.3 XtGetErrorDatabaseText.3 \ + XtSetMultiClickTime.3 XtGetMultiClickTime.3 \ + XtGetSelectionValue.3 XtGetSelectionValues.3 \ + XtGetSelectionValueIncremental.3 XtGetSelectionValuesIncremental.3 \ + XtSetValues.3 XtGetSubvalues.3 \ + XtSetValues.3 XtGetValues.3 \ + XtGrabKey.3 XtGrabButton.3 \ + XtGrabKey.3 XtGrabKeyboard.3 \ + XtGrabKey.3 XtGrabPointer.3 \ + XtCallCallbacks.3 XtHasCallbacks.3 \ + XtAddEventHandler.3 XtInsertEventHandler.3 \ + XtAddEventHandler.3 XtInsertRawEventHandler.3 \ + XtParseAcceleratorTable.3 XtInstallAccelerators.3 \ + XtParseAcceleratorTable.3 XtInstallAllAccelerators.3 \ + XtClass.3 XtIsApplicationShell.3 \ + XtClass.3 XtIsComposite.3 \ + XtClass.3 XtIsConstraint.3 \ + XtManageChildren.3 XtIsManaged.3 \ + XtClass.3 XtIsObject.3 \ + XtClass.3 XtIsOverrideShell.3 \ + XtRealizeWidget.3 XtIsRealized.3 \ + XtClass.3 XtIsRectObj.3 \ + XtSetSensitive.3 XtIsSensitive.3 \ + XtClass.3 XtIsSessionShell.3 \ + XtClass.3 XtIsShell.3 \ + XtClass.3 XtIsSubclass.3 \ + XtClass.3 XtIsTopLevelShell.3 \ + XtClass.3 XtIsTransientShell.3 \ + XtClass.3 XtIsVendorShell.3 \ + XtClass.3 XtIsWMShell.3 \ + XtClass.3 XtIsWidget.3 \ + XtGetKeysymTable.3 XtKeysymToKeycodeList.3 \ + XtLastEventProcessed.3 XtLastTimestampProcessed.3 \ + XtNextEvent.3 XtMainLoop.3 \ + XtMakeGeometryRequest.3 XtMakeResizeRequest.3 \ + XtManageChildren.3 XtManageChild.3 \ + XtSetArg.3 XtMergeArgLists.3 \ + XtConfigureWidget.3 XtMoveWidget.3 \ + XtMalloc.3 XtNew.3 \ + XtMalloc.3 XtNewString.3 \ + XtAppAddSignal.3 XtNoticeSignal.3 \ + XtOffset.3 XtNumber.3 \ + XtOffset.3 XtOffsetOf.3 \ + XtDisplayInitialize.3 XtOpenDisplay.3 \ + XtParseTranslationTable.3 XtOverrideTranslations.3 \ + XtOwnSelection.3 XtOwnSelectionIncremental.3 \ + XtNextEvent.3 XtPeekEvent.3 \ + XtNextEvent.3 XtPending.3 \ + XtPopup.3 XtPopupSpringLoaded.3 \ + XtNextEvent.3 XtProcessEvent.3 \ + XtProcessLock.3 XtProcessUnlock.3 \ + XtMalloc.3 XtRealloc.3 \ + XtSetKeyTranslator.3 XtRegisterCaseConverter.3 \ + XtInsertEventTypeHandler.3 XtRegisterExtensionSelector.3 \ + XtGetGC.3 XtReleaseGC.3 \ + XtReservePropertyAtom.3 XtReleasePropertyAtom.3 \ + XtAppAddActionHook.3 XtRemoveActionHook.3 \ + XtAddCallback.3 XtRemoveAllCallbacks.3 \ + XtAppAddBlockHook.3 XtRemoveBlockHook.3 \ + XtAddCallback.3 XtRemoveCallback.3 \ + XtAddCallback.3 XtRemoveCallbacks.3 \ + XtAddEventHandler.3 XtRemoveEventHandler.3 \ + XtInsertEventTypeHandler.3 XtRemoveEventTypeHandler.3 \ + XtAddGrab.3 XtRemoveGrab.3 \ + XtAppAddInput.3 XtRemoveInput.3 \ + XtAddEventHandler.3 XtRemoveRawEventHandler.3 \ + XtAppAddSignal.3 XtRemoveSignal.3 \ + XtAppAddTimeOut.3 XtRemoveTimeOut.3 \ + XtAppAddWorkProc.3 XtRemoveWorkProc.3 \ + XtConfigureWidget.3 XtResizeWidget.3 \ + XtDisplay.3 XtScreen.3 \ + XtDisplayInitialize.3 XtScreenDatabase.3 \ + XtDisplay.3 XtScreenOfObject.3 \ + XtCreateSelectionRequest.3 XtSendSelectionRequest.3 \ + XtSessionGetToken.3 XtSessionReturnToken.3 \ + XtError.3 XtSetErrorHandler.3 \ + XtErrorMsg.3 XtSetErrorMsgHandler.3 \ + XtInsertEventTypeHandler.3 XtSetEventDispatcher.3 \ + XtMapWidget.3 XtSetMappedWhenManaged.3 \ + XtGetSelectionTimeout.3 XtSetSelectionTimeout.3 \ + XtSetValues.3 XtSetSubvalues.3 \ + XtAppSetTypeConverter.3 XtSetTypeConverter.3 \ + XtError.3 XtSetWarningHandler.3 \ + XtErrorMsg.3 XtSetWarningMsgHandler.3 \ + XtClass.3 XtSuperclass.3 \ + XtCreateApplicationContext.3 XtToolkitInitialize.3 \ + XtSetKeyTranslator.3 XtTranslateKeycode.3 \ + XtGrabKey.3 XtUngrabButton.3 \ + XtGrabKey.3 XtUngrabKey.3 \ + XtGrabKey.3 XtUngrabKeyboard.3 \ + XtGrabKey.3 XtUngrabPointer.3 \ + XtParseTranslationTable.3 XtUninstallTranslations.3 \ + XtManageChildren.3 XtUnmanageChild.3 \ + XtManageChildren.3 XtUnmanageChildren.3 \ + XtMapWidget.3 XtUnmapWidget.3 \ + XtRealizeWidget.3 XtUnrealizeWidget.3 \ + XtRegisterDrawable.3 XtUnregisterDrawable.3 \ + XtAppCreateShell.3 XtVaAppCreateShell.3 \ + XtAppInitialize.3 XtVaAppInitialize.3 \ + XtCreateWidget.3 XtVaCreateManagedWidget.3 \ + XtCreatePopupShell.3 XtVaCreatePopupShell.3 \ + XtCreateWidget.3 XtVaCreateWidget.3 \ + XtGetApplicationResources.3 XtVaGetApplicationResources.3 \ + XtGetSubresources.3 XtVaGetSubresources.3 \ + XtSetValues.3 XtVaGetSubvalues.3 \ + XtSetValues.3 XtVaGetValues.3 \ + XtOpenApplication.3 XtVaOpenApplication.3 \ + XtSetValues.3 XtVaSetSubvalues.3 \ + XtSetValues.3 XtVaSetValues.3 \ + XtError.3 XtWarning.3 \ + XtErrorMsg.3 XtWarningMsg.3 \ + XtCreateApplicationContext.3 XtWidgetToApplicationContext.3 \ + XtDisplay.3 XtWindow.3 \ + XtDisplay.3 XtWindowOfObject.3 \ + XtNameToWidget.3 XtWindowToWidget.3 \ + XmbDrawImageString.3 Xutf8DrawImageString.3 \ + XmbDrawString.3 Xutf8DrawString.3 \ + XmbDrawText.3 Xutf8DrawText.3 \ + XmbLookupString.3 Xutf8LookupString.3 \ + XmbResetIC.3 Xutf8ResetIC.3 \ + XSetWMProperties.3 Xutf8SetWMProperties.3 \ + XmbTextEscapement.3 Xutf8TextEscapement.3 \ + XmbTextExtents.3 Xutf8TextExtents.3 \ + XmbTextListToTextProperty.3 Xutf8TextListToTextProperty.3 \ + XmbTextPerCharExtents.3 Xutf8TextPerCharExtents.3 \ + XmbTextListToTextProperty.3 Xutf8TextPropertyToTextList.3 \ + XmbDrawImageString.3 XwcDrawImageString.3 \ + XmbDrawString.3 XwcDrawString.3 \ + XmbDrawText.3 XwcDrawText.3 \ + XmbTextListToTextProperty.3 XwcFreeStringList.3 \ + XmbLookupString.3 XwcLookupString.3 \ + XmbResetIC.3 XwcResetIC.3 \ + XmbTextEscapement.3 XwcTextEscapement.3 \ + XmbTextExtents.3 XwcTextExtents.3 \ + XmbTextListToTextProperty.3 XwcTextListToTextProperty.3 \ + XmbTextPerCharExtents.3 XwcTextPerCharExtents.3 \ + XmbTextListToTextProperty.3 XwcTextPropertyToTextList.3 \ + glColor.3 glColor3b.3 \ + glColor.3 glColor3bv.3 \ + glColor.3 glColor3d.3 \ + glColor.3 glColor3dv.3 \ + glColor.3 glColor3f.3 \ + glColor.3 glColor3fv.3 \ + glColor.3 glColor3i.3 \ + glColor.3 glColor3iv.3 \ + glColor.3 glColor3s.3 \ + glColor.3 glColor3sv.3 \ + glColor.3 glColor3ub.3 \ + glColor.3 glColor3ubv.3 \ + glColor.3 glColor3ui.3 \ + glColor.3 glColor3uiv.3 \ + glColor.3 glColor3us.3 \ + glColor.3 glColor3usv.3 \ + glColor.3 glColor4b.3 \ + glColor.3 glColor4bv.3 \ + glColor.3 glColor4d.3 \ + glColor.3 glColor4dv.3 \ + glColor.3 glColor4f.3 \ + glColor.3 glColor4fv.3 \ + glColor.3 glColor4i.3 \ + glColor.3 glColor4iv.3 \ + glColor.3 glColor4s.3 \ + glColor.3 glColor4sv.3 \ + glColor.3 glColor4ub.3 \ + glColor.3 glColor4ubv.3 \ + glColor.3 glColor4ui.3 \ + glColor.3 glColor4uiv.3 \ + glColor.3 glColor4us.3 \ + glColor.3 glColor4usv.3 \ + glColorTableParameter.3 glColorTableParameterfv.3 \ + glColorTableParameter.3 glColorTableParameteriv.3 \ + glEnable.3 glDisable.3 \ + glEnableClientState.3 glDisableClientState.3 \ + glEdgeFlag.3 glEdgeFlagv.3 \ + glBegin.3 glEnd.3 \ + glNewList.3 glEndList.3 \ + glEvalCoord.3 glEvalCoord1d.3 \ + glEvalCoord.3 glEvalCoord1dv.3 \ + glEvalCoord.3 glEvalCoord1fv.3 \ + glEvalCoord.3 glEvalCoord2d.3 \ + glEvalCoord.3 glEvalCoord2dv.3 \ + glEvalCoord.3 glEvalCoord2f.3 \ + glEvalCoord.3 glEvalCoord2fv.3 \ + glEvalMesh.3 glEvalMesh1.3 \ + glEvalMesh.3 glEvalMesh2.3 \ + glEvalPoint.3 glEvalPoint1.3 \ + glEvalPoint.3 glEvalPoint2.3 \ + glFog.3 glFogf.3 \ + glFog.3 glFogfv.3 \ + glFog.3 glFogi.3 \ + glFog.3 glFogiv.3 \ + glGet.3 glGetBooleanv.3 \ + glGetColorTableParameter.3 glGetColorTableParameterfv.3 \ + glGetColorTableParameter.3 glGetColorTableParameteriv.3 \ + glGet.3 glGetDoublev.3 \ + glGet.3 glGetFloatv.3 \ + glGet.3 glGetIntegerv.3 \ + glGetLight.3 glGetLightfv.3 \ + glGetLight.3 glGetLightiv.3 \ + glGetMap.3 glGetMapdv.3 \ + glGetMap.3 glGetMapfv.3 \ + glGetMap.3 glGetMapiv.3 \ + glGetMaterial.3 glGetMaterialfv.3 \ + glGetMaterial.3 glGetMaterialiv.3 \ + glGetPixelMap.3 glGetPixelMapfv.3 \ + glGetPixelMap.3 glGetPixelMapuiv.3 \ + glGetPixelMap.3 glGetPixelMapusv.3 \ + glGetTexEnv.3 glGetTexEnvfv.3 \ + glGetTexEnv.3 glGetTexEnviv.3 \ + glGetTexGen.3 glGetTexGendv.3 \ + glGetTexGen.3 glGetTexGenfv.3 \ + glGetTexGen.3 glGetTexGeniv.3 \ + glGetTexLevelParameter.3 glGetTexLevelParameterfv.3 \ + glGetTexLevelParameter.3 glGetTexLevelParameteriv.3 \ + glGetTexParameter.3 glGetTexParameterfv.3 \ + glGetTexParameter.3 glGetTexParameteriv.3 \ + glIndex.3 glIndexd.3 \ + glIndex.3 glIndexdv.3 \ + glIndex.3 glIndexf.3 \ + glIndex.3 glIndexfv.3 \ + glIndex.3 glIndexi.3 \ + glIndex.3 glIndexiv.3 \ + glIndex.3 glIndexs.3 \ + glIndex.3 glIndexsv.3 \ + glIndex.3 glIndexub.3 \ + glIndex.3 glIndexubv.3 \ + glLightModel.3 glLightModelf.3 \ + glLightModel.3 glLightModelfv.3 \ + glLightModel.3 glLightModeli.3 \ + glLightModel.3 glLightModeliv.3 \ + glLight.3 glLightf.3 \ + glLight.3 glLightfv.3 \ + glLight.3 glLighti.3 \ + glLight.3 glLightiv.3 \ + glLoadMatrix.3 glLoadMatrixd.3 \ + glLoadMatrix.3 glLoadMatrixf.3 \ + glMap1.3 glMap1d.3 \ + glMap1.3 glMap1f.3 \ + glMap2.3 glMap2d.3 \ + glMap2.3 glMap2f.3 \ + glMapGrid.3 glMapGrid1d.3 \ + glMapGrid.3 glMapGrid1f.3 \ + glMapGrid.3 glMapGrid2d.3 \ + glMapGrid.3 glMapGrid2f.3 \ + glMaterial.3 glMaterialf.3 \ + glMaterial.3 glMaterialfv.3 \ + glMaterial.3 glMateriali.3 \ + glMaterial.3 glMaterialiv.3 \ + glMultMatrix.3 glMultMatrixd.3 \ + glMultMatrix.3 glMultMatrixf.3 \ + glMultiTexCoordARB.3 glMultiTexCoord1dARB.3 \ + glMultiTexCoordARB.3 glMultiTexCoord1dvARB.3 \ + glMultiTexCoordARB.3 glMultiTexCoord1fARB.3 \ + glMultiTexCoordARB.3 glMultiTexCoord1fvARB.3 \ + glMultiTexCoordARB.3 glMultiTexCoord1iARB.3 \ + glMultiTexCoordARB.3 glMultiTexCoord1ivARB.3 \ + glMultiTexCoordARB.3 glMultiTexCoord1sARB.3 \ + glMultiTexCoordARB.3 glMultiTexCoord1svARB.3 \ + glMultiTexCoordARB.3 glMultiTexCoord2dARB.3 \ + glMultiTexCoordARB.3 glMultiTexCoord2dvARB.3 \ + glMultiTexCoordARB.3 glMultiTexCoord2fARB.3 \ + glMultiTexCoordARB.3 glMultiTexCoord2fvARB.3 \ + glMultiTexCoordARB.3 glMultiTexCoord2iARB.3 \ + glMultiTexCoordARB.3 glMultiTexCoord2ivARB.3 \ + glMultiTexCoordARB.3 glMultiTexCoord2sARB.3 \ + glMultiTexCoordARB.3 glMultiTexCoord2svARB.3 \ + glMultiTexCoordARB.3 glMultiTexCoord3dARB.3 \ + glMultiTexCoordARB.3 glMultiTexCoord3dvARB.3 \ + glMultiTexCoordARB.3 glMultiTexCoord3fARB.3 \ + glMultiTexCoordARB.3 glMultiTexCoord3fvARB.3 \ + glMultiTexCoordARB.3 glMultiTexCoord3iARB.3 \ + glMultiTexCoordARB.3 glMultiTexCoord3ivARB.3 \ + glMultiTexCoordARB.3 glMultiTexCoord3sARB.3 \ + glMultiTexCoordARB.3 glMultiTexCoord3svARB.3 \ + glMultiTexCoordARB.3 glMultiTexCoord4dARB.3 \ + glMultiTexCoordARB.3 glMultiTexCoord4dvARB.3 \ + glMultiTexCoordARB.3 glMultiTexCoord4fARB.3 \ + glMultiTexCoordARB.3 glMultiTexCoord4fvARB.3 \ + glMultiTexCoordARB.3 glMultiTexCoord4iARB.3 \ + glMultiTexCoordARB.3 glMultiTexCoord4ivARB.3 \ + glMultiTexCoordARB.3 glMultiTexCoord4sARB.3 \ + glMultiTexCoordARB.3 glMultiTexCoord4svARB.3 \ + glNormal.3 glNormal3b.3 \ + glNormal.3 glNormal3bv.3 \ + glNormal.3 glNormal3d.3 \ + glNormal.3 glNormal3dv.3 \ + glNormal.3 glNormal3f.3 \ + glNormal.3 glNormal3fv.3 \ + glNormal.3 glNormal3i.3 \ + glNormal.3 glNormal3iv.3 \ + glNormal.3 glNormal3s.3 \ + glNormal.3 glNormal3sv.3 \ + glPixelMap.3 glPixelMapfv.3 \ + glPixelMap.3 glPixelMapuiv.3 \ + glPixelMap.3 glPixelMapusv.3 \ + glPixelStore.3 glPixelStoref.3 \ + glPixelStore.3 glPixelStorei.3 \ + glPixelTransfer.3 glPixelTransferf.3 \ + glPixelTransfer.3 glPixelTransferi.3 \ + glPushAttrib.3 glPopAttrib.3 \ + glPushClientAttrib.3 glPopClientAttrib.3 \ + glPushMatrix.3 glPopMatrix.3 \ + glPushName.3 glPopName.3 \ + glRasterPos.3 glRasterPos2d.3 \ + glRasterPos.3 glRasterPos2dv.3 \ + glRasterPos.3 glRasterPos2f.3 \ + glRasterPos.3 glRasterPos2fv.3 \ + glRasterPos.3 glRasterPos2i.3 \ + glRasterPos.3 glRasterPos2iv.3 \ + glRasterPos.3 glRasterPos2s.3 \ + glRasterPos.3 glRasterPos2sv.3 \ + glRasterPos.3 glRasterPos3d.3 \ + glRasterPos.3 glRasterPos3dv.3 \ + glRasterPos.3 glRasterPos3f.3 \ + glRasterPos.3 glRasterPos3fv.3 \ + glRasterPos.3 glRasterPos3i.3 \ + glRasterPos.3 glRasterPos3iv.3 \ + glRasterPos.3 glRasterPos3s.3 \ + glRasterPos.3 glRasterPos3sv.3 \ + glRasterPos.3 glRasterPos4d.3 \ + glRasterPos.3 glRasterPos4dv.3 \ + glRasterPos.3 glRasterPos4f.3 \ + glRasterPos.3 glRasterPos4fv.3 \ + glRasterPos.3 glRasterPos4i.3 \ + glRasterPos.3 glRasterPos4iv.3 \ + glRasterPos.3 glRasterPos4s.3 \ + glRasterPos.3 glRasterPos4sv.3 \ + glRect.3 glRectd.3 \ + glRect.3 glRectdv.3 \ + glRect.3 glRectf.3 \ + glRect.3 glRectfv.3 \ + glRect.3 glRecti.3 \ + glRect.3 glRectiv.3 \ + glRect.3 glRects.3 \ + glRect.3 glRectsv.3 \ + glRotate.3 glRotated.3 \ + glRotate.3 glRotatef.3 \ + glScale.3 glScaled.3 \ + glScale.3 glScalef.3 \ + glTexCoord.3 glTexCoord1d.3 \ + glTexCoord.3 glTexCoord1dv.3 \ + glTexCoord.3 glTexCoord1f.3 \ + glTexCoord.3 glTexCoord1fv.3 \ + glTexCoord.3 glTexCoord1i.3 \ + glTexCoord.3 glTexCoord1iv.3 \ + glTexCoord.3 glTexCoord1s.3 \ + glTexCoord.3 glTexCoord1sv.3 \ + glTexCoord.3 glTexCoord2d.3 \ + glTexCoord.3 glTexCoord2dv.3 \ + glTexCoord.3 glTexCoord2f.3 \ + glTexCoord.3 glTexCoord2fv.3 \ + glTexCoord.3 glTexCoord2i.3 \ + glTexCoord.3 glTexCoord2iv.3 \ + glTexCoord.3 glTexCoord2s.3 \ + glTexCoord.3 glTexCoord2sv.3 \ + glTexCoord.3 glTexCoord3d.3 \ + glTexCoord.3 glTexCoord3dv.3 \ + glTexCoord.3 glTexCoord3f.3 \ + glTexCoord.3 glTexCoord3fv.3 \ + glTexCoord.3 glTexCoord3i.3 \ + glTexCoord.3 glTexCoord3iv.3 \ + glTexCoord.3 glTexCoord3s.3 \ + glTexCoord.3 glTexCoord3sv.3 \ + glTexCoord.3 glTexCoord4d.3 \ + glTexCoord.3 glTexCoord4dv.3 \ + glTexCoord.3 glTexCoord4f.3 \ + glTexCoord.3 glTexCoord4fv.3 \ + glTexCoord.3 glTexCoord4i.3 \ + glTexCoord.3 glTexCoord4iv.3 \ + glTexCoord.3 glTexCoord4s.3 \ + glTexCoord.3 glTexCoord4sv.3 \ + glTexEnv.3 glTexEnvf.3 \ + glTexEnv.3 glTexEnvfv.3 \ + glTexEnv.3 glTexEnvi.3 \ + glTexEnv.3 glTexEnviv.3 \ + glTexGen.3 glTexGend.3 \ + glTexGen.3 glTexGendv.3 \ + glTexGen.3 glTexGenf.3 \ + glTexGen.3 glTexGenfv.3 \ + glTexGen.3 glTexGeni.3 \ + glTexGen.3 glTexGeniv.3 \ + glTexParameter.3 glTexParameterf.3 \ + glTexParameter.3 glTexParameterfv.3 \ + glTexParameter.3 glTexParameteri.3 \ + glTexParameter.3 glTexParameteriv.3 \ + glTranslate.3 glTranslated.3 \ + glTranslate.3 glTranslatef.3 \ + glVertex.3 glVertex2d.3 \ + glVertex.3 glVertex2dv.3 \ + glVertex.3 glVertex2f.3 \ + glVertex.3 glVertex2fv.3 \ + glVertex.3 glVertex2i.3 \ + glVertex.3 glVertex2iv.3 \ + glVertex.3 glVertex2s.3 \ + glVertex.3 glVertex2sv.3 \ + glVertex.3 glVertex3d.3 \ + glVertex.3 glVertex3dv.3 \ + glVertex.3 glVertex3f.3 \ + glVertex.3 glVertex3fv.3 \ + glVertex.3 glVertex3i.3 \ + glVertex.3 glVertex3iv.3 \ + glVertex.3 glVertex3s.3 \ + glVertex.3 glVertex3sv.3 \ + glVertex.3 glVertex4d.3 \ + glVertex.3 glVertex4dv.3 \ + glVertex.3 glVertex4f.3 \ + glVertex.3 glVertex4fv.3 \ + glVertex.3 glVertex4i.3 \ + glVertex.3 glVertex4iv.3 \ + glVertex.3 glVertex4s.3 \ + glVertex.3 glVertex4sv.3 \ + gluBeginCurve.3 gluEndCurve.3 \ + gluBeginPolygon.3 gluEndPolygon.3 \ + gluBeginSurface.3 gluEndSurface.3 \ + gluBeginTrim.3 gluEndTrim.3 \ + gluTessBeginContour.3 gluTessEndContour.3 \ + XProjectTeam.7 X.Org.7 MANCOMPRESSED= yes diff --git a/x11/XFree86-4/distinfo b/x11/XFree86-4/distinfo index 4afd750ec074..d7cb0e2b2b24 100644 --- a/x11/XFree86-4/distinfo +++ b/x11/XFree86-4/distinfo @@ -1,4 +1,4 @@ -MD5 (xc/X410src-1.tgz) = 2d4709f7106a1d65c175be445a3d3c32 -MD5 (xc/X410src-2.tgz) = beaffed1cbdb700e5fed6a5490a7f222 +MD5 (xc/X420src-1.tgz) = ad43a8e9e39703322005cd6f7145b77f +MD5 (xc/X420src-2.tgz) = dae33268a9f2735b9678a81fb23e8d3e MD5 (xc/mga-133_143-source.tgz) = 849bf57f23f1684fea970459f919d1f2 MD5 (xc/Wraphelp.c) = IGNORE diff --git a/x11/XFree86-4/files/patch-c b/x11/XFree86-4/files/patch-c index 6a3bc7352bc2..dd6868a6a0a9 100644 --- a/x11/XFree86-4/files/patch-c +++ b/x11/XFree86-4/files/patch-c @@ -1,17 +1,17 @@ ---- config/cf/Imake.tmpl~ Thu Apr 26 23:09:38 2001 -+++ config/cf/Imake.tmpl Fri May 25 23:42:07 2001 -@@ -1487,7 +1487,7 @@ +--- config/cf/Imake.tmpl.orig Tue Jan 15 22:22:33 2002 ++++ config/cf/Imake.tmpl Fri Jan 18 22:47:30 2002 +@@ -1536,7 +1536,7 @@ CXXOPTIONS = CplusplusOptions CXXINCLUDES = $(INCLUDES) $(TOP_INCLUDES) $(CXXEXTRA_INCLUDES) CXXDEFINES = $(CXXINCLUDES) $(CXXSTD_DEFINES) $(THREADS_CXXDEFINES) $(DEFINES) $(CXXEXTRA_DEFINES) - CXXFLAGS = $(CXXDEBUGFLAGS) $(CXXOPTIONS) $(THREADS_CXXFLAGS) $(CXXDEFINES) + CXXFLAGS += $(CXXDEBUGFLAGS) $(CXXOPTIONS) $(THREADS_CXXFLAGS) $(CXXDEFINES) #endif - COMPRESS = CompressCmd - GZIPCMD = GzipCmd -@@ -1682,7 +1682,7 @@ + + #if !BuildLibraries && AlternateIncRoot +@@ -1736,7 +1736,7 @@ */ - ALLINCLUDES = $(INCLUDES) $(EXTRA_INCLUDES) $(TOP_INCLUDES) $(STD_INCLUDES) + ALLINCLUDES = $(INCLUDES) $(EXTRA_INCLUDES) $(TOP_INCLUDES) $(INSTALLED_INCLUDES) $(STD_INCLUDES) ALLDEFINES = $(ALLINCLUDES) $(STD_DEFINES) $(PROTO_DEFINES) $(THREADS_DEFINES) $(MODULE_DEFINES) $(DEFINES) $(EXTRA_DEFINES) - CFLAGS = $(CDEBUGFLAGS) $(CCOPTIONS) $(THREADS_CFLAGS) $(MODULE_CFLAGS) $(ALLDEFINES) + CFLAGS += $(CDEBUGFLAGS) $(CCOPTIONS) $(THREADS_CFLAGS) $(MODULE_CFLAGS) $(ALLDEFINES) diff --git a/x11/XFree86-4/files/patch-f b/x11/XFree86-4/files/patch-f deleted file mode 100644 index 93e7d910dadf..000000000000 --- a/x11/XFree86-4/files/patch-f +++ /dev/null @@ -1,183 +0,0 @@ ---- nls/compose.dir~ Tue Dec 12 03:52:39 2000 -+++ nls/compose.dir Tue Dec 12 03:53:04 2000 -@@ -209,7 +209,7 @@ - zh/Compose zh_CN.eucCN - zh/Compose zh_CN.GB2312 - zh_TW.big5/Compose zh_TW.big5 --zh_TW.big5/Compose zh_TW.Big5 -+zh_TW.Big5/Compose zh_TW.Big5 - zh_TW/Compose zh_TW.eucTW - #endif /* R63_COMPAT */ - -@@ -415,5 +415,5 @@ - zh/Compose: zh_CN.GB2312 - microsoft-cp1255/Compose: yi_US.CP1256 - zh_TW.big5/Compose: zh_TW.big5 --zh_TW.big5/Compose: zh_TW.Big5 -+zh_TW.Big5/Compose: zh_TW.Big5 - zh_TW/Compose: zh_TW.eucTW ---- nls/locale.alias~ Wed May 23 20:32:14 2001 -+++ nls/locale.alias Sat May 26 02:37:21 2001 -@@ -493,12 +493,12 @@ - zh zh_CN.eucCN - zh_CN zh_CN.eucCN - zh_CN.big5 zh_TW.big5 --zh_CN.Big5 zh_TW.big5 -+zh_CN.Big5 zh_TW.Big5 - zh_CN.EUC zh_CN.eucCN - zh_CN.euc zh_CN.eucCN - zh_CN.gb2312 zh_CN.eucCN - zh_CN.gbk zh_CN.GBK --zh_TW zh_TW.big5 -+zh_TW zh_TW.Big5 - zh_TW.EUC zh_TW.eucTW - zh_TW.euc zh_TW.eucTW - -@@ -1182,13 +1182,13 @@ - yi_US.MICROSOFT-CP1255: yi_US.CP1255 - zh: zh_CN.eucCN - zh_CN: zh_CN.eucCN --zh_CN.big5: zh_TW.big5 --zh_CN.Big5: zh_TW.big5 -+zh_CN.big5: zh_TW.Big5 -+zh_CN.Big5: zh_TW.Big5 - zh_CN.EUC: zh_CN.eucCN - zh_CN.euc: zh_CN.eucCN - zh_CN.gb2312: zh_CN.eucCN - zh_CN.gbk: zh_CN.GBK --zh_TW: zh_TW.big5 -+zh_TW: zh_TW.Big5 - zh_TW.EUC: zh_TW.eucTW - zh_TW.euc: zh_TW.eucTW - zh_TW.big5: zh_TW.big5 ---- nls/locale.dir~ Tue Dec 12 03:18:29 2000 -+++ nls/locale.dir Tue Dec 12 04:01:54 2000 -@@ -199,7 +199,7 @@ - zh/XLC_LOCALE zh_CN.eucCN - zh/XLC_LOCALE zh_CN.GB2312 - zh_TW.big5/XLC_LOCALE zh_TW.big5 --zh_TW.big5/XLC_LOCALE zh_TW.Big5 -+zh_TW.Big5/XLC_LOCALE zh_TW.Big5 - zh_TW/XLC_LOCALE zh_TW.eucTW - XCOMM Note: The UTF-8 locales don't work correctly yet. Work in progress. - en_US.UTF-8/XLC_LOCALE af_ZA.UTF-8 -@@ -533,7 +533,7 @@ - zh/XLC_LOCALE: zh_CN.eucCN - zh/XLC_LOCALE: zh_CN.GB2312 - zh_TW.big5/XLC_LOCALE: zh_TW.big5 --zh_TW.big5/XLC_LOCALE: zh_TW.Big5 -+zh_TW.Big5/XLC_LOCALE: zh_TW.Big5 - zh_TW/XLC_LOCALE: zh_TW.eucTW - XCOMM Note: The UTF-8 locales don't work correctly yet. Work in progress. - en_US.UTF-8/XLC_LOCALE: af_ZA.UTF-8 ---- nls/Compose/Imakefile.orig Fri Dec 8 02:52:48 2000 -+++ nls/Compose/Imakefile Tue Dec 12 03:18:29 2000 -@@ -58,5 +58,5 @@ - ComposeTarget(vi_VN.viscii) - ComposeTarget(zh) - ComposeTarget(zh_TW) --ComposeTarget(zh_TW.big5) -+ComposeTarget(zh_TW.Big5) - ---- nls/Compose/zh_TW.Big5.orig Sun Jul 16 04:33:35 2000 -+++ nls/Compose/zh_TW.Big5 Sun Jul 16 04:33:35 2000 -@@ -0,0 +1,15 @@ -+# -+# zh_TW.big5 Compose Sequence -+# -+# Sequence Definition -+# -+# $XFree86: xc/nls/Compose/zh_TW.big5,v 1.1 1999/08/28 09:00:40 dawes Exp $ -+# -+# This file currently has no entries. It appears that a compose file (even -+# just an empty one) is required for the appropriate keysyms to work for -+# this encoding. -+# -+# <Multi_key> Means <Compose> -+# Special Character -+ -+# End of Sequence Definition ---- nls/XLC_LOCALE/Imakefile~ Tue Mar 6 19:54:45 2001 -+++ nls/XLC_LOCALE/Imakefile Sat May 26 02:38:44 2001 -@@ -88,7 +88,7 @@ - LTarget(zh_CN.gbk) - LTarget(zh_HK.big5hkscs) - LTarget(zh_TW) --LTarget(zh_TW.big5) -+LTarget(zh_TW.Big5) - LTarget(th_TH) - LTarget(en_US.UTF-8) - #ifdef UXPArchitecture ---- nls/XLC_LOCALE/zh_TW.Big5.orig Sun Jul 16 04:33:35 2000 -+++ nls/XLC_LOCALE/zh_TW.Big5 Sun Jul 16 04:36:58 2000 -@@ -0,0 +1,70 @@ -+XCOMM -+XCOMM (c) 1996, X11R6 L10N for Taiwan and Big5 Encoding Project -+XCOMM -+XCOMM modified for X11R6.3 by Hung-Chi Chu <hcchu@r350.ee.ntu.edu.tw> 1998/01/10 -+XCOMM -+XCOMM $XFree86: xc/nls/XLC_LOCALE/zh_TW.big5,v 1.1 1999/08/28 09:00:41 dawes Exp $ -+XCOMM -+XCOMM XLC_FONTSET category -+XCOMM -+XLC_FONTSET -+XCOMM fs0 class (7 bit ASCII) -+fs0 { -+ charset { -+ name ISO8859-1:GL -+ } -+ font { -+ primary ISO8859-1:GL -+ vertical_rotate all -+ } -+} -+XCOMM fs1 class -+fs1 { -+ charset { -+ name BIG5-0:GLGR -+ } -+ font { -+ primary BIG5-0:GLGR -+ substitute BIG5-0:GLGR -+ } -+} -+END XLC_FONTSET -+ -+XCOMM -+XCOMM XLC_XLOCALE category -+XCOMM -+XLC_XLOCALE -+ -+encoding_name zh_TW.Big5 -+mb_cur_max 2 -+state_depend_encoding False -+ -+wc_encoding_mask \x00008000 -+wc_shift_bits 8 -+ -+use_stdc_env True -+force_convert_to_mb True -+ -+XCOMM cs0 class -+cs0 { -+ side GL:Default -+ length 1 -+ wc_encoding \x00000000 -+ ct_encoding ISO8859-1:GL -+} -+ -+XCOMM cs1 class -+cs1 { -+ side none -+ length 2 -+ byte1 \xa1,\xf9 -+ byte2 \x40,\x7e;\xa1,\xfe -+ -+ wc_encoding \x00008000 -+ ct_encoding BIG5-0:GLGR:\x1b\x25\x2f\x32\x80\x89\x42\x49\x47\x35\x2d\x30\x02 -+ -+ mb_conversion [\xa140,\xf9fe]->\x2140 -+ ct_conversion [\x2140,\x79fe]->\xa140 -+} -+ -+END XLC_XLOCALE diff --git a/x11/XFree86-4/files/patch-i810 b/x11/XFree86-4/files/patch-i810 index b6d75b108146..31da4dce7804 100644 --- a/x11/XFree86-4/files/patch-i810 +++ b/x11/XFree86-4/files/patch-i810 @@ -1,22 +1,6 @@ ---- programs/Xserver/hw/xfree86/drivers/i810/i810_driver.c.orig Wed May 30 06:51:29 2001 -+++ programs/Xserver/hw/xfree86/drivers/i810/i810_driver.c Thu Jan 3 11:11:42 2002 -@@ -1019,10 +1019,15 @@ - { - vgaHWPtr hwp; - I810Ptr pI810; -+ unsigned temp; - - hwp = VGAHWPTR(pScrn); - pI810 = I810PTR(pScrn); - DoSave(pScrn, &hwp->SavedReg, &pI810->SavedReg, TRUE); -+ -+ temp = INREG(MEMMODE); -+ temp |= 4; -+ OUTREG(MEMMODE, temp); - } - - -@@ -2006,9 +2011,10 @@ +--- programs/Xserver/hw/xfree86/drivers/i810/i810_driver.c.orig Fri Jan 18 22:58:50 2002 ++++ programs/Xserver/hw/xfree86/drivers/i810/i810_driver.c Fri Jan 18 23:10:36 2002 +@@ -2098,9 +2098,10 @@ if (I810_DEBUG & DEBUG_VERBOSE_DRI) ErrorF("\n\nENTER VT\n"); @@ -28,7 +12,7 @@ #ifdef XF86DRI if (pI810->directRenderingEnabled) { if (I810_DEBUG & DEBUG_VERBOSE_DRI) -@@ -2047,9 +2053,10 @@ +@@ -2139,9 +2140,10 @@ } I810Restore(pScrn); diff --git a/x11/XFree86-4/files/patch-j b/x11/XFree86-4/files/patch-j index cc9ac2f98fdb..a0934b06cdf2 100644 --- a/x11/XFree86-4/files/patch-j +++ b/x11/XFree86-4/files/patch-j @@ -1,11 +1,11 @@ ---- programs/xdm/config/xdm-conf.cpp.orig Wed Sep 6 17:05:53 2000 -+++ programs/xdm/config/xdm-conf.cpp Wed Sep 6 17:06:03 2000 -@@ -5,7 +5,7 @@ - DisplayManager.keyFile: XDMDIR/xdm-keys - DisplayManager.servers: XDMDIR/Xservers - DisplayManager.accessFile: XDMDIR/Xaccess --DisplayManager.willing: su nobody -c XDMDIR/Xwilling -+DisplayManager.willing: su -fm nobody -c XDMDIR/Xwilling - ! All displays should use authorization, but we cannot be sure - ! X terminals will be configured that way, so by default - ! use authorization only for local displays :0, :1, etc. +--- programs/xdm/config/Imakefile~ Sun Nov 25 13:49:19 2001 ++++ programs/xdm/config/Imakefile Fri Jan 18 23:15:10 2002 +@@ -28,7 +28,7 @@ + XDMPIDDIR = $(XDMDIR) + #endif + +-#if defined(OpenBSDArchitecture) || defined(NetBSDArchitecture) ++#if defined(OpenBSDArchitecture) || defined(NetBSDArchitecture) || defined(FreeBSDArchitecture) + SU = "su -m" + #else + SU = su diff --git a/x11/XFree86-4/files/patch-k b/x11/XFree86-4/files/patch-k deleted file mode 100644 index 9c25165d1c71..000000000000 --- a/x11/XFree86-4/files/patch-k +++ /dev/null @@ -1,11 +0,0 @@ ---- include/Xos_r.h.orig Tue Sep 18 10:46:06 2001 -+++ include/Xos_r.h Tue Sep 18 10:46:26 2001 -@@ -249,7 +249,7 @@ - */ - - #if defined(__NetBSD__) || defined(__FreeBSD__) || defined(__OpenBSD__) --__inline__ void _Xpw_copyPasswd(_Xgetpwparams p) -+static __inline__ void _Xpw_copyPasswd(_Xgetpwparams p) - { - memcpy(&(p).pws, (p).pwp, sizeof(struct passwd)); - diff --git a/x11/XFree86-4/files/patch-mouse b/x11/XFree86-4/files/patch-mouse deleted file mode 100644 index 314a57f43428..000000000000 --- a/x11/XFree86-4/files/patch-mouse +++ /dev/null @@ -1,22 +0,0 @@ ---- programs/Xserver/hw/xfree86/input/mouse/mouse.c.orig Sat Aug 18 22:47:30 2001 -+++ programs/Xserver/hw/xfree86/input/mouse/mouse.c Thu Aug 23 17:13:44 2001 -@@ -1837,8 +1837,6 @@ - if ((id = stateTab[pMse->emulateState][4][0]) != 0) { - xf86PostButtonEvent(pInfo->dev, 0, abs(id), (id >= 0), 0, 0); - pMse->emulateState = stateTab[pMse->emulateState][4][2]; -- } else { -- ErrorF("Got unexpected buttonTimer in state %d\n", pMse->emulateState); - } - - xf86UnblockSIGIO (sigstate); -@@ -1892,11 +1890,6 @@ - if (stateTab[pMse->emulateState][4][0] != 0) { - timer = TimerSet(timer, 0, pMse->emulate3Timeout, buttonTimer, - pInfo); -- } else { -- if (timer) { -- TimerFree(timer); -- timer = NULL; -- } - } - } diff --git a/x11/XFree86-4/files/patch-r128 b/x11/XFree86-4/files/patch-r128 deleted file mode 100644 index 09eb16583c4e..000000000000 --- a/x11/XFree86-4/files/patch-r128 +++ /dev/null @@ -1,56 +0,0 @@ ---- programs/Xserver/hw/xfree86/common/xf86PciInfo.h.orig Fri May 11 09:56:10 2001 -+++ programs/Xserver/hw/xfree86/common/xf86PciInfo.h Wed Dec 26 19:23:28 2001 -@@ -234,6 +234,7 @@ - #define PCI_CHIP_RAGE128ML 0x4D4C - #define PCI_CHIP_RAGE128PD 0x5044 - #define PCI_CHIP_RAGE128PF 0x5046 -+#define PCI_CHIP_RAGE128PE 0x5050 - #define PCI_CHIP_RAGE128PR 0x5052 - #define PCI_CHIP_RADEON_QD 0x5144 - #define PCI_CHIP_RADEON_QE 0x5145 -@@ -826,6 +827,7 @@ - {PCI_CHIP_RAGE128MF, "Rage 128 Mobility MF",0}, - {PCI_CHIP_RAGE128ML, "Rage 128 Mobility ML",0}, - {PCI_CHIP_RAGE128PD, "Rage 128 Pro PD",0}, -+ {PCI_CHIP_RAGE128PE, "Rage 128 Xpert 128",0}, - {PCI_CHIP_RAGE128PF, "Rage 128 Pro PF",0}, - {PCI_CHIP_RAGE128PR, "Rage 128 Pro PR",0}, - {PCI_CHIP_RADEON_QD, "Radeon QD",0}, ---- programs/Xserver/hw/xfree86/drivers/ati/r128_probe.c.orig Fri May 4 21:05:33 2001 -+++ programs/Xserver/hw/xfree86/drivers/ati/r128_probe.c Wed Dec 26 19:24:14 2001 -@@ -81,6 +81,7 @@ - { PCI_CHIP_RAGE128RK, "ATI Rage 128 RK (PCI)" }, - { PCI_CHIP_RAGE128RL, "ATI Rage 128 RL (AGP)" }, - { PCI_CHIP_RAGE128PD, "ATI Rage 128 Pro PD (PCI)" }, -+ { PCI_CHIP_RAGE128PE, "ATI Rage 128 Xpert 128 (PCI)" }, - { PCI_CHIP_RAGE128PF, "ATI Rage 128 Pro PF (AGP)" }, - { PCI_CHIP_RAGE128LE, "ATI Rage 128 Mobility LE (PCI)" }, - { PCI_CHIP_RAGE128LF, "ATI Rage 128 Mobility LF (AGP)" }, -@@ -96,6 +97,7 @@ - { PCI_CHIP_RAGE128RK, PCI_CHIP_RAGE128RK, RES_SHARED_VGA }, - { PCI_CHIP_RAGE128RL, PCI_CHIP_RAGE128RL, RES_SHARED_VGA }, - { PCI_CHIP_RAGE128PD, PCI_CHIP_RAGE128PD, RES_SHARED_VGA }, -+ { PCI_CHIP_RAGE128PE, PCI_CHIP_RAGE128PE, RES_SHARED_VGA }, - { PCI_CHIP_RAGE128PF, PCI_CHIP_RAGE128PF, RES_SHARED_VGA }, - { PCI_CHIP_RAGE128LE, PCI_CHIP_RAGE128LE, RES_SHARED_VGA }, - { PCI_CHIP_RAGE128LF, PCI_CHIP_RAGE128LF, RES_SHARED_VGA }, ---- programs/Xserver/hw/xfree86/drivers/ati/r128_driver.c.orig Wed May 30 00:51:08 2001 -+++ programs/Xserver/hw/xfree86/drivers/ati/r128_driver.c Wed Dec 26 19:24:14 2001 -@@ -895,6 +895,7 @@ - case PCI_CHIP_RAGE128RK: - case PCI_CHIP_RAGE128RL: - case PCI_CHIP_RAGE128PD: -+ case PCI_CHIP_RAGE128PE: - case PCI_CHIP_RAGE128PF: - default: info->HasPanelRegs = FALSE; break; - } -@@ -1025,7 +1026,8 @@ - case PCI_CHIP_RAGE128LE: - case PCI_CHIP_RAGE128RE: - case PCI_CHIP_RAGE128RK: -- case PCI_CHIP_RAGE128PD: info->IsPCI = TRUE; break; -+ case PCI_CHIP_RAGE128PD: -+ case PCI_CHIP_RAGE128PE: info->IsPCI = TRUE; break; - case PCI_CHIP_RAGE128LF: - case PCI_CHIP_RAGE128MF: - case PCI_CHIP_RAGE128ML: diff --git a/x11/XFree86-4/files/patch-r128dri b/x11/XFree86-4/files/patch-r128dri deleted file mode 100644 index fd04fd0c9c11..000000000000 --- a/x11/XFree86-4/files/patch-r128dri +++ /dev/null @@ -1,26 +0,0 @@ ---- programs/Xserver/hw/xfree86/drivers/ati/r128_dri.c.orig Sat Oct 6 05:29:25 2001 -+++ programs/Xserver/hw/xfree86/drivers/ati/r128_dri.c Fri Oct 5 17:28:40 2001 -@@ -705,6 +705,7 @@ - case PCI_CHIP_RAGE128LE: - case PCI_CHIP_RAGE128RE: - case PCI_CHIP_RAGE128RK: -+ case PCI_CHIP_RAGE128PE: - /* This is a PCI card, do nothing */ - break; - -@@ -985,12 +985,12 @@ - /* Check the r128 DRM version */ - version = drmGetVersion(info->drmFD); - if (version) { -- if (version->version_major != 2 || -- version->version_minor < 1) { -+ if (version->version_major != 3 || -+ version->version_minor < 0) { - /* incompatible drm version */ - xf86DrvMsg(pScreen->myNum, X_ERROR, - "[dri] R128DRIScreenInit failed because of a version mismatch.\n" -- "[dri] r128.o kernel module version is %d.%d.%d but version 2.1.x is needed.\n" -+ "[dri] r128.o kernel module version is %d.%d.%d but version 3.0 or greater is needed.\n" - "[dri] Disabling the DRI.\n", - version->version_major, - version->version_minor, diff --git a/x11/XFree86-4/files/patch-r128xmesa b/x11/XFree86-4/files/patch-r128xmesa deleted file mode 100644 index fc33b516da12..000000000000 --- a/x11/XFree86-4/files/patch-r128xmesa +++ /dev/null @@ -1,13 +0,0 @@ ---- lib/GL/mesa/src/drv/r128/r128_xmesa.c.orig Fri Oct 5 17:21:31 2001 -+++ lib/GL/mesa/src/drv/r128/r128_xmesa.c Fri Oct 5 17:22:59 2001 -@@ -80,8 +80,8 @@ - } - - /* Check that the DRM driver version is compatible */ -- if ( sPriv->drmMajor != 2 || -- sPriv->drmMinor < 1 ) { -+ if ( sPriv->drmMajor != 3 /*|| -+ sPriv->drmMinor < 1*/ ) { - char msg[1000]; - sprintf( msg, "R128 DRI driver expected DRM driver version 2.1.x but got version %d.%d.%d", sPriv->drmMajor, sPriv->drmMinor, sPriv->drmPatch ); - __driMesaMessage( msg ); diff --git a/x11/XFree86-4/files/patch-startx b/x11/XFree86-4/files/patch-startx index 7761db5a3024..bda120efac80 100644 --- a/x11/XFree86-4/files/patch-startx +++ b/x11/XFree86-4/files/patch-startx @@ -1,30 +1,30 @@ ---- programs/xinit/startx.cpp.orig Fri Apr 27 13:04:53 2001 -+++ programs/xinit/startx.cpp Sat Oct 27 03:50:41 2001 -@@ -82,8 +82,12 @@ +--- programs/xinit/startx.cpp.orig Fri Nov 30 21:57:48 2001 ++++ programs/xinit/startx.cpp Fri Jan 18 23:59:42 2002 +@@ -80,8 +80,12 @@ + fi - display=:0 whoseargs="client" +listen_tcp="-nolisten tcp" - while [ "x$1" != "x" ]; do + while [ x"$1" != x ]; do case "$1" in + -listen_tcp) -+ listen_tcp="" -+ ;; - --) - whoseargs="server" - ;; -@@ -134,7 +138,7 @@ ++ listen_tcp="" ++ ;; + # '' required to prevent cpp from treating "/*" as a C comment. + /''*|\./''*) + if [ "$whoseargs" = "client" ]; then +@@ -164,7 +168,7 @@ done #endif --xinit $clientargs -- $serverargs -+xinit $clientargs -- $serverargs $listen_tcp +-xinit $client $clientargs -- $server $display $serverargs ++xinit $client $clientargs -- $server $display $serverargs $listen_tcp if [ x"$removelist" != x ]; then xauth remove $removelist ---- programs/xinit/startx.man.orig Thu Apr 19 17:08:32 2001 -+++ programs/xinit/startx.man Sat Oct 27 03:40:01 2001 -@@ -42,10 +42,17 @@ +--- programs/xinit/startx.man.orig Fri Dec 14 21:01:56 2001 ++++ programs/xinit/startx.man Fri Jan 18 23:56:03 2002 +@@ -46,10 +46,17 @@ somewhat nicer user interface for running a single session of the X Window System. It is often run with no arguments. .PP @@ -43,7 +43,7 @@ The special argument .RB '--' marks the end of client arguments and the beginning of server options. -@@ -66,6 +73,8 @@ +@@ -70,6 +77,8 @@ startx -- -dpi 100 .PP startx -- -layout Multihead diff --git a/x11/XFree86-4/files/patch-tga b/x11/XFree86-4/files/patch-tga deleted file mode 100644 index eb0cb8098333..000000000000 --- a/x11/XFree86-4/files/patch-tga +++ /dev/null @@ -1,11 +0,0 @@ ---- programs/Xserver/hw/xfree86/drivers/tga/tga_driver.c.orig Wed Aug 29 11:38:09 2001 -+++ programs/Xserver/hw/xfree86/drivers/tga/tga_driver.c Wed Aug 29 11:39:09 2001 -@@ -758,7 +758,7 @@ - - pTga->FbMapSize = pScrn->videoRam * 1024; - -- if (mod && xf86LoadSubModule(pScrn, "fb") == NULL) { -+ if (xf86LoadSubModule(pScrn, "fb") == NULL) { - TGAFreeRec(pScrn); - return FALSE; - } diff --git a/x11/XFree86-4/files/patch-xdm b/x11/XFree86-4/files/patch-xdm index c7c2d43dce28..c0a276991082 100644 --- a/x11/XFree86-4/files/patch-xdm +++ b/x11/XFree86-4/files/patch-xdm @@ -1,6 +1,6 @@ ---- programs/xdm/session.c.orig Wed May 30 00:56:22 2001 -+++ programs/xdm/session.c Fri Sep 28 23:25:16 2001 -@@ -541,6 +541,7 @@ +--- programs/xdm/session.c.orig Fri Dec 14 21:01:23 2001 ++++ programs/xdm/session.c Sat Jan 19 00:07:09 2002 +@@ -534,6 +534,7 @@ int pid; #ifdef HAS_SETUSERCONTEXT struct passwd* pwd; @@ -8,7 +8,7 @@ #endif #ifdef USE_PAM pam_handle_t *pamh = thepamh(); -@@ -623,6 +624,8 @@ +@@ -613,6 +614,8 @@ * Set the user's credentials: uid, gid, groups, * environment variables, resource limits, and umask. */ @@ -17,7 +17,7 @@ pwd = getpwnam(name); if (pwd) { -@@ -632,6 +635,7 @@ +@@ -622,6 +625,7 @@ errno); return (0); } diff --git a/x11/XFree86-4/files/patch-xfs b/x11/XFree86-4/files/patch-xfs deleted file mode 100644 index 8ac159dd7603..000000000000 --- a/x11/XFree86-4/files/patch-xfs +++ /dev/null @@ -1,292 +0,0 @@ ---- programs/xfs/difs/dispatch.c 2001/04/01 14:00:20 3.9 -+++ programs/xfs/difs/dispatch.c 2001/06/21 01:15:44 -@@ -141,8 +141,10 @@ - op = MAJOROP; - if (op >= NUM_PROC_VECTORS) - result = ProcBadRequest (client); -- else -+ else if (*client->requestVector[op] != NULL) - result = (*client->requestVector[op]) (client); -+ else -+ result = FSBadRequest; - } - if (result != FSSuccess) { - if (client->noClientException != FSSuccess) -@@ -202,8 +204,12 @@ - return (client->noClientException = -2); - if (((*(char *) &whichbyte) && (prefix->byteOrder == 'B')) || - (!(*(char *) &whichbyte) && (prefix->byteOrder == 'l'))) { -+ int status; -+ - client->swapped = TRUE; -- SwapConnClientPrefix(prefix); -+ status = SwapConnClientPrefix(client, prefix); -+ if (status != FSSuccess) -+ return (status); - } - client->major_version = prefix->major_version; - client->minor_version = prefix->minor_version; -@@ -257,7 +263,16 @@ - client_auth[i].name = (char *) ad; - ad += client_auth[i].namelen; - client_auth[i].data = (char *) ad; -+ - ad += client_auth[i].datalen; -+ -+ if (ad - (char *)auth_data > stuff->length - -+ (i < (int)prefix->num_auths) ? 8 : 0) { -+ int lengthword = stuff->length; -+ -+ SendErrToClient(client, FSBadLength, (pointer)&lengthword); -+ return (FSBadLength); -+ } - } - num_alts = ListAlternateServers(&altservers); - for (i = 0, altlen = 0; i < num_alts; i++) { -@@ -585,6 +600,13 @@ - ad += acp[i].namelen; - acp[i].data = (char *) ad; - ad += acp[i].datalen; -+ if (ad - (char *)stuff + SIZEOF(fsCreateACReq) > stuff->length - -+ (i < (int)stuff->num_auths ? 8 : 0)) { -+ int lengthword = stuff->length; -+ -+ SendErrToClient(client, FSBadLength, (pointer)&lengthword); -+ return (FSBadLength); -+ } - } - - /* XXX needs work for AuthContinue */ -@@ -702,6 +724,13 @@ - REQUEST(fsSetResolutionReq); - REQUEST_AT_LEAST_SIZE(fsSetResolutionReq); - -+ if (stuff->length - SIZEOF(fsResolution) != stuff->num_resolutions * -+ sizeof(fsResolution)) { -+ int lengthword = stuff->length; -+ -+ SendErrToClient(client, FSBadAlloc, &lengthword); -+ return FSBadLength; -+ } - new_res = (fsResolution *) - fsalloc(SIZEOF(fsResolution) * stuff->num_resolutions); - if (!new_res) { -@@ -725,6 +754,13 @@ - REQUEST(fsReq); - REQUEST_AT_LEAST_SIZE(fsReq); - -+ if (stuff->length - SIZEOF(fsResolution) != client->num_resolutions * -+ sizeof(fsResolution)) { -+ int lengthword = stuff->length; -+ -+ SendErrToClient(client, FSBadAlloc, &lengthword); -+ return FSBadLength; -+ } - reply.type = FS_Reply; - reply.num_resolutions = client->num_resolutions; - reply.sequenceNumber = client->sequence; ---- programs/xfs/difs/fonts.c 2001/04/01 14:00:20 3.9 -+++ programs/xfs/difs/fonts.c 2001/06/21 01:15:45 -@@ -709,8 +709,12 @@ - } - } - if (validpaths < npaths) { -- fplist = (FontPathElementPtr *) -+ FontPathElementPtr *ftmp = (FontPathElementPtr *) - fsrealloc(fplist, sizeof(FontPathElementPtr) * validpaths); -+ -+ if (!ftmp) -+ goto bail; -+ fplist = ftmp; - npaths = validpaths; - } - if (validpaths == 0) { ---- programs/xfs/difs/main.c 2001/04/01 14:00:20 3.7 -+++ programs/xfs/difs/main.c 2001/06/21 01:15:45 -@@ -171,11 +171,14 @@ - exit(0); - } - --void -+int - NotImplemented(void) - { - NoopDDA(); /* dummy to get difsutils.o to link */ -- FatalError("Not implemented\n"); -+ /* Getting here can become the next xfs exploit... so don't exit */ -+ ErrorF("Not implemented\n"); -+ -+ return (FSBadImplementation); - } - - static Bool ---- programs/xfs/difs/swapreq.c 2001/01/17 23:45:29 1.5 -+++ programs/xfs/difs/swapreq.c 2001/06/21 01:15:46 -@@ -135,8 +135,8 @@ - return ((*ProcVector[stuff->reqType]) (client)); - } - --static void --swap_auth(pointer data, int num) -+static int -+swap_auth(ClientPtr client, pointer data, int num, int length) - { - unsigned char *p; - unsigned char t; -@@ -158,16 +158,29 @@ - p += 2; - p += (namelen + 3) & ~3; - p += (datalen + 3) & ~3; -+ if (p - (unsigned char *)data > length - (i < num ? 8 : 0)) { -+ int lengthword = length; -+ -+ SendErrToClient(client, FSBadLength, (pointer)&lengthword); -+ return (FSBadLength); -+ } - } -+ -+ return (FSSuccess); - } - - int - SProcCreateAC(ClientPtr client) - { -+ int status; -+ - REQUEST(fsCreateACReq); - stuff->length = lswaps(stuff->length); - stuff->acid = lswapl(stuff->acid); -- swap_auth((pointer) &stuff[1], stuff->num_auths); -+ status = swap_auth(client, (pointer) &stuff[1], -+ stuff->num_auths, stuff->length); -+ if (status != FSSuccess) -+ return (status); - return ((*ProcVector[stuff->reqType]) (client)); - } - -@@ -177,6 +190,8 @@ - REQUEST(fsSetResolutionReq); - stuff->length = lswaps(stuff->length); - stuff->num_resolutions = lswaps(stuff->num_resolutions); -+ if ((int)stuff->length - (&stuff[1] - &stuff[0]) < stuff->num_resolutions) -+ return (FSBadLength); - SwapShorts((short *) &stuff[1], stuff->num_resolutions); - - return ((*ProcVector[stuff->reqType]) (client)); -@@ -255,11 +270,14 @@ - return ((*ProcVector[stuff->reqType]) (client)); - } - --void --SwapConnClientPrefix(fsConnClientPrefix *pCCP) -+int -+SwapConnClientPrefix(ClientPtr client, fsConnClientPrefix *pCCP) - { -+ REQUEST(fsFakeReq); -+ - pCCP->major_version = lswaps(pCCP->major_version); - pCCP->minor_version = lswaps(pCCP->minor_version); - pCCP->auth_len = lswaps(pCCP->auth_len); -- swap_auth((pointer) &pCCP[1], pCCP->num_auths); -+ return (swap_auth(client, (pointer) &pCCP[1], -+ pCCP->num_auths, stuff->length)); - } ---- programs/xfs/include/difs.h 1999/08/21 13:48:50 1.2 -+++ programs/xfs/include/difs.h 2001/06/21 01:15:46 -@@ -83,6 +83,6 @@ - #endif - - /* difs/main.c */ --extern void NotImplemented(void); -+extern int NotImplemented(void); - - #endif ---- programs/xfs/include/osstruct.h 2001/01/16 22:52:04 1.1.1.4 -+++ programs/xfs/include/osstruct.h 2001/06/21 01:15:46 -@@ -49,16 +49,16 @@ - #include "os.h" - - typedef struct _alt_server { -- char subset; -- short namelen; -- char *name; -+ char subset; -+ unsigned short namelen; -+ char *name; - } AlternateServerRec; - - typedef struct _auth { -- short namelen; -- short datalen; -- char *name; -- char *data; -+ unsigned short namelen; -+ unsigned short datalen; -+ char *name; -+ char *data; - } AuthRec; - - #endif /* _OSSTRUCT_H_ */ ---- programs/xfs/include/swapreq.h 1998/10/25 07:12:32 1.1 -+++ programs/xfs/include/swapreq.h 2001/06/21 01:15:47 -@@ -48,7 +48,7 @@ - extern int SProcResourceRequest(ClientPtr client); - extern int SProcSetResolution(ClientPtr client); - extern int SProcSimpleRequest(ClientPtr client); --extern void SwapConnClientPrefix(fsConnClientPrefix *pCCP); -+extern int SwapConnClientPrefix(ClientPtr client, fsConnClientPrefix *pCCP); - extern void SwapLongs(long *list, unsigned long count); - extern void SwapShorts(short *list, unsigned long count); - -cvs server: Diffing xc/programs/xfs/os ---- programs/xfs/os/io.c 2001/01/17 23:45:32 3.12 -+++ programs/xfs/os/io.c 2001/06/21 01:15:47 -@@ -127,14 +127,24 @@ - int - ReadRequest(ClientPtr client) - { -- OsCommPtr oc = (OsCommPtr) client->osPrivate; -- ConnectionInputPtr oci = oc->input; -+ OsCommPtr oc; -+ ConnectionInputPtr oci; - fsReq *request; -- int fd = oc->fd; -- int result, -+ int fd, -+ result, - gotnow, - needed = 0; - -+ if (client == NULL) -+ return -1; -+ oc = (OsCommPtr) client->osPrivate; -+ if (oc == NULL) -+ return -1; -+ oci = oc->input; -+ fd = oc->fd; -+ if (oci == NULL || fd < 0) -+ return -1; -+ - if (AvailableInput) { - if (AvailableInput != oc) { - ConnectionInputPtr aci = AvailableInput->input; -@@ -207,6 +217,8 @@ - oci->bufcnt = gotnow; - } - /* fill 'er up */ -+ if (oc->trans_conn == NULL) -+ return -1; - result = _FontTransRead(oc->trans_conn, oci->buffer + oci->bufcnt, - oci->size - oci->bufcnt); - if (result <= 0) { -@@ -230,7 +242,7 @@ - (oci->bufcnt < BUFSIZE) && (needed < BUFSIZE)) { - char *ibuf; - -- ibuf = (char *) fsrealloc(oci, BUFSIZE); -+ ibuf = (char *) fsrealloc(oci->buffer, BUFSIZE); - if (ibuf) { - oci->size = BUFSIZE; - oci->buffer = ibuf; - - diff --git a/x11/XFree86-4/pkg-plist b/x11/XFree86-4/pkg-plist index b06bd99bdbb7..e6052759ec1d 100644 --- a/x11/XFree86-4/pkg-plist +++ b/x11/XFree86-4/pkg-plist @@ -18,6 +18,7 @@ bin/dga bin/dpsexec bin/dpsinfo bin/editres +bin/freetype-config bin/fslsfonts bin/fstobdf bin/gccmakedep @@ -30,6 +31,7 @@ bin/kbd_mode bin/lbxproxy bin/listres bin/lndir +bin/luit bin/makedepend bin/makeg bin/makepsres @@ -59,6 +61,7 @@ bin/sxpm bin/texteroids bin/twm bin/ucs2any.pl +bin/uxterm bin/viewres bin/x11perf bin/x11perfcomp @@ -110,6 +113,7 @@ bin/xmkmf bin/xmodmap bin/xon bin/xprop +bin/xrandr bin/xrdb bin/xrefresh bin/xset @@ -119,6 +123,13 @@ bin/xsetroot bin/xsm bin/xstdcmap bin/xterm +bin/xtrapchar +bin/xtrapin +bin/xtrapinfo +bin/xtrapout +bin/xtrapproto +bin/xtrapreset +bin/xtrapstats bin/xvidtune bin/xvinfo bin/xwd @@ -445,6 +456,7 @@ include/X11/extensions/XKBstr.h include/X11/extensions/XKBui.h include/X11/extensions/XKM.h include/X11/extensions/XKMformat.h +include/X11/extensions/XLbx.h include/X11/extensions/XShm.h include/X11/extensions/XTest.h include/X11/extensions/Xag.h @@ -456,6 +468,7 @@ include/X11/extensions/Xdbe.h include/X11/extensions/Xdbeproto.h include/X11/extensions/Xext.h include/X11/extensions/Xinerama.h +include/X11/extensions/Xrandr.h include/X11/extensions/Xrender.h include/X11/extensions/Xv.h include/X11/extensions/XvMC.h @@ -478,6 +491,8 @@ include/X11/extensions/lbxzlib.h include/X11/extensions/multibuf.h include/X11/extensions/panoramiXext.h include/X11/extensions/panoramiXproto.h +include/X11/extensions/randr.h +include/X11/extensions/randrproto.h include/X11/extensions/record.h include/X11/extensions/recordstr.h include/X11/extensions/render.h @@ -500,6 +515,13 @@ include/X11/extensions/xf86mscstr.h include/X11/extensions/xf86vmode.h include/X11/extensions/xf86vmstr.h include/X11/extensions/xtestext1.h +include/X11/extensions/xtrapbits.h +include/X11/extensions/xtrapddmi.h +include/X11/extensions/xtrapdi.h +include/X11/extensions/xtrapemacros.h +include/X11/extensions/xtraplib.h +include/X11/extensions/xtraplibp.h +include/X11/extensions/xtrapproto.h include/X11/fonts/FS.h include/X11/fonts/FSlib.h include/X11/fonts/FSproto.h @@ -509,6 +531,7 @@ include/X11/fonts/codeconv/xttcconv.h include/X11/fonts/codeconv/xttcconvP.h include/X11/fonts/codeconv/xttcommon.h include/X11/fonts/codeconv/xttversion.h +include/X11/fonts/fontenc.h include/X11/fonts/fsmasks.h include/X11/keysym.h include/X11/keysymdef.h @@ -518,7 +541,6 @@ include/X11/pixmaps/keyboard.xpm include/X11/pixmaps/monitor.xpm include/X11/pixmaps/mouse.xpm include/X11/xpm.h -include/freetype2/freetype/cache/ftcchunk.h include/freetype2/freetype/cache/ftcglyph.h include/freetype2/freetype/cache/ftcimage.h include/freetype2/freetype/cache/ftcmanag.h @@ -531,21 +553,24 @@ include/freetype2/freetype/config/ftoption.h include/freetype2/freetype/freetype.h include/freetype2/freetype/ftbbox.h include/freetype2/freetype/ftcache.h +include/freetype2/freetype/ftchapters.h include/freetype2/freetype/fterrors.h include/freetype2/freetype/ftglyph.h include/freetype2/freetype/ftimage.h include/freetype2/freetype/ftlist.h include/freetype2/freetype/ftmac.h include/freetype2/freetype/ftmm.h +include/freetype2/freetype/ftmoderr.h include/freetype2/freetype/ftmodule.h include/freetype2/freetype/ftoutln.h include/freetype2/freetype/ftrender.h +include/freetype2/freetype/ftsizes.h include/freetype2/freetype/ftsnames.h include/freetype2/freetype/ftsynth.h include/freetype2/freetype/ftsystem.h +include/freetype2/freetype/fttrigon.h include/freetype2/freetype/fttypes.h include/freetype2/freetype/internal/autohint.h -include/freetype2/freetype/internal/cfferrs.h include/freetype2/freetype/internal/cfftypes.h include/freetype2/freetype/internal/fnttypes.h include/freetype2/freetype/internal/ftcalc.h @@ -558,11 +583,11 @@ include/freetype2/freetype/internal/ftstream.h include/freetype2/freetype/internal/internal.h include/freetype2/freetype/internal/pcftypes.h include/freetype2/freetype/internal/psaux.h +include/freetype2/freetype/internal/psglobal.h +include/freetype2/freetype/internal/pshints.h include/freetype2/freetype/internal/psnames.h include/freetype2/freetype/internal/sfnt.h -include/freetype2/freetype/internal/t1errors.h include/freetype2/freetype/internal/t1types.h -include/freetype2/freetype/internal/tterrors.h include/freetype2/freetype/internal/tttypes.h include/freetype2/freetype/t1tables.h include/freetype2/freetype/ttnameid.h @@ -681,6 +706,7 @@ lib/X11/config/xf86.rules lib/X11/config/xf86.tmpl lib/X11/config/xf86site.def lib/X11/config/xfree86.cf +lib/X11/doc/BUILD lib/X11/doc/BugReport lib/X11/doc/DESIGN lib/X11/doc/Install @@ -706,6 +732,7 @@ lib/X11/doc/README.r128 lib/X11/doc/README.rapidaccess lib/X11/doc/README.rendition lib/X11/doc/README.s3virge +lib/X11/doc/RELNOTES lib/X11/doc/ServersOnly lib/X11/doc/Status lib/X11/doc/Versions @@ -932,6 +959,7 @@ lib/X11/doc/html/XF86VidModeQueryVersion.3.html lib/X11/doc/html/XF86VidModeSetViewPort.3.html lib/X11/doc/html/XF86VidModeSwitchMode.3.html lib/X11/doc/html/XF86VidModeSwitchToMode.3.html +lib/X11/doc/html/XF86VidModeValidateModeLine.3.html lib/X11/doc/html/XFetchBuffer.3.html lib/X11/doc/html/XFetchBytes.3.html lib/X11/doc/html/XFetchName.3.html @@ -1187,7 +1215,7 @@ lib/X11/doc/html/XSetLocaleModifiers.3.html lib/X11/doc/html/XSetModifierMapping.3.html lib/X11/doc/html/XSetOCValues.3.html lib/X11/doc/html/XSetOMValues.3.html -lib/X11/doc/html/XSetPlanemask.3.html +lib/X11/doc/html/XSetPlaneMask.3.html lib/X11/doc/html/XSetPointerMapping.3.html lib/X11/doc/html/XSetRGBColormaps.3.html lib/X11/doc/html/XSetRegion.3.html @@ -1275,7 +1303,7 @@ lib/X11/doc/html/XUnmapWindow.3.html lib/X11/doc/html/XUnregisterIMInstantiateCallback.3.html lib/X11/doc/html/XUnsetICFocus.3.html lib/X11/doc/html/XVaCreateNestedList.3.html -lib/X11/doc/html/XVisibilityNotifyEvent.3.html +lib/X11/doc/html/XVisibilityEvent.3.html lib/X11/doc/html/XVisualIDFromVisual.3.html lib/X11/doc/html/XVisualInfo.3.html lib/X11/doc/html/XWMGeometry.3.html @@ -1350,6 +1378,7 @@ lib/X11/doc/html/XdbeGetVisualInfo.3.html lib/X11/doc/html/XdbeQueryExtension.3.html lib/X11/doc/html/XdbeSwapBuffers.3.html lib/X11/doc/html/XeviGetVisualInfo.3.html +lib/X11/doc/html/XeviQueryExtension.3.html lib/X11/doc/html/XeviQueryVersion.3.html lib/X11/doc/html/Xft.3.html lib/X11/doc/html/Xmark.1.html @@ -1546,6 +1575,7 @@ lib/X11/doc/html/XtIsOverrideShell.3.html lib/X11/doc/html/XtIsRealized.3.html lib/X11/doc/html/XtIsRectObj.3.html lib/X11/doc/html/XtIsSensitive.3.html +lib/X11/doc/html/XtIsSessionShell.3.html lib/X11/doc/html/XtIsShell.3.html lib/X11/doc/html/XtIsSubclass.3.html lib/X11/doc/html/XtIsTopLevelShell.3.html @@ -1663,8 +1693,10 @@ lib/X11/doc/html/XtVaCreatePopupShell.3.html lib/X11/doc/html/XtVaCreateWidget.3.html lib/X11/doc/html/XtVaGetApplicationResources.3.html lib/X11/doc/html/XtVaGetSubresources.3.html +lib/X11/doc/html/XtVaGetSubvalues.3.html lib/X11/doc/html/XtVaGetValues.3.html lib/X11/doc/html/XtVaOpenApplication.3.html +lib/X11/doc/html/XtVaSetSubvalues.3.html lib/X11/doc/html/XtVaSetValues.3.html lib/X11/doc/html/XtWarning.3.html lib/X11/doc/html/XtWarningMsg.3.html @@ -1736,6 +1768,447 @@ lib/X11/doc/html/fbdev.4.html lib/X11/doc/html/fbdevhw.4.html lib/X11/doc/html/fslsfonts.1.html lib/X11/doc/html/fstobdf.1.html +lib/X11/doc/html/glAccum.3.html +lib/X11/doc/html/glActiveTextureARB.3.html +lib/X11/doc/html/glAlphaFunc.3.html +lib/X11/doc/html/glAreTexturesResident.3.html +lib/X11/doc/html/glArrayElement.3.html +lib/X11/doc/html/glBegin.3.html +lib/X11/doc/html/glBindTexture.3.html +lib/X11/doc/html/glBitmap.3.html +lib/X11/doc/html/glBlendColor.3.html +lib/X11/doc/html/glBlendEquation.3.html +lib/X11/doc/html/glBlendFunc.3.html +lib/X11/doc/html/glCallList.3.html +lib/X11/doc/html/glCallLists.3.html +lib/X11/doc/html/glClear.3.html +lib/X11/doc/html/glClearAccum.3.html +lib/X11/doc/html/glClearColor.3.html +lib/X11/doc/html/glClearDepth.3.html +lib/X11/doc/html/glClearIndex.3.html +lib/X11/doc/html/glClearStencil.3.html +lib/X11/doc/html/glClientActiveTextureARB.3.html +lib/X11/doc/html/glClipPlane.3.html +lib/X11/doc/html/glColor.3.html +lib/X11/doc/html/glColor3b.3.html +lib/X11/doc/html/glColor3bv.3.html +lib/X11/doc/html/glColor3d.3.html +lib/X11/doc/html/glColor3dv.3.html +lib/X11/doc/html/glColor3f.3.html +lib/X11/doc/html/glColor3fv.3.html +lib/X11/doc/html/glColor3i.3.html +lib/X11/doc/html/glColor3iv.3.html +lib/X11/doc/html/glColor3s.3.html +lib/X11/doc/html/glColor3sv.3.html +lib/X11/doc/html/glColor3ub.3.html +lib/X11/doc/html/glColor3ubv.3.html +lib/X11/doc/html/glColor3ui.3.html +lib/X11/doc/html/glColor3uiv.3.html +lib/X11/doc/html/glColor3us.3.html +lib/X11/doc/html/glColor3usv.3.html +lib/X11/doc/html/glColor4b.3.html +lib/X11/doc/html/glColor4bv.3.html +lib/X11/doc/html/glColor4d.3.html +lib/X11/doc/html/glColor4dv.3.html +lib/X11/doc/html/glColor4f.3.html +lib/X11/doc/html/glColor4fv.3.html +lib/X11/doc/html/glColor4i.3.html +lib/X11/doc/html/glColor4iv.3.html +lib/X11/doc/html/glColor4s.3.html +lib/X11/doc/html/glColor4sv.3.html +lib/X11/doc/html/glColor4ub.3.html +lib/X11/doc/html/glColor4ubv.3.html +lib/X11/doc/html/glColor4ui.3.html +lib/X11/doc/html/glColor4uiv.3.html +lib/X11/doc/html/glColor4us.3.html +lib/X11/doc/html/glColor4usv.3.html +lib/X11/doc/html/glColorMask.3.html +lib/X11/doc/html/glColorMaterial.3.html +lib/X11/doc/html/glColorPointer.3.html +lib/X11/doc/html/glColorSubTable.3.html +lib/X11/doc/html/glColorTable.3.html +lib/X11/doc/html/glColorTableParameter.3.html +lib/X11/doc/html/glColorTableParameterfv.3.html +lib/X11/doc/html/glColorTableParameteriv.3.html +lib/X11/doc/html/glConvolutionFilter1D.3.html +lib/X11/doc/html/glConvolutionFilter2D.3.html +lib/X11/doc/html/glConvolutionParameter.3.html +lib/X11/doc/html/glCopyColorSubTable.3.html +lib/X11/doc/html/glCopyColorTable.3.html +lib/X11/doc/html/glCopyConvolutionFilter1D.3.html +lib/X11/doc/html/glCopyConvolutionFilter2D.3.html +lib/X11/doc/html/glCopyPixels.3.html +lib/X11/doc/html/glCopyTexImage1D.3.html +lib/X11/doc/html/glCopyTexImage2D.3.html +lib/X11/doc/html/glCopyTexSubImage1D.3.html +lib/X11/doc/html/glCopyTexSubImage2D.3.html +lib/X11/doc/html/glCopyTexSubImage3D.3.html +lib/X11/doc/html/glCullFace.3.html +lib/X11/doc/html/glDeleteLists.3.html +lib/X11/doc/html/glDeleteTextures.3.html +lib/X11/doc/html/glDepthFunc.3.html +lib/X11/doc/html/glDepthMask.3.html +lib/X11/doc/html/glDepthRange.3.html +lib/X11/doc/html/glDisable.3.html +lib/X11/doc/html/glDisableClientState.3.html +lib/X11/doc/html/glDrawArrays.3.html +lib/X11/doc/html/glDrawBuffer.3.html +lib/X11/doc/html/glDrawElements.3.html +lib/X11/doc/html/glDrawPixels.3.html +lib/X11/doc/html/glDrawRangeElements.3.html +lib/X11/doc/html/glEdgeFlag.3.html +lib/X11/doc/html/glEdgeFlagPointer.3.html +lib/X11/doc/html/glEdgeFlagv.3.html +lib/X11/doc/html/glEnable.3.html +lib/X11/doc/html/glEnableClientState.3.html +lib/X11/doc/html/glEnd.3.html +lib/X11/doc/html/glEndList.3.html +lib/X11/doc/html/glEvalCoord.3.html +lib/X11/doc/html/glEvalCoord1d.3.html +lib/X11/doc/html/glEvalCoord1dv.3.html +lib/X11/doc/html/glEvalCoord1fv.3.html +lib/X11/doc/html/glEvalCoord2d.3.html +lib/X11/doc/html/glEvalCoord2dv.3.html +lib/X11/doc/html/glEvalCoord2f.3.html +lib/X11/doc/html/glEvalCoord2fv.3.html +lib/X11/doc/html/glEvalMesh.3.html +lib/X11/doc/html/glEvalMesh1.3.html +lib/X11/doc/html/glEvalMesh2.3.html +lib/X11/doc/html/glEvalPoint.3.html +lib/X11/doc/html/glEvalPoint1.3.html +lib/X11/doc/html/glEvalPoint2.3.html +lib/X11/doc/html/glFeedbackBuffer.3.html +lib/X11/doc/html/glFinish.3.html +lib/X11/doc/html/glFlush.3.html +lib/X11/doc/html/glFog.3.html +lib/X11/doc/html/glFogf.3.html +lib/X11/doc/html/glFogfv.3.html +lib/X11/doc/html/glFogi.3.html +lib/X11/doc/html/glFogiv.3.html +lib/X11/doc/html/glFrontFace.3.html +lib/X11/doc/html/glFrustum.3.html +lib/X11/doc/html/glGenLists.3.html +lib/X11/doc/html/glGenTextures.3.html +lib/X11/doc/html/glGet.3.html +lib/X11/doc/html/glGetBooleanv.3.html +lib/X11/doc/html/glGetClipPlane.3.html +lib/X11/doc/html/glGetColorTable.3.html +lib/X11/doc/html/glGetColorTableParameter.3.html +lib/X11/doc/html/glGetColorTableParameterfv.3.html +lib/X11/doc/html/glGetColorTableParameteriv.3.html +lib/X11/doc/html/glGetConvolutionFilter.3.html +lib/X11/doc/html/glGetConvolutionParameter.3.html +lib/X11/doc/html/glGetDoublev.3.html +lib/X11/doc/html/glGetError.3.html +lib/X11/doc/html/glGetFloatv.3.html +lib/X11/doc/html/glGetHistogram.3.html +lib/X11/doc/html/glGetHistogramParameter.3.html +lib/X11/doc/html/glGetIntegerv.3.html +lib/X11/doc/html/glGetLight.3.html +lib/X11/doc/html/glGetLightfv.3.html +lib/X11/doc/html/glGetLightiv.3.html +lib/X11/doc/html/glGetMap.3.html +lib/X11/doc/html/glGetMapdv.3.html +lib/X11/doc/html/glGetMapfv.3.html +lib/X11/doc/html/glGetMapiv.3.html +lib/X11/doc/html/glGetMaterial.3.html +lib/X11/doc/html/glGetMaterialfv.3.html +lib/X11/doc/html/glGetMaterialiv.3.html +lib/X11/doc/html/glGetMinmax.3.html +lib/X11/doc/html/glGetMinmaxParameter.3.html +lib/X11/doc/html/glGetPixelMap.3.html +lib/X11/doc/html/glGetPixelMapfv.3.html +lib/X11/doc/html/glGetPixelMapuiv.3.html +lib/X11/doc/html/glGetPixelMapusv.3.html +lib/X11/doc/html/glGetPointerv.3.html +lib/X11/doc/html/glGetPolygonStipple.3.html +lib/X11/doc/html/glGetSeparableFilter.3.html +lib/X11/doc/html/glGetString.3.html +lib/X11/doc/html/glGetTexEnv.3.html +lib/X11/doc/html/glGetTexEnvfv.3.html +lib/X11/doc/html/glGetTexEnviv.3.html +lib/X11/doc/html/glGetTexGen.3.html +lib/X11/doc/html/glGetTexGendv.3.html +lib/X11/doc/html/glGetTexGenfv.3.html +lib/X11/doc/html/glGetTexGeniv.3.html +lib/X11/doc/html/glGetTexImage.3.html +lib/X11/doc/html/glGetTexLevelParameter.3.html +lib/X11/doc/html/glGetTexLevelParameterfv.3.html +lib/X11/doc/html/glGetTexLevelParameteriv.3.html +lib/X11/doc/html/glGetTexParameter.3.html +lib/X11/doc/html/glGetTexParameterfv.3.html +lib/X11/doc/html/glGetTexParameteriv.3.html +lib/X11/doc/html/glHint.3.html +lib/X11/doc/html/glHistogram.3.html +lib/X11/doc/html/glIndex.3.html +lib/X11/doc/html/glIndexMask.3.html +lib/X11/doc/html/glIndexPointer.3.html +lib/X11/doc/html/glIndexd.3.html +lib/X11/doc/html/glIndexdv.3.html +lib/X11/doc/html/glIndexf.3.html +lib/X11/doc/html/glIndexfv.3.html +lib/X11/doc/html/glIndexi.3.html +lib/X11/doc/html/glIndexiv.3.html +lib/X11/doc/html/glIndexs.3.html +lib/X11/doc/html/glIndexsv.3.html +lib/X11/doc/html/glIndexub.3.html +lib/X11/doc/html/glIndexubv.3.html +lib/X11/doc/html/glInitNames.3.html +lib/X11/doc/html/glInterleavedArrays.3.html +lib/X11/doc/html/glIsEnabled.3.html +lib/X11/doc/html/glIsTexture.3.html +lib/X11/doc/html/glIslist.3.html +lib/X11/doc/html/glLight.3.html +lib/X11/doc/html/glLightModel.3.html +lib/X11/doc/html/glLightModelf.3.html +lib/X11/doc/html/glLightModelfv.3.html +lib/X11/doc/html/glLightModeli.3.html +lib/X11/doc/html/glLightModeliv.3.html +lib/X11/doc/html/glLightf.3.html +lib/X11/doc/html/glLightfv.3.html +lib/X11/doc/html/glLighti.3.html +lib/X11/doc/html/glLightiv.3.html +lib/X11/doc/html/glLineStipple.3.html +lib/X11/doc/html/glLineWidth.3.html +lib/X11/doc/html/glListBase.3.html +lib/X11/doc/html/glLoadIdentity.3.html +lib/X11/doc/html/glLoadMatrix.3.html +lib/X11/doc/html/glLoadMatrixd.3.html +lib/X11/doc/html/glLoadMatrixf.3.html +lib/X11/doc/html/glLoadName.3.html +lib/X11/doc/html/glLogicOp.3.html +lib/X11/doc/html/glMap1.3.html +lib/X11/doc/html/glMap1d.3.html +lib/X11/doc/html/glMap1f.3.html +lib/X11/doc/html/glMap2.3.html +lib/X11/doc/html/glMap2d.3.html +lib/X11/doc/html/glMap2f.3.html +lib/X11/doc/html/glMapGrid.3.html +lib/X11/doc/html/glMapGrid1d.3.html +lib/X11/doc/html/glMapGrid1f.3.html +lib/X11/doc/html/glMapGrid2d.3.html +lib/X11/doc/html/glMapGrid2f.3.html +lib/X11/doc/html/glMaterial.3.html +lib/X11/doc/html/glMaterialf.3.html +lib/X11/doc/html/glMaterialfv.3.html +lib/X11/doc/html/glMateriali.3.html +lib/X11/doc/html/glMaterialiv.3.html +lib/X11/doc/html/glMatrixMode.3.html +lib/X11/doc/html/glMinmax.3.html +lib/X11/doc/html/glMultMatrix.3.html +lib/X11/doc/html/glMultMatrixd.3.html +lib/X11/doc/html/glMultMatrixf.3.html +lib/X11/doc/html/glMultiTexCoord1dARB.3.html +lib/X11/doc/html/glMultiTexCoord1dvARB.3.html +lib/X11/doc/html/glMultiTexCoord1fARB.3.html +lib/X11/doc/html/glMultiTexCoord1fvARB.3.html +lib/X11/doc/html/glMultiTexCoord1iARB.3.html +lib/X11/doc/html/glMultiTexCoord1ivARB.3.html +lib/X11/doc/html/glMultiTexCoord1sARB.3.html +lib/X11/doc/html/glMultiTexCoord1svARB.3.html +lib/X11/doc/html/glMultiTexCoord2dARB.3.html +lib/X11/doc/html/glMultiTexCoord2dvARB.3.html +lib/X11/doc/html/glMultiTexCoord2fARB.3.html +lib/X11/doc/html/glMultiTexCoord2fvARB.3.html +lib/X11/doc/html/glMultiTexCoord2iARB.3.html +lib/X11/doc/html/glMultiTexCoord2ivARB.3.html +lib/X11/doc/html/glMultiTexCoord2sARB.3.html +lib/X11/doc/html/glMultiTexCoord2svARB.3.html +lib/X11/doc/html/glMultiTexCoord3dARB.3.html +lib/X11/doc/html/glMultiTexCoord3dvARB.3.html +lib/X11/doc/html/glMultiTexCoord3fARB.3.html +lib/X11/doc/html/glMultiTexCoord3fvARB.3.html +lib/X11/doc/html/glMultiTexCoord3iARB.3.html +lib/X11/doc/html/glMultiTexCoord3ivARB.3.html +lib/X11/doc/html/glMultiTexCoord3sARB.3.html +lib/X11/doc/html/glMultiTexCoord3svARB.3.html +lib/X11/doc/html/glMultiTexCoord4dARB.3.html +lib/X11/doc/html/glMultiTexCoord4dvARB.3.html +lib/X11/doc/html/glMultiTexCoord4fARB.3.html +lib/X11/doc/html/glMultiTexCoord4fvARB.3.html +lib/X11/doc/html/glMultiTexCoord4iARB.3.html +lib/X11/doc/html/glMultiTexCoord4ivARB.3.html +lib/X11/doc/html/glMultiTexCoord4sARB.3.html +lib/X11/doc/html/glMultiTexCoord4svARB.3.html +lib/X11/doc/html/glMultiTexCoordARB.3.html +lib/X11/doc/html/glNewList.3.html +lib/X11/doc/html/glNormal.3.html +lib/X11/doc/html/glNormal3b.3.html +lib/X11/doc/html/glNormal3bv.3.html +lib/X11/doc/html/glNormal3d.3.html +lib/X11/doc/html/glNormal3dv.3.html +lib/X11/doc/html/glNormal3f.3.html +lib/X11/doc/html/glNormal3fv.3.html +lib/X11/doc/html/glNormal3i.3.html +lib/X11/doc/html/glNormal3iv.3.html +lib/X11/doc/html/glNormal3s.3.html +lib/X11/doc/html/glNormal3sv.3.html +lib/X11/doc/html/glNormalPointer.3.html +lib/X11/doc/html/glOrtho.3.html +lib/X11/doc/html/glPassThrough.3.html +lib/X11/doc/html/glPixelMap.3.html +lib/X11/doc/html/glPixelMapfv.3.html +lib/X11/doc/html/glPixelMapuiv.3.html +lib/X11/doc/html/glPixelMapusv.3.html +lib/X11/doc/html/glPixelStore.3.html +lib/X11/doc/html/glPixelStoref.3.html +lib/X11/doc/html/glPixelStorei.3.html +lib/X11/doc/html/glPixelTransfer.3.html +lib/X11/doc/html/glPixelTransferf.3.html +lib/X11/doc/html/glPixelTransferi.3.html +lib/X11/doc/html/glPixelZoom.3.html +lib/X11/doc/html/glPointSize.3.html +lib/X11/doc/html/glPolygonMode.3.html +lib/X11/doc/html/glPolygonOffset.3.html +lib/X11/doc/html/glPolygonStipple.3.html +lib/X11/doc/html/glPopAttrib.3.html +lib/X11/doc/html/glPopClientAttrib.3.html +lib/X11/doc/html/glPopMatrix.3.html +lib/X11/doc/html/glPopName.3.html +lib/X11/doc/html/glPrioritizeTextures.3.html +lib/X11/doc/html/glPushAttrib.3.html +lib/X11/doc/html/glPushClientAttrib.3.html +lib/X11/doc/html/glPushMatrix.3.html +lib/X11/doc/html/glPushName.3.html +lib/X11/doc/html/glRasterPos.3.html +lib/X11/doc/html/glRasterPos2d.3.html +lib/X11/doc/html/glRasterPos2dv.3.html +lib/X11/doc/html/glRasterPos2f.3.html +lib/X11/doc/html/glRasterPos2fv.3.html +lib/X11/doc/html/glRasterPos2i.3.html +lib/X11/doc/html/glRasterPos2iv.3.html +lib/X11/doc/html/glRasterPos2s.3.html +lib/X11/doc/html/glRasterPos2sv.3.html +lib/X11/doc/html/glRasterPos3d.3.html +lib/X11/doc/html/glRasterPos3dv.3.html +lib/X11/doc/html/glRasterPos3f.3.html +lib/X11/doc/html/glRasterPos3fv.3.html +lib/X11/doc/html/glRasterPos3i.3.html +lib/X11/doc/html/glRasterPos3iv.3.html +lib/X11/doc/html/glRasterPos3s.3.html +lib/X11/doc/html/glRasterPos3sv.3.html +lib/X11/doc/html/glRasterPos4d.3.html +lib/X11/doc/html/glRasterPos4dv.3.html +lib/X11/doc/html/glRasterPos4f.3.html +lib/X11/doc/html/glRasterPos4fv.3.html +lib/X11/doc/html/glRasterPos4i.3.html +lib/X11/doc/html/glRasterPos4iv.3.html +lib/X11/doc/html/glRasterPos4s.3.html +lib/X11/doc/html/glRasterPos4sv.3.html +lib/X11/doc/html/glReadBuffer.3.html +lib/X11/doc/html/glReadPixels.3.html +lib/X11/doc/html/glRect.3.html +lib/X11/doc/html/glRectd.3.html +lib/X11/doc/html/glRectdv.3.html +lib/X11/doc/html/glRectf.3.html +lib/X11/doc/html/glRectfv.3.html +lib/X11/doc/html/glRecti.3.html +lib/X11/doc/html/glRectiv.3.html +lib/X11/doc/html/glRects.3.html +lib/X11/doc/html/glRectsv.3.html +lib/X11/doc/html/glRenderMode.3.html +lib/X11/doc/html/glResetHistogram.3.html +lib/X11/doc/html/glResetMinmax.3.html +lib/X11/doc/html/glRotate.3.html +lib/X11/doc/html/glRotated.3.html +lib/X11/doc/html/glRotatef.3.html +lib/X11/doc/html/glScale.3.html +lib/X11/doc/html/glScaled.3.html +lib/X11/doc/html/glScalef.3.html +lib/X11/doc/html/glScissor.3.html +lib/X11/doc/html/glSelectBuffer.3.html +lib/X11/doc/html/glSeparableFilter2D.3.html +lib/X11/doc/html/glShadeModel.3.html +lib/X11/doc/html/glStencilFunc.3.html +lib/X11/doc/html/glStencilMask.3.html +lib/X11/doc/html/glStencilOp.3.html +lib/X11/doc/html/glTexCoord.3.html +lib/X11/doc/html/glTexCoord1d.3.html +lib/X11/doc/html/glTexCoord1dv.3.html +lib/X11/doc/html/glTexCoord1f.3.html +lib/X11/doc/html/glTexCoord1fv.3.html +lib/X11/doc/html/glTexCoord1i.3.html +lib/X11/doc/html/glTexCoord1iv.3.html +lib/X11/doc/html/glTexCoord1s.3.html +lib/X11/doc/html/glTexCoord1sv.3.html +lib/X11/doc/html/glTexCoord2d.3.html +lib/X11/doc/html/glTexCoord2dv.3.html +lib/X11/doc/html/glTexCoord2f.3.html +lib/X11/doc/html/glTexCoord2fv.3.html +lib/X11/doc/html/glTexCoord2i.3.html +lib/X11/doc/html/glTexCoord2iv.3.html +lib/X11/doc/html/glTexCoord2s.3.html +lib/X11/doc/html/glTexCoord2sv.3.html +lib/X11/doc/html/glTexCoord3d.3.html +lib/X11/doc/html/glTexCoord3dv.3.html +lib/X11/doc/html/glTexCoord3f.3.html +lib/X11/doc/html/glTexCoord3fv.3.html +lib/X11/doc/html/glTexCoord3i.3.html +lib/X11/doc/html/glTexCoord3iv.3.html +lib/X11/doc/html/glTexCoord3s.3.html +lib/X11/doc/html/glTexCoord3sv.3.html +lib/X11/doc/html/glTexCoord4d.3.html +lib/X11/doc/html/glTexCoord4dv.3.html +lib/X11/doc/html/glTexCoord4f.3.html +lib/X11/doc/html/glTexCoord4fv.3.html +lib/X11/doc/html/glTexCoord4i.3.html +lib/X11/doc/html/glTexCoord4iv.3.html +lib/X11/doc/html/glTexCoord4s.3.html +lib/X11/doc/html/glTexCoord4sv.3.html +lib/X11/doc/html/glTexCoordPointer.3.html +lib/X11/doc/html/glTexEnv.3.html +lib/X11/doc/html/glTexEnvf.3.html +lib/X11/doc/html/glTexEnvfv.3.html +lib/X11/doc/html/glTexEnvi.3.html +lib/X11/doc/html/glTexEnviv.3.html +lib/X11/doc/html/glTexGen.3.html +lib/X11/doc/html/glTexGend.3.html +lib/X11/doc/html/glTexGendv.3.html +lib/X11/doc/html/glTexGenf.3.html +lib/X11/doc/html/glTexGenfv.3.html +lib/X11/doc/html/glTexGeni.3.html +lib/X11/doc/html/glTexGeniv.3.html +lib/X11/doc/html/glTexImage1D.3.html +lib/X11/doc/html/glTexImage2D.3.html +lib/X11/doc/html/glTexImage3D.3.html +lib/X11/doc/html/glTexParameter.3.html +lib/X11/doc/html/glTexParameterf.3.html +lib/X11/doc/html/glTexParameterfv.3.html +lib/X11/doc/html/glTexParameteri.3.html +lib/X11/doc/html/glTexParameteriv.3.html +lib/X11/doc/html/glTexSubImage1D.3.html +lib/X11/doc/html/glTexSubImage2D.3.html +lib/X11/doc/html/glTexSubImage3D.3.html +lib/X11/doc/html/glTranslate.3.html +lib/X11/doc/html/glTranslated.3.html +lib/X11/doc/html/glTranslatef.3.html +lib/X11/doc/html/glVertex.3.html +lib/X11/doc/html/glVertex2d.3.html +lib/X11/doc/html/glVertex2dv.3.html +lib/X11/doc/html/glVertex2f.3.html +lib/X11/doc/html/glVertex2fv.3.html +lib/X11/doc/html/glVertex2i.3.html +lib/X11/doc/html/glVertex2iv.3.html +lib/X11/doc/html/glVertex2s.3.html +lib/X11/doc/html/glVertex2sv.3.html +lib/X11/doc/html/glVertex3d.3.html +lib/X11/doc/html/glVertex3dv.3.html +lib/X11/doc/html/glVertex3f.3.html +lib/X11/doc/html/glVertex3fv.3.html +lib/X11/doc/html/glVertex3i.3.html +lib/X11/doc/html/glVertex3iv.3.html +lib/X11/doc/html/glVertex3s.3.html +lib/X11/doc/html/glVertex3sv.3.html +lib/X11/doc/html/glVertex4d.3.html +lib/X11/doc/html/glVertex4dv.3.html +lib/X11/doc/html/glVertex4f.3.html +lib/X11/doc/html/glVertex4fv.3.html +lib/X11/doc/html/glVertex4i.3.html +lib/X11/doc/html/glVertex4iv.3.html +lib/X11/doc/html/glVertex4s.3.html +lib/X11/doc/html/glVertex4sv.3.html +lib/X11/doc/html/glVertexPointer.3.html +lib/X11/doc/html/glViewport.3.html lib/X11/doc/html/glXChooseVisual.3.html lib/X11/doc/html/glXCopyContext.3.html lib/X11/doc/html/glXCreateContext.3.html @@ -1829,6 +2302,7 @@ lib/X11/doc/html/lbxproxy.1.html lib/X11/doc/html/libxrx.1.html lib/X11/doc/html/listres.1.html lib/X11/doc/html/lndir.1.html +lib/X11/doc/html/luit.1.html lib/X11/doc/html/makedepend.1.html lib/X11/doc/html/makeg.1.html lib/X11/doc/html/makepsres.1.html @@ -1928,6 +2402,7 @@ lib/X11/doc/html/xmkmf.1.html lib/X11/doc/html/xmodmap.1.html lib/X11/doc/html/xon.1.html lib/X11/doc/html/xprop.1.html +lib/X11/doc/html/xrandr.1.html lib/X11/doc/html/xrdb.1.html lib/X11/doc/html/xrefresh.1.html lib/X11/doc/html/xset.1.html @@ -1937,6 +2412,14 @@ lib/X11/doc/html/xsetroot.1.html lib/X11/doc/html/xsm.1.html lib/X11/doc/html/xstdcmap.1.html lib/X11/doc/html/xterm.1.html +lib/X11/doc/html/xtrap.1.html +lib/X11/doc/html/xtrapchar.1.html +lib/X11/doc/html/xtrapin.1.html +lib/X11/doc/html/xtrapinfo.1.html +lib/X11/doc/html/xtrapout.1.html +lib/X11/doc/html/xtrapproto.1.html +lib/X11/doc/html/xtrapreset.1.html +lib/X11/doc/html/xtrapstats.1.html lib/X11/doc/html/xvidtune.1.html lib/X11/doc/html/xvinfo.1.html lib/X11/doc/html/xwd.1.html @@ -2705,6 +3188,15 @@ lib/X11/fonts/100dpi/luBIS18-ISO8859-3.pcf.gz lib/X11/fonts/100dpi/luBIS18-ISO8859-4.pcf.gz lib/X11/fonts/100dpi/luBIS18-ISO8859-9.pcf.gz lib/X11/fonts/100dpi/luBIS18.pcf.gz +lib/X11/fonts/100dpi/luBIS19-ISO8859-1.pcf.gz +lib/X11/fonts/100dpi/luBIS19-ISO8859-10.pcf.gz +lib/X11/fonts/100dpi/luBIS19-ISO8859-13.pcf.gz +lib/X11/fonts/100dpi/luBIS19-ISO8859-14.pcf.gz +lib/X11/fonts/100dpi/luBIS19-ISO8859-15.pcf.gz +lib/X11/fonts/100dpi/luBIS19-ISO8859-2.pcf.gz +lib/X11/fonts/100dpi/luBIS19-ISO8859-3.pcf.gz +lib/X11/fonts/100dpi/luBIS19-ISO8859-4.pcf.gz +lib/X11/fonts/100dpi/luBIS19-ISO8859-9.pcf.gz lib/X11/fonts/100dpi/luBIS19.pcf.gz lib/X11/fonts/100dpi/luBIS24-ISO8859-1.pcf.gz lib/X11/fonts/100dpi/luBIS24-ISO8859-10.pcf.gz @@ -4584,6 +5076,15 @@ lib/X11/fonts/75dpi/luBIS18-ISO8859-3.pcf.gz lib/X11/fonts/75dpi/luBIS18-ISO8859-4.pcf.gz lib/X11/fonts/75dpi/luBIS18-ISO8859-9.pcf.gz lib/X11/fonts/75dpi/luBIS18.pcf.gz +lib/X11/fonts/75dpi/luBIS19-ISO8859-1.pcf.gz +lib/X11/fonts/75dpi/luBIS19-ISO8859-10.pcf.gz +lib/X11/fonts/75dpi/luBIS19-ISO8859-13.pcf.gz +lib/X11/fonts/75dpi/luBIS19-ISO8859-14.pcf.gz +lib/X11/fonts/75dpi/luBIS19-ISO8859-15.pcf.gz +lib/X11/fonts/75dpi/luBIS19-ISO8859-2.pcf.gz +lib/X11/fonts/75dpi/luBIS19-ISO8859-3.pcf.gz +lib/X11/fonts/75dpi/luBIS19-ISO8859-4.pcf.gz +lib/X11/fonts/75dpi/luBIS19-ISO8859-9.pcf.gz lib/X11/fonts/75dpi/luBIS19.pcf.gz lib/X11/fonts/75dpi/luBIS24-ISO8859-1.pcf.gz lib/X11/fonts/75dpi/luBIS24-ISO8859-10.pcf.gz @@ -5721,6 +6222,21 @@ lib/X11/fonts/Speedo/font0709.spd lib/X11/fonts/Speedo/font0710.spd lib/X11/fonts/Speedo/fonts.dir lib/X11/fonts/Speedo/fonts.scale +lib/X11/fonts/TTF/encodings.dir +lib/X11/fonts/TTF/fonts.dir +lib/X11/fonts/TTF/fonts.scale +lib/X11/fonts/TTF/luximb.ttf +lib/X11/fonts/TTF/luximbi.ttf +lib/X11/fonts/TTF/luximr.ttf +lib/X11/fonts/TTF/luximri.ttf +lib/X11/fonts/TTF/luxirb.ttf +lib/X11/fonts/TTF/luxirbi.ttf +lib/X11/fonts/TTF/luxirr.ttf +lib/X11/fonts/TTF/luxirri.ttf +lib/X11/fonts/TTF/luxisb.ttf +lib/X11/fonts/TTF/luxisbi.ttf +lib/X11/fonts/TTF/luxisr.ttf +lib/X11/fonts/TTF/luxisri.ttf lib/X11/fonts/Type1/UTBI____.afm lib/X11/fonts/Type1/UTBI____.pfa lib/X11/fonts/Type1/UTB_____.afm @@ -5729,7 +6245,6 @@ lib/X11/fonts/Type1/UTI_____.afm lib/X11/fonts/Type1/UTI_____.pfa lib/X11/fonts/Type1/UTRG____.afm lib/X11/fonts/Type1/UTRG____.pfa -lib/X11/fonts/Type1/XftCache lib/X11/fonts/Type1/c0419bt_.afm lib/X11/fonts/Type1/c0419bt_.pfb lib/X11/fonts/Type1/c0582bt_.afm @@ -5758,18 +6273,30 @@ lib/X11/fonts/Type1/cursor.pfa lib/X11/fonts/Type1/encodings.dir lib/X11/fonts/Type1/fonts.dir lib/X11/fonts/Type1/fonts.scale -lib/X11/fonts/Type1/lcdxmo.afm -lib/X11/fonts/Type1/lcdxmo.pfa -lib/X11/fonts/Type1/lcdxmr.afm -lib/X11/fonts/Type1/lcdxmr.pfa -lib/X11/fonts/Type1/lcdxro.afm -lib/X11/fonts/Type1/lcdxro.pfa -lib/X11/fonts/Type1/lcdxrr.afm -lib/X11/fonts/Type1/lcdxrr.pfa -lib/X11/fonts/Type1/lcdxso.afm -lib/X11/fonts/Type1/lcdxso.pfa -lib/X11/fonts/Type1/lcdxsr.afm -lib/X11/fonts/Type1/lcdxsr.pfa +lib/X11/fonts/Type1/l047013t.afm +lib/X11/fonts/Type1/l047013t.pfa +lib/X11/fonts/Type1/l047016t.afm +lib/X11/fonts/Type1/l047016t.pfa +lib/X11/fonts/Type1/l047033t.afm +lib/X11/fonts/Type1/l047033t.pfa +lib/X11/fonts/Type1/l047036t.afm +lib/X11/fonts/Type1/l047036t.pfa +lib/X11/fonts/Type1/l048013t.afm +lib/X11/fonts/Type1/l048013t.pfa +lib/X11/fonts/Type1/l048016t.afm +lib/X11/fonts/Type1/l048016t.pfa +lib/X11/fonts/Type1/l048033t.afm +lib/X11/fonts/Type1/l048033t.pfa +lib/X11/fonts/Type1/l048036t.afm +lib/X11/fonts/Type1/l048036t.pfa +lib/X11/fonts/Type1/l049013t.afm +lib/X11/fonts/Type1/l049013t.pfa +lib/X11/fonts/Type1/l049016t.afm +lib/X11/fonts/Type1/l049016t.pfa +lib/X11/fonts/Type1/l049033t.afm +lib/X11/fonts/Type1/l049033t.pfa +lib/X11/fonts/Type1/l049036t.afm +lib/X11/fonts/Type1/l049036t.pfa lib/X11/fonts/cyrillic/crox1c.pcf.gz lib/X11/fonts/cyrillic/crox1cb.pcf.gz lib/X11/fonts/cyrillic/crox1cbo.pcf.gz @@ -5845,6 +6372,7 @@ lib/X11/fonts/encodings/adobe-dingbats.enc.gz lib/X11/fonts/encodings/adobe-standard.enc.gz lib/X11/fonts/encodings/adobe-symbol.enc.gz lib/X11/fonts/encodings/armscii-8.enc +lib/X11/fonts/encodings/dec-special.enc lib/X11/fonts/encodings/encodings.dir lib/X11/fonts/encodings/ibm-cp437.enc lib/X11/fonts/encodings/ibm-cp850.enc @@ -5852,6 +6380,7 @@ lib/X11/fonts/encodings/ibm-cp852.enc lib/X11/fonts/encodings/ibm-cp866.enc lib/X11/fonts/encodings/iso8859-11.enc lib/X11/fonts/encodings/iso8859-13.enc +lib/X11/fonts/encodings/iso8859-16.enc lib/X11/fonts/encodings/large/big5.eten-0.enc.gz lib/X11/fonts/encodings/large/encodings.dir lib/X11/fonts/encodings/large/gb2312.1980-0.enc.gz @@ -5861,6 +6390,7 @@ lib/X11/fonts/encodings/large/jisx0208.1983-0.enc.gz lib/X11/fonts/encodings/large/jisx0208.1990-0.enc.gz lib/X11/fonts/encodings/large/jisx0212.1990-0.enc.gz lib/X11/fonts/encodings/large/ksc5601.1987-0.enc.gz +lib/X11/fonts/encodings/large/ksc5601.1992-3.enc.gz lib/X11/fonts/encodings/microsoft-cp1250.enc lib/X11/fonts/encodings/microsoft-cp1251.enc lib/X11/fonts/encodings/microsoft-cp1252.enc @@ -5875,6 +6405,7 @@ lib/X11/fonts/encodings/mulearabic-1.enc lib/X11/fonts/encodings/mulearabic-2.enc lib/X11/fonts/encodings/mulelao-1.enc lib/X11/fonts/encodings/tcvn-0.enc +lib/X11/fonts/encodings/tis620-2.enc lib/X11/fonts/encodings/viscii1.1-1.enc.gz lib/X11/fonts/local/fonts.dir lib/X11/fonts/misc/10x20-ISO8859-1.pcf.gz @@ -6201,6 +6732,7 @@ lib/X11/fonts/misc/clR8x8.pcf.gz lib/X11/fonts/misc/clR9x15.pcf.gz lib/X11/fonts/misc/cu-alt12.pcf.gz lib/X11/fonts/misc/cu-arabic12.pcf.gz +lib/X11/fonts/misc/cu-devnag12.pcf.gz lib/X11/fonts/misc/cu-lig12.pcf.gz lib/X11/fonts/misc/cu-pua12.pcf.gz lib/X11/fonts/misc/cu12.pcf.gz @@ -6242,85 +6774,136 @@ lib/X11/fonts/util/map-JISX0201.1976-0 lib/X11/fonts/util/map-KOI8-R lib/X11/fs lib/X11/lbxproxy +lib/X11/locale/C/XI18N_OBJS lib/X11/locale/C/XLC_LOCALE lib/X11/locale/armscii-8/Compose +lib/X11/locale/armscii-8/XI18N_OBJS lib/X11/locale/armscii-8/XLC_LOCALE +lib/X11/locale/common/ximcp.so.2 +lib/X11/locale/common/xlcDef.so.2 +lib/X11/locale/common/xlcUTF8Load.so.2 +lib/X11/locale/common/xlibi18n.so.2 +lib/X11/locale/common/xlocale.so.2 +lib/X11/locale/common/xomGeneric.so.2 lib/X11/locale/compose.dir +lib/X11/locale/en_US.UTF-8/Compose +lib/X11/locale/en_US.UTF-8/XI18N_OBJS lib/X11/locale/en_US.UTF-8/XLC_LOCALE lib/X11/locale/georgian-academy/Compose +lib/X11/locale/georgian-academy/XI18N_OBJS lib/X11/locale/georgian-academy/XLC_LOCALE lib/X11/locale/georgian-ps/Compose +lib/X11/locale/georgian-ps/XI18N_OBJS lib/X11/locale/georgian-ps/XLC_LOCALE lib/X11/locale/ibm-cp1133/Compose +lib/X11/locale/ibm-cp1133/XI18N_OBJS lib/X11/locale/ibm-cp1133/XLC_LOCALE +lib/X11/locale/iscii-dev/XI18N_OBJS lib/X11/locale/iscii-dev/XLC_LOCALE +lib/X11/locale/isiri-3342/XI18N_OBJS lib/X11/locale/isiri-3342/XLC_LOCALE lib/X11/locale/iso8859-1/Compose +lib/X11/locale/iso8859-1/XI18N_OBJS lib/X11/locale/iso8859-1/XLC_LOCALE lib/X11/locale/iso8859-10/Compose +lib/X11/locale/iso8859-10/XI18N_OBJS lib/X11/locale/iso8859-10/XLC_LOCALE lib/X11/locale/iso8859-13/Compose +lib/X11/locale/iso8859-13/XI18N_OBJS lib/X11/locale/iso8859-13/XLC_LOCALE lib/X11/locale/iso8859-14/Compose +lib/X11/locale/iso8859-14/XI18N_OBJS lib/X11/locale/iso8859-14/XLC_LOCALE lib/X11/locale/iso8859-15/Compose +lib/X11/locale/iso8859-15/XI18N_OBJS lib/X11/locale/iso8859-15/XLC_LOCALE lib/X11/locale/iso8859-2/Compose +lib/X11/locale/iso8859-2/XI18N_OBJS lib/X11/locale/iso8859-2/XLC_LOCALE lib/X11/locale/iso8859-3/Compose +lib/X11/locale/iso8859-3/XI18N_OBJS lib/X11/locale/iso8859-3/XLC_LOCALE lib/X11/locale/iso8859-4/Compose +lib/X11/locale/iso8859-4/XI18N_OBJS lib/X11/locale/iso8859-4/XLC_LOCALE lib/X11/locale/iso8859-5/Compose +lib/X11/locale/iso8859-5/XI18N_OBJS lib/X11/locale/iso8859-5/XLC_LOCALE lib/X11/locale/iso8859-6/Compose +lib/X11/locale/iso8859-6/XI18N_OBJS lib/X11/locale/iso8859-6/XLC_LOCALE lib/X11/locale/iso8859-7/Compose +lib/X11/locale/iso8859-7/XI18N_OBJS lib/X11/locale/iso8859-7/XLC_LOCALE lib/X11/locale/iso8859-8/Compose +lib/X11/locale/iso8859-8/XI18N_OBJS lib/X11/locale/iso8859-8/XLC_LOCALE lib/X11/locale/iso8859-9/Compose +lib/X11/locale/iso8859-9/XI18N_OBJS lib/X11/locale/iso8859-9/XLC_LOCALE lib/X11/locale/iso8859-9e/Compose +lib/X11/locale/iso8859-9e/XI18N_OBJS lib/X11/locale/iso8859-9e/XLC_LOCALE lib/X11/locale/ja.JIS/Compose +lib/X11/locale/ja.JIS/XI18N_OBJS lib/X11/locale/ja.JIS/XLC_LOCALE lib/X11/locale/ja.SJIS/Compose +lib/X11/locale/ja.SJIS/XI18N_OBJS lib/X11/locale/ja.SJIS/XLC_LOCALE lib/X11/locale/ja/Compose +lib/X11/locale/ja/XI18N_OBJS lib/X11/locale/ja/XLC_LOCALE lib/X11/locale/ko/Compose +lib/X11/locale/ko/XI18N_OBJS lib/X11/locale/ko/XLC_LOCALE lib/X11/locale/koi8-c/Compose +lib/X11/locale/koi8-c/XI18N_OBJS lib/X11/locale/koi8-c/XLC_LOCALE lib/X11/locale/koi8-r/Compose +lib/X11/locale/koi8-r/XI18N_OBJS lib/X11/locale/koi8-r/XLC_LOCALE lib/X11/locale/koi8-u/Compose +lib/X11/locale/koi8-u/XI18N_OBJS lib/X11/locale/koi8-u/XLC_LOCALE lib/X11/locale/locale.alias lib/X11/locale/locale.dir +lib/X11/locale/microsoft-cp1251/XI18N_OBJS lib/X11/locale/microsoft-cp1251/XLC_LOCALE +lib/X11/locale/microsoft-cp1255/XI18N_OBJS lib/X11/locale/microsoft-cp1255/XLC_LOCALE +lib/X11/locale/microsoft-cp1256/XI18N_OBJS lib/X11/locale/microsoft-cp1256/XLC_LOCALE -lib/X11/locale/mk_MK.UTF-8/Compose lib/X11/locale/mulelao-1/Compose +lib/X11/locale/mulelao-1/XI18N_OBJS lib/X11/locale/mulelao-1/XLC_LOCALE +lib/X11/locale/nokhchi-1/XI18N_OBJS lib/X11/locale/nokhchi-1/XLC_LOCALE +lib/X11/locale/tatar-cyr/XI18N_OBJS lib/X11/locale/tatar-cyr/XLC_LOCALE +lib/X11/locale/th_TH/XI18N_OBJS lib/X11/locale/th_TH/XLC_LOCALE +lib/X11/locale/tscii-0/XI18N_OBJS lib/X11/locale/tscii-0/XLC_LOCALE lib/X11/locale/vi_VN.tcvn/Compose +lib/X11/locale/vi_VN.tcvn/XI18N_OBJS lib/X11/locale/vi_VN.tcvn/XLC_LOCALE lib/X11/locale/vi_VN.viscii/Compose +lib/X11/locale/vi_VN.viscii/XI18N_OBJS lib/X11/locale/vi_VN.viscii/XLC_LOCALE -lib/X11/locale/zh/Compose -lib/X11/locale/zh/XLC_LOCALE +lib/X11/locale/zh/XI18N_OBJS lib/X11/locale/zh_CN.gbk/Compose +lib/X11/locale/zh_CN.gbk/XI18N_OBJS lib/X11/locale/zh_CN.gbk/XLC_LOCALE +lib/X11/locale/zh_CN/Compose +lib/X11/locale/zh_CN/XLC_LOCALE +lib/X11/locale/zh_HK.big5/XLC_LOCALE +lib/X11/locale/zh_HK.big5hkscs/XI18N_OBJS lib/X11/locale/zh_HK.big5hkscs/XLC_LOCALE -lib/X11/locale/zh_TW.Big5/Compose -lib/X11/locale/zh_TW.Big5/XLC_LOCALE +lib/X11/locale/zh_TW.big5/Compose +lib/X11/locale/zh_TW.big5/XI18N_OBJS +lib/X11/locale/zh_TW.big5/XLC_LOCALE lib/X11/locale/zh_TW/Compose +lib/X11/locale/zh_TW/XI18N_OBJS lib/X11/locale/zh_TW/XLC_LOCALE lib/X11/proxymngr lib/X11/rgb.txt @@ -6330,6 +6913,7 @@ lib/X11/x11perfcomp/fillblnk lib/X11/x11perfcomp/perfboth lib/X11/x11perfcomp/perfratio lib/X11/xdm +lib/X11/xedit/lisp/fun.lsp lib/X11/xinit lib/X11/xkb lib/X11/xman.help @@ -6363,6 +6947,9 @@ lib/libXIE.so lib/libXIE.so.6 lib/libXThrStub.so lib/libXThrStub.so.6 +lib/libXTrap.a +lib/libXTrap.so +lib/libXTrap.so.6 lib/libXau.a lib/libXaw.a lib/libXaw.so @@ -6395,6 +6982,9 @@ lib/libXp.so.6 lib/libXpm.a lib/libXpm.so lib/libXpm.so.4 +lib/libXrandr.a +lib/libXrandr.so +lib/libXrandr.so.1 lib/libXrender.a lib/libXrender.so lib/libXrender.so.1 @@ -6406,6 +6996,7 @@ lib/libXtst.a lib/libXtst.so lib/libXtst.so.6 lib/libXv.a +lib/libXvMC.a lib/libXxf86dga.a lib/libXxf86misc.a lib/libXxf86vm.a @@ -6416,9 +7007,10 @@ lib/libdpstk.a lib/libdpstk.so lib/libdpstk.so.1 lib/libfntstubs.a +lib/libfontenc.a lib/libfreetype.a lib/libfreetype.so -lib/libfreetype.so.6 +lib/libfreetype.so.8 lib/liboldX.a lib/liboldX.so lib/liboldX.so.6 @@ -6462,6 +7054,7 @@ lib/modules/codeconv/libTCVN.a lib/modules/codeconv/libVISCII.a lib/modules/dri/gamma_dri.so lib/modules/dri/i810_dri.so +lib/modules/dri/i830_dri.so lib/modules/dri/mga_dri.so lib/modules/dri/r128_dri.so lib/modules/dri/radeon_dri.so @@ -6506,6 +7099,7 @@ lib/modules/extensions/libglx.a lib/modules/extensions/libpex5.a lib/modules/extensions/librecord.a lib/modules/extensions/libxie.a +lib/modules/extensions/libxtrap.a lib/modules/fonts/libbitmap.a lib/modules/fonts/libfreetype.a lib/modules/fonts/libspeedo.a @@ -6531,6 +7125,7 @@ lib/modules/libddc.a lib/modules/libfb.a lib/modules/libi2c.a lib/modules/libint10.a +lib/modules/liblayer.a lib/modules/libmfb.a lib/modules/libpcidata.a lib/modules/librac.a @@ -6557,6 +7152,7 @@ X11/app-defaults/Chooser X11/app-defaults/Clock-color X11/app-defaults/Editres X11/app-defaults/Editres-color +X11/app-defaults/UXTerm X11/app-defaults/Viewres X11/app-defaults/XCalc X11/app-defaults/XCalc-color @@ -6729,19 +7325,26 @@ X11/xkb/semantics/complete X11/xkb/semantics/default X11/xkb/semantics/xtest X11/xkb/symbols.dir +X11/xkb/symbols/al +X11/xkb/symbols/altwin X11/xkb/symbols/am +X11/xkb/symbols/ar X11/xkb/symbols/az X11/xkb/symbols/be +X11/xkb/symbols/ben X11/xkb/symbols/bg X11/xkb/symbols/br X11/xkb/symbols/by X11/xkb/symbols/ca X11/xkb/symbols/ca_enhanced +X11/xkb/symbols/compose X11/xkb/symbols/ctrl X11/xkb/symbols/cz X11/xkb/symbols/cz_qwerty +X11/xkb/symbols/czsk X11/xkb/symbols/de X11/xkb/symbols/de_CH +X11/xkb/symbols/dev X11/xkb/symbols/digital/lk X11/xkb/symbols/digital/pc X11/xkb/symbols/digital/us @@ -6758,7 +7361,11 @@ X11/xkb/symbols/fr_CH X11/xkb/symbols/fujitsu/jp X11/xkb/symbols/fujitsu/us X11/xkb/symbols/gb +X11/xkb/symbols/ge_la +X11/xkb/symbols/ge_ru X11/xkb/symbols/group +X11/xkb/symbols/guj +X11/xkb/symbols/gur X11/xkb/symbols/hp/us X11/xkb/symbols/hr X11/xkb/symbols/hu @@ -6766,14 +7373,17 @@ X11/xkb/symbols/hu_US X11/xkb/symbols/il X11/xkb/symbols/il_phonetic X11/xkb/symbols/inet +X11/xkb/symbols/ir X11/xkb/symbols/is X11/xkb/symbols/iso9995-3 X11/xkb/symbols/it +X11/xkb/symbols/iu X11/xkb/symbols/jp X11/xkb/symbols/keypad +X11/xkb/symbols/la +X11/xkb/symbols/level3 X11/xkb/symbols/lock X11/xkb/symbols/lt -X11/xkb/symbols/lt_p X11/xkb/symbols/lt_std X11/xkb/symbols/lv X11/xkb/symbols/macintosh/de @@ -6791,15 +7401,25 @@ X11/xkb/symbols/macintosh/pt X11/xkb/symbols/macintosh/se X11/xkb/symbols/macintosh/us X11/xkb/symbols/mk +X11/xkb/symbols/mm +X11/xkb/symbols/mt +X11/xkb/symbols/mt_us X11/xkb/symbols/nec/jp +X11/xkb/symbols/nl X11/xkb/symbols/no X11/xkb/symbols/pc104 X11/xkb/symbols/pl +X11/xkb/symbols/pl2 X11/xkb/symbols/pt X11/xkb/symbols/ralt X11/xkb/symbols/ro X11/xkb/symbols/ru +X11/xkb/symbols/ru_yawerty +X11/xkb/symbols/sapmi X11/xkb/symbols/se +X11/xkb/symbols/se_FI +X11/xkb/symbols/se_NO +X11/xkb/symbols/se_SE X11/xkb/symbols/sgi/jp X11/xkb/symbols/si X11/xkb/symbols/sk @@ -6809,14 +7429,19 @@ X11/xkb/symbols/sr X11/xkb/symbols/sun/se X11/xkb/symbols/sun/us X11/xkb/symbols/th +X11/xkb/symbols/tj +X11/xkb/symbols/tml X11/xkb/symbols/tr +X11/xkb/symbols/tr_f X11/xkb/symbols/ua X11/xkb/symbols/us +X11/xkb/symbols/us_group2 X11/xkb/symbols/us_group3 X11/xkb/symbols/us_intl X11/xkb/symbols/vn X11/xkb/symbols/xfree68/amiga X11/xkb/symbols/xfree68/ataritt +X11/xkb/symbols/yu X11/xkb/types.dir X11/xkb/types/basic X11/xkb/types/cancel @@ -6871,6 +7496,3 @@ README @unexec rmdir /etc/X11/lbxproxy @unexec rmdir /etc/X11/fs @unexec rmdir /etc/X11/app-defaults -@unexec rmdir /etc/X11 -@unexec rmdir /var/db/xdm -@unexec rmdir /var/db/xkb/ |