diff options
author | Carl Worth <cworth@cworth.org> | 2005-06-16 12:20:46 +0000 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2005-06-16 12:20:46 +0000 |
commit | d6eca5a45f220d806491af518ba8ce16b524e01d (patch) | |
tree | 93c8eb8369276a940b85eaf474120e705f7f7cce /test/.cvsignore | |
parent | 18c2d12b9ed98aea7f8ebe2b97b9406a6acb4d29 (diff) |
Reorder fields of cairo_private_t to match initialization order.
Call error_notify callback if set. (cairo_create): Initialize error_notify callback to NULL. (cairo_set_error_notify): New function to allow the user to set an error notify callback.
New cairo_set_error_notify prototye.
New test for cairo_set_error_notify.
Diffstat (limited to 'test/.cvsignore')
-rw-r--r-- | test/.cvsignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/.cvsignore b/test/.cvsignore index 0b4c1531..d8fbef68 100644 --- a/test/.cvsignore +++ b/test/.cvsignore @@ -6,6 +6,7 @@ clip-nesting clip-twice coverage create-for-png +error-notify fill-and-stroke fill-rule filter-nearest-offset |