[cairo-commit] cairo/test .cvsignore, 1.33, 1.34 Makefile.am, 1.58,
1.59 error-notify.c, 1.1, NONE
Carl Worth
commit at pdx.freedesktop.org
Mon Jun 20 09:59:26 PDT 2005
Committed by: cworth
Update of /cvs/cairo/cairo/test
In directory gabe:/tmp/cvs-serv27823/test
Modified Files:
.cvsignore Makefile.am
Removed Files:
error-notify.c
Log Message:
* src/cairo.h:
* src/cairo-private.h:
* src/cairo.c: (_cairo_error), (cairo_create): Rip out
cairo_set_error_notfiy function as it is clear that it is not the
right approach.
* test/.cvsignore:
* test/Makefile.am:
* test/error-notify.c: Remove error-notify test.
Index: .cvsignore
===================================================================
RCS file: /cvs/cairo/cairo/test/.cvsignore,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- .cvsignore 16 Jun 2005 19:20:46 -0000 1.33
+++ .cvsignore 20 Jun 2005 16:59:23 -0000 1.34
@@ -6,7 +6,6 @@
clip-twice
coverage
create-for-png
-error-notify
fill-and-stroke
fill-rule
filter-nearest-offset
Index: Makefile.am
===================================================================
RCS file: /cvs/cairo/cairo/test/Makefile.am,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -d -r1.58 -r1.59
--- Makefile.am 16 Jun 2005 19:20:46 -0000 1.58
+++ Makefile.am 20 Jun 2005 16:59:23 -0000 1.59
@@ -3,7 +3,6 @@
clip-nesting \
clip-twice \
create-for-png \
-error-notify \
fill-and-stroke \
fill-rule \
filter-nearest-offset \
@@ -135,7 +134,6 @@
clip_nesting_LDADD = $(LDADDS)
clip_twice_LDADD = $(LDADDS)
create_for_png_LDADD = $(LDADDS)
-error_notify_LDADD = $(LDADDS)
fill_and_stroke_LDADD = $(LDADDS)
fill_rule_LDADD = $(LDADDS)
filter_nearest_offset_LDADD = $(LDADDS)
--- error-notify.c DELETED ---
More information about the cairo-commit
mailing list