21329956 libXext does not export XSync*Fence or XGE* functions s11u3_27
authorAlan Coopersmith <Alan.Coopersmith@Oracle.COM>
Fri, 26 Jun 2015 17:12:16 -0700
changeset 1476 db63a2409b45
parent 1475 5440cf11c171
child 1477 4a4a57b309a5
21329956 libXext does not export XSync*Fence or XGE* functions
open-src/lib/libXext/mapfile-vers
open-src/lib/libXmu/mapfile-Xmu
--- 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;
--- 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;