mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 20:07:50 -04:00
33 lines
1.3 KiB
Plaintext
33 lines
1.3 KiB
Plaintext
$NetBSD: patch-aj,v 1.3 2011/07/05 03:27:22 dholland Exp $
|
|
|
|
Handle always-on-top.
|
|
Handle png.
|
|
|
|
--- Fxtv.orig 2003-09-28 17:38:29.000000000 +0200
|
|
+++ Fxtv 2003-09-28 17:38:29.000000000 +0200
|
|
@@ -11,6 +11,8 @@
|
|
! tuner, video, svideo, csvideo, dev3
|
|
!Fxtv*defaultAudioInput: tuner
|
|
! tuner, external, internal, auto
|
|
+Fxtv*alwaysOnTop: True
|
|
+ ! Always On Top
|
|
Fxtv*afc: False
|
|
! Automatic Frequency Control
|
|
!Fxtv*remoteType: Hauppauge
|
|
@@ -320,6 +322,7 @@
|
|
*imageSaveDialog*suffixLabel.label: Append Img # Suffix
|
|
*imageSaveDialog*formatLabel.label: Format:
|
|
*imageSaveDialog*formatMenuBox*tiffCmd.label: TIFF
|
|
+*imageSaveDialog*formatMenuBox*pngCmd.label: PNG
|
|
*imageSaveDialog*formatMenuBox*ppmCmd.label: PPM
|
|
*imageSaveDialog*okCmd.label: OK
|
|
|
|
@@ -432,6 +435,7 @@
|
|
*videoSaveDialog*imageEncLabel.label: IMAGE ENCODE
|
|
*videoSaveDialog*iFileFmtLabel.label: Format:
|
|
*videoSaveDialog*iFileFmtMenuBox*tiffCmd.label: TIFF
|
|
+*videoSaveDialog*iFileFmtMenuBox*pngCmd.label: PNG
|
|
*videoSaveDialog*iFileFmtMenuBox*ppmCmd.label: PPM
|
|
*videoSaveDialog*iFileFmtMenuBox*yuvCmd.label: YUV
|
|
|