6ed83acafe
This may or may not fully run on LP64 platforms but it's much more likely to now than previously.
24 lines
596 B
Text
24 lines
596 B
Text
$NetBSD: patch-ak,v 1.2 2011/07/05 03:27:22 dholland Exp $
|
|
|
|
Handle always-on-top.
|
|
Handle png.
|
|
|
|
--- glob.h.orig 2001-02-12 20:24:44.000000000 +0100
|
|
+++ glob.h
|
|
@@ -54,6 +54,7 @@ typedef enum {
|
|
|
|
typedef enum {
|
|
TV_STILL_FMT_TIFF,
|
|
+ TV_STILL_FMT_PNG,
|
|
TV_STILL_FMT_PPM,
|
|
TV_STILL_FMT_YUV,
|
|
TV_NUM_STILL_FMTS
|
|
@@ -133,6 +134,8 @@ typedef struct {
|
|
TV_TUNER_MODE tuner_mode;
|
|
TV_BOOL afc_mode;
|
|
|
|
+ TV_BOOL aot_mode;
|
|
+
|
|
TV_BOOL last_station_is_chan;
|
|
TV_INT32 last_chan;
|
|
double last_freq;
|