From f89ce97661e4e73ca32e69383f309e5590dbf543 Mon Sep 17 00:00:00 2001 From: Rudolf Cornelissen Date: Tue, 9 May 2006 08:21:39 +0000 Subject: [PATCH] renamed secondary_tvout to tvout: singlehead cards with TVout exist as well. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17383 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/private/graphics/matrox/DriverInterface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headers/private/graphics/matrox/DriverInterface.h b/headers/private/graphics/matrox/DriverInterface.h index 8989d2fcc1..194468caa2 100644 --- a/headers/private/graphics/matrox/DriverInterface.h +++ b/headers/private/graphics/matrox/DriverInterface.h @@ -221,7 +221,7 @@ typedef struct { uint32 max_dac2_clock_32; uint32 max_dac2_clock_32dh; bool secondary_head; /* presence of functions */ - bool secondary_tvout; + bool tvout; bool primary_dvi; bool secondary_dvi; uint32 memory_size; /* memory (Mb) */