[cairo-commit] cairo-demo/cairo_snippets ChangeLog, 1.35,
1.36 cairo_snippets_win32.c, 1.3, 1.4
Owen Taylor
commit at pdx.freedesktop.org
Wed May 11 16:05:38 PDT 2005
Committed by: otaylor
Update of /cvs/cairo/cairo-demo/cairo_snippets
In directory gabe:/tmp/cvs-serv11809
Modified Files:
ChangeLog cairo_snippets_win32.c
Log Message:
2005-05-11 Owen Taylor <otaylor at redhat.com>
* cairo_snippets_win32.c (on_paint): Remove a stray cairo_new_path()
that is no longer needed.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo-demo/cairo_snippets/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- ChangeLog 11 May 2005 23:04:57 -0000 1.35
+++ ChangeLog 11 May 2005 23:05:36 -0000 1.36
@@ -1,5 +1,10 @@
2005-05-11 Owen Taylor <otaylor at redhat.com>
+ * cairo_snippets_win32.c (on_paint): Remove a stray cairo_new_path()
+ that is no longer needed.
+
+2005-05-11 Owen Taylor <otaylor at redhat.com>
+
* cairo_snippets_pdf.c (main): API update.
2005-05-11 Owen Taylor <otaylor at redhat.com>
Index: cairo_snippets_win32.c
===================================================================
RCS file: /cvs/cairo/cairo-demo/cairo_snippets/cairo_snippets_win32.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- cairo_snippets_win32.c 11 May 2005 21:15:31 -0000 1.3
+++ cairo_snippets_win32.c 11 May 2005 23:05:36 -0000 1.4
@@ -50,7 +50,6 @@
0, 0,
SNIPPET_WIDTH, SNIPPET_WIDTH);
cairo_clip (cr);
- cairo_new_path (cr);
snippet_do (cr, current_snippet, SNIPPET_WIDTH, SNIPPET_HEIGHT);
cairo_restore (cr);
More information about the cairo-commit
mailing list