b497b9a390
ok jasper@
17 lines
526 B
Plaintext
17 lines
526 B
Plaintext
$OpenBSD: patch-source_include_globals_h,v 1.1 2011/07/08 18:32:34 dcoppa Exp $
|
|
|
|
Add mute/unmute support using 'm' key
|
|
(upstream git commit c94473084607ff5761b1257fb735dd96e14bb016)
|
|
|
|
--- source/include/globals.h.orig Wed May 25 12:35:38 2011
|
|
+++ source/include/globals.h Fri Jul 8 13:56:03 2011
|
|
@@ -22,6 +22,8 @@ extern pid_t playfork, subfork;
|
|
|
|
extern int playpipe;
|
|
extern unsigned char volume;
|
|
+extern int muted;
|
|
+extern unsigned char saved_volume;
|
|
|
|
extern char * current_station; /* Name of the current station. */
|
|
|