open-src/lib/libXfixes/mapfile-vers
changeset 1475 5440cf11c171
parent 943 294f64612d23
--- a/open-src/lib/libXfixes/mapfile-vers	Wed Jun 24 13:57:28 2015 -0700
+++ b/open-src/lib/libXfixes/mapfile-vers	Fri Jun 26 12:39:17 2015 -0700
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2006, 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"),
@@ -85,3 +85,9 @@
 } XFIXES_3.0;
 
 XFIXES_4.0 {} SUNW_1.1;
+
+XFIXES_5.0 {
+    global:
+	XFixesCreatePointerBarrier;
+	XFixesDestroyPointerBarrier;
+} XFIXES_4.0;