summaryrefslogtreecommitdiff
path: root/audio/xcdplayer/patches/patch-ac
blob: 1e982410fea3f3b616599f5e5605a386cbb57cdf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
$NetBSD

--- app.h.orig	Mon Sep  6 18:22:07 1999
+++ app.h	Mon Sep  6 18:22:07 1999
@@ -0,0 +1,29 @@
+/*
+ * Copyright (C) 1990 Regents of the University of California.
+ *
+ * Permission to use, copy, modify, distribute, and sell this software and
+ * its documentation for any purpose is hereby granted without fee,
+ * provided that the above copyright notice appear in all copies and that
+ * both that copyright notice and this permission notice appear in
+ * supporting documentation, and that the name of the University of
+ * California not be used in advertising or publicity pertaining to
+ * distribution of the software without specific, written prior
+ * permission.  the University of California makes no representations
+ * about the suitability of this software for any purpose.  It is provided
+ * "as is" without express or implied warranty.
+ */
+
+typedef struct {
+  char            *file;
+  char            *device;
+  Boolean         debug;
+  Boolean         display_timer;
+  float           volbase;
+  float           volpcent;
+  int             replayThreshold;
+  int             pauseSkipInterval;
+  int             scanSkipInterval;
+  float           scanPauseInterval;
+  float           pausePauseInterval;
+  char            *cdInfoDir;
+} AppData;