fix comment: pixman_private needs to be before the type of a variable

Makes the documentation match the code.
Compare also commit 34d11aa3c4
This commit is contained in:
Christian Biesinger 2006-10-10 12:38:33 -07:00
parent f6a2811c87
commit 38dcddd79e

View file

@ -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