# HG changeset patch # User Alan Coopersmith # Date 1435347557 25200 # Node ID 5440cf11c171a006847c40c183bd815be45aab08 # Parent 608afd4c2c0bfa74b0cdbece4d70550f22dfcafe 17230034 XFixes 5.0 functions not exported from libXfixes diff -r 608afd4c2c0b -r 5440cf11c171 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;