[Pommed-commits] r363 - in trunk: gpomme pommed
jblache at alioth.debian.org
jblache at alioth.debian.org
Mon Oct 1 15:17:50 UTC 2007
Author: jblache
Date: 2007-10-01 15:17:50 +0000 (Mon, 01 Oct 2007)
New Revision: 363
Modified:
trunk/gpomme/audio.c
trunk/pommed/beep.c
Log:
Note that the audio thread code is duplicated in gpomme and pommed.
Modified: trunk/gpomme/audio.c
===================================================================
--- trunk/gpomme/audio.c 2007-10-01 15:11:34 UTC (rev 362)
+++ trunk/gpomme/audio.c 2007-10-01 15:17:50 UTC (rev 363)
@@ -40,6 +40,12 @@
struct dspdata _dsp;
+/*
+ * This code is also used in pommed/beep.c.
+ * If you find a bug in the code below, please fix it in pommed too.
+ */
+
+
/* Called from the main thread */
static struct sample *
load_sample(char *theme, char *name)
Modified: trunk/pommed/beep.c
===================================================================
--- trunk/pommed/beep.c 2007-10-01 15:11:34 UTC (rev 362)
+++ trunk/pommed/beep.c 2007-10-01 15:17:50 UTC (rev 363)
@@ -241,7 +241,7 @@
/*
- * Beep thread - taken from gpomme
+ * Beep thread - taken from gpomme/audio.c
* If there's a bug somewhere below, it's also in gpomme, so please fix it there too.
*/
More information about the Pommed-commits
mailing list