diff options
author | Carl Worth <cworth@cworth.org> | 2008-03-24 14:51:09 -0700 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2008-03-25 12:38:01 -0700 |
commit | bd2a53fc4ece82321f139cdf3276a7ceb871f895 (patch) | |
tree | 95ce9c94a2321e2ca3ad70fb71bd6b4c1ce55f3f /.gitignore | |
parent | b078cb3250b63b1c942b93738557af7401e42c9b (diff) |
Add pixman_version function and related macros
The complete new API here makes available compile-tim version checks:
PIXMAN_VERSION
PIXMAN_VERSION_STRING
PIXMAN_VERSION_ENCODE
as well as run-time version checks:
pixman_version()
pixman_version_string()
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -26,6 +26,7 @@ stamp-h? config.h config.h.in .*.swp +pixman/pixman-version.h test/composite-test test/fetch-test test/gradient-test |