[cairo-commit] cairo-demo/X11 cairo-spline.c,1.4,1.5
Carl Worth
commit at pdx.freedesktop.org
Fri Oct 24 09:32:33 PDT 2003
Committed by: cworth
Update of /cvs/cairo/cairo-demo/X11
In directory pdx:/tmp/cvs-serv24359
Modified Files:
cairo-spline.c
Log Message:
Fix old string referring to Xr
Index: cairo-spline.c
===================================================================
RCS file: /cvs/cairo/cairo-demo/X11/cairo-spline.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** cairo-spline.c 1 Oct 2003 02:04:48 -0000 1.4
--- cairo-spline.c 24 Oct 2003 16:32:31 -0000 1.5
***************
*** 435,439 ****
status = cairo_status(ct);
if (status) {
! fprintf(stderr, "Xr is unhappy: %s\n", cairo_status_string(ct));
}
--- 435,439 ----
status = cairo_status(ct);
if (status) {
! fprintf(stderr, "Cairo is unhappy: %s\n", cairo_status_string(ct));
}
***************
*** 538,542 ****
int i;
! printf("Xr spline demonstration\n");
printf("Click and drag to move spline endpoints and control points, or:\n\n");
--- 538,542 ----
int i;
! printf("Cairo spline demonstration\n");
printf("Click and drag to move spline endpoints and control points, or:\n\n");
More information about the cairo-commit
mailing list