diff options
Diffstat (limited to 'graphics/nvtv/patches')
-rw-r--r-- | graphics/nvtv/patches/patch-ab | 2 | ||||
-rw-r--r-- | graphics/nvtv/patches/patch-ad | 17 |
2 files changed, 19 insertions, 0 deletions
diff --git a/graphics/nvtv/patches/patch-ab b/graphics/nvtv/patches/patch-ab index 8338192d998..0cc027b1b61 100644 --- a/graphics/nvtv/patches/patch-ab +++ b/graphics/nvtv/patches/patch-ab @@ -1,3 +1,5 @@ +$NetBSD: patch-ab,v 1.4 2012/05/26 10:13:29 shattered Exp $ + --- src/mmio.c.orig 2009-03-12 00:40:06 +0200 +++ src/mmio.c 2009-03-12 00:40:28 +0200 @@ -40,7 +40,7 @@ diff --git a/graphics/nvtv/patches/patch-ad b/graphics/nvtv/patches/patch-ad new file mode 100644 index 00000000000..5a4a02483c3 --- /dev/null +++ b/graphics/nvtv/patches/patch-ad @@ -0,0 +1,17 @@ +$NetBSD: patch-ad,v 1.3 2012/05/26 10:13:29 shattered Exp $ + +PR 34032 + +--- src/nvtv.c.orig 2004-04-20 14:55:17.000000000 +0000 ++++ src/nvtv.c +@@ -172,6 +172,10 @@ static OptIntDecl opt_set_list [] = { + {"ChromaBandwidth", min: 0, max:100, SET_FIELD(chroma_bandwidth)}, + {"Sharpness", min: 0, max:100, SET_FIELD(sharpness)}, + {"CrossColor", min: 0, max:100, SET_FIELD(cross_color)}, ++ {"TVPositionX", min:-100, max:100, SET_FIELD(tv_hoffset)}, ++ {"TVPositionY", min:-100, max:100, SET_FIELD(tv_voffset)}, ++ {"MonitorPositionX", min:-100, max:100, SET_FIELD(mon_hoffset)}, ++ {"MonitorPositionY", min:-100, max:100, SET_FIELD(mon_voffset)}, + {NULL} + }; + |