mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-23 03:33:34 -04:00
23 lines
703 B
Plaintext
23 lines
703 B
Plaintext
$NetBSD: patch-aa,v 1.2 2013/08/13 00:40:27 khorben Exp $
|
|
|
|
--- beep/softvolume.c.orig 2004-06-20 18:48:54.000000000 +0000
|
|
+++ beep/softvolume.c
|
|
@@ -117,7 +117,7 @@ soft_volume_set(SoftVolumeConfig * c, gi
|
|
*
|
|
**************************************************************************/
|
|
|
|
-G_INLINE_FUNC void
|
|
+inline void
|
|
effect_16bit(gint max, gint min, guint length, gint16 * sdata,
|
|
SoftVolumeConfig * c)
|
|
{
|
|
@@ -139,7 +139,7 @@ effect_16bit(gint max, gint min, guint l
|
|
*
|
|
**************************************************************************/
|
|
|
|
-G_INLINE_FUNC void
|
|
+inline void
|
|
effect_8bit(gint max, gint min, guint length, gint8 * sdata,
|
|
SoftVolumeConfig * c)
|
|
{
|