pkgsrc/graphics/fxtv/patches/patch-bb
jmmv 7a692bdb98 Implement always on top functionality, so that the TV window stays above all
other windows when switching focus.  This only works with window managers
that support the NetWM protocol (even if they do not have "menu" options to
change this state); on others, it has no effect.

The "-noalwaysOnTop" option can be given on the command line to disable this.
The "Fxtv.alwaysOnTop" boolean resource can be used to tune this.

Bump PKGREVISION to 3.  Will feed back these patches to authors.
2003-09-28 15:58:34 +00:00

12 lines
420 B
Text

$NetBSD: patch-bb,v 1.1 2003/09/28 15:58:34 jmmv Exp $
--- 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;