blob: 4fd1d4fe15ac0e08b9ad9c379297151e0c141fdf (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- snd.orig/snd-xmain.c Mon Feb 2 15:00:56 1998
+++ snd-xmain.c Sun Feb 22 02:14:56 1998
@@ -42,7 +42,7 @@
#define OPEN_CTRLS_HEIGHT 185
#define ICON_TYPE 1
#endif
-#if defined(LINUX) || defined(SCO5) || defined(UW2) || defined(SOLARIS)
+#if defined(LINUX) || defined(SCO5) || defined(UW2) || defined(SOLARIS) || defined(__NetBSD__)
#define BUTTON_FONT "-*-times-medium-r-*-*-12-*-*-*-*-*-iso8859-1"
#define BOLD_BUTTON_FONT "-*-times-bold-r-*-*-12-*-*-*-*-*-iso8859-1"
#define AXIS_LABEL_FONT "-*-times-medium-r-normal-*-16-*-*-*-*-*-iso8859-1"
|