From f68dcef8a44e411887d2a2ffd749b3f70993a536 Mon Sep 17 00:00:00 2001 From: deuce <> Date: Sun, 4 Mar 2007 00:29:16 +0000 Subject: [PATCH] Add a comment to switch to using PortAudio for xpbeep. --- src/xpdev/xpbeep.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/xpdev/xpbeep.c b/src/xpdev/xpbeep.c index a6d960752f..daf606bb0d 100644 --- a/src/xpdev/xpbeep.c +++ b/src/xpdev/xpbeep.c @@ -1,5 +1,7 @@ /* $Id$ */ +/* TODO: USE PORTAUDIO! */ + /* standard headers */ #include <math.h> -- GitLab