summaryrefslogtreecommitdiff
path: root/sysutils/sjog/files/patch-src::sjog.c
blob: a7bdab473f2e29c040397c46cc8a8d60c8a3509b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- src/sjog.c.orig	Mon Aug 13 20:52:02 2001
+++ src/sjog.c	Sat Aug 17 20:38:56 2002
@@ -10,7 +10,11 @@
 /* -------------------------------------------------------------------------- */
 
 gboolean reverseBrightness = TRUE;
+#ifdef __FreeBSD__
+gboolean useSpic = TRUE;
+#else 
 gboolean useSpic = FALSE;
+#endif
 gboolean mousewheelFakeKeys = FALSE;
 gboolean centerWindow = TRUE;