# HG changeset patch # User Alan Coopersmith # Date 1435363936 25200 # Node ID db63a2409b45af01352a94f93b73c4755cfb1ec8 # Parent 5440cf11c171a006847c40c183bd815be45aab08 21329956 libXext does not export XSync*Fence or XGE* functions diff -r 5440cf11c171 -r db63a2409b45 open-src/lib/libXext/mapfile-vers --- a/open-src/lib/libXext/mapfile-vers Fri Jun 26 12:39:17 2015 -0700 +++ b/open-src/lib/libXext/mapfile-vers Fri Jun 26 17:12:16 2015 -0700 @@ -1,5 +1,5 @@ # -# Copyright (c) 2008, 2009, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved. # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), @@ -87,6 +87,10 @@ XeviQueryVersion; XeviGetVisualInfo; +# Xge.c + XGEQueryExtension; + XGEQueryVersion; + # XGrabWin.c XGetRetainedPath; XGrabColormap; @@ -188,6 +192,13 @@ XSyncValueSubtract; XSyncMaxValue; XSyncMinValue; +# Added in libXext 1.3.0 - PSARC/2011/213 X Sync Extension version 3.1: + XSyncAwaitFence; + XSyncCreateFence; + XSyncDestroyFence; + XSyncQueryFence; + XSyncResetFence; + XSyncTriggerFence; # XTestExt1.c XTestFakeInput; diff -r 5440cf11c171 -r db63a2409b45 open-src/lib/libXmu/mapfile-Xmu --- a/open-src/lib/libXmu/mapfile-Xmu Fri Jun 26 12:39:17 2015 -0700 +++ b/open-src/lib/libXmu/mapfile-Xmu Fri Jun 26 17:12:16 2015 -0700 @@ -2,7 +2,7 @@ # # libXmu mapfile # -# Copyright (c) 2008, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved. # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), @@ -35,6 +35,7 @@ XmuCvtBackingStoreToString; XmuCvtGravityToString; XmuCvtJustifyToString; + XmuCvtLongToString; XmuCvtOrientationToString; XmuCvtShapeStyleToString; XmuCvtWidgetToString; @@ -53,6 +54,7 @@ XmuScanlineOr; XmuScanlineOrSegment; XmuScanlineXor; + XmuScanlineXorSegment; XmuValidArea; XmuValidScanline;