17230034 XFixes 5.0 functions not exported from libXfixes
authorAlan Coopersmith <Alan.Coopersmith@Oracle.COM>
Fri, 26 Jun 2015 12:39:17 -0700
changeset 1475 5440cf11c171
parent 1474 608afd4c2c0b
child 1476 db63a2409b45
17230034 XFixes 5.0 functions not exported from libXfixes
open-src/lib/libXfixes/mapfile-vers
--- 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;