[xiph-commits] r9651 - trunk/planarity
xiphmont at svn.xiph.org
xiphmont at svn.xiph.org
Sat Jul 30 02:26:32 PDT 2005
Author: xiphmont
Date: 2005-07-30 02:26:30 -0700 (Sat, 30 Jul 2005)
New Revision: 9651
Modified:
trunk/planarity/pause.c
trunk/planarity/version.h
Log:
Add an additional credit
Modified: trunk/planarity/pause.c
===================================================================
--- trunk/planarity/pause.c 2005-07-30 09:21:07 UTC (rev 9650)
+++ trunk/planarity/pause.c 2005-07-30 09:26:30 UTC (rev 9651)
@@ -272,13 +272,14 @@
cairo_matrix_init_scale (&ma, 13.,14.);
cairo_set_font_matrix (c,&ma);
render_text_centered(c,"gPlanarity written by Monty <monty at xiph.org>",w/2,y);y+=17;
- render_text_centered(c,"as a demonstration of Gtk+/Cairo (and so",w/2,y);y+=17;
- render_text_centered(c,"he can play a version that actually works on",w/2,y);y+=17;
- render_text_centered(c,"Linux. Flash bugs, gah....)",w/2,y);y+=32;
+ render_text_centered(c,"as a demonstration of Gtk+/Cairo",w/2,y);y+=32;
+
render_text_centered(c,"Original Flash version of Planarity by",w/2,y);y+=17;
- render_text_centered(c,"John Tantalo <john.tantalo at case.edu>",w/2,y);
+ render_text_centered(c,"John Tantalo <john.tantalo at case.edu>",w/2,y);y+=32;
+ render_text_centered(c,"Original game concept by Mary Radcliffe",w/2,y);y+=17;
+
}
cairo_destroy(c);
Modified: trunk/planarity/version.h
===================================================================
--- trunk/planarity/version.h 2005-07-30 09:21:07 UTC (rev 9650)
+++ trunk/planarity/version.h 2005-07-30 09:26:30 UTC (rev 9651)
@@ -1,2 +1,2 @@
/* DO NOT EDIT: Automated versioning hack [Thu Jul 21 05:46:15 EDT 2005] */
-/* DO NOT EDIT: Automated versioning hack [Sat Jul 30 05:20:22 EDT 2005] */
+/* DO NOT EDIT: Automated versioning hack [Sat Jul 30 05:26:04 EDT 2005] */
More information about the commits
mailing list