pixman: Branch 'master'

Julien Cristau jcristau at kemper.freedesktop.org
Mon Jun 9 03:03:19 PDT 2008


 pixman/pixman-utils.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit fd380c7764c9cbc05f070b178a4b38b342503471
Author: Julien Cristau <jcristau at debian.org>
Date:   Mon Jun 9 12:01:37 2008 +0200

    Add a couple more missing PIXMAN_EXPORTs

diff --git a/pixman/pixman-utils.c b/pixman/pixman-utils.c
index ee7db25..ed6c255 100644
--- a/pixman/pixman-utils.c
+++ b/pixman/pixman-utils.c
@@ -428,7 +428,7 @@ pixman_malloc_abc (unsigned int a,
  *
  * Return value: the encoded version.
  **/
-int
+PIXMAN_EXPORT int
 pixman_version (void)
 {
     return PIXMAN_VERSION;
@@ -445,7 +445,7 @@ pixman_version (void)
  *
  * Return value: a string containing the version.
  **/
-const char*
+PIXMAN_EXPORT const char*
 pixman_version_string (void)
 {
     return PIXMAN_VERSION_STRING;


More information about the xorg-commit mailing list