diff options
author | Søren Sandmann Pedersen <ssp@redhat.com> | 2012-11-08 03:11:51 -0500 |
---|---|---|
committer | Søren Sandmann Pedersen <ssp@redhat.com> | 2012-11-10 01:46:17 -0500 |
commit | 614e7aaf14652c726b067bbc7562ef237dcd50de (patch) | |
tree | b6204240db954475ce8a4bae704534c924d333ea /pixman | |
parent | b2e0e240fec4a8eaa7fe8da3a6807bcb8ac97edf (diff) |
pixman.h: Add typedefs for pixman_f_transform and pixman_f_vector
Diffstat (limited to 'pixman')
-rw-r--r-- | pixman/pixman.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pixman/pixman.h b/pixman/pixman.h index c8723cf..33ebf3f 100644 --- a/pixman/pixman.h +++ b/pixman/pixman.h @@ -226,6 +226,9 @@ pixman_bool_t pixman_transform_is_inverse (const struct pixman_transform * /* * Floating point matrices */ +typedef struct pixman_f_transform pixman_f_transform_t; +typedef struct pixman_f_vector pixman_f_vector_t; + struct pixman_f_vector { double v[3]; |