[cairo-commit] pixman/src

Christian Biesinger biesi at kemper.freedesktop.org
Tue Oct 10 12:49:19 PDT 2006


 pixman/src/slim_internal.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

New commits:
diff-tree 38dcddd79ef95b04bf8d6ff8336cb997875df41b (from f6a2811c87def7b1bc70a2014d93df8feab2e2f4)
Author: Christian Biesinger <cbiesinger at web.de>
Date:   Tue Oct 10 12:38:33 2006 -0700

    fix comment: pixman_private needs to be before the type of a variable
    
    Makes the documentation match the code.
    Compare also commit 34d11aa3c45ba672b34d0a17f672f907305f3893

diff --git a/pixman/src/slim_internal.h b/pixman/src/slim_internal.h
index 9a93972..fc73cc3 100644
--- a/pixman/src/slim_internal.h
+++ b/pixman/src/slim_internal.h
@@ -39,9 +39,9 @@
 	pixman_private int
 	somefunction(void);
 
-   or after a data name,
+   or before the type of a variable,
 
-	extern int somedata pixman_private;
+	extern pixman_private int somedata;
 
    The ELF visibility attribute did not exist before gcc 3.3.  */
 /* ??? Not marked with "slim" because that makes it look too much


More information about the cairo-commit mailing list