mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 20:07:50 -04:00
15 lines
447 B
Plaintext
15 lines
447 B
Plaintext
$NetBSD: patch-bb,v 1.2 2011/07/05 03:27:22 dholland Exp $
|
|
|
|
Handle always-on-top.
|
|
|
|
--- glob.c.orig 2001-02-12 19:26:16.000000000 +0100
|
|
+++ glob.c
|
|
@@ -131,6 +131,7 @@ void TVGLOBInitPrefs( TV_PREFS *p )
|
|
p->cable_freq_set = 1;
|
|
p->tuner_mode = TV_TUNER_MODE_ANTENNA;
|
|
p->afc_mode = TRUE;
|
|
+ p->aot_mode = TRUE;
|
|
|
|
p->last_chan = 3; /* -1 = use last_freq */
|
|
p->last_freq = 0.0;
|