16 lines
483 B
Plaintext
16 lines
483 B
Plaintext
$OpenBSD: patch-gtkpool_sound_h,v 1.2 2002/10/25 11:59:06 naddy Exp $
|
|
--- gtkpool/sound.h.orig Thu Oct 24 12:04:12 2002
|
|
+++ gtkpool/sound.h Thu Oct 24 12:05:20 2002
|
|
@@ -29,7 +29,11 @@
|
|
|
|
void play_sound(char *sound, int count);
|
|
int load_sound(char *file, char *buffer, int *count);
|
|
+#ifndef __OpenBSD__
|
|
void open_sound_device(char *name = "/dev/dsp");
|
|
+#else
|
|
+void open_sound_device(char *name = "/dev/audio");
|
|
+#endif
|
|
void close_sound_device();
|
|
void configure_sound_device();
|
|
|