From 2a70a7fc9bbad6d55a3ec4ee87b022e256e00402 Mon Sep 17 00:00:00 2001 From: Rudolf Cornelissen Date: Sat, 22 Oct 2005 09:58:16 +0000 Subject: [PATCH] updated shared info for two new nv.settings items. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14470 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/private/graphics/nvidia/DriverInterface.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/headers/private/graphics/nvidia/DriverInterface.h b/headers/private/graphics/nvidia/DriverInterface.h index f927e19252..c57a0086dd 100644 --- a/headers/private/graphics/nvidia/DriverInterface.h +++ b/headers/private/graphics/nvidia/DriverInterface.h @@ -111,6 +111,7 @@ typedef struct { // apsed, see comments in nv.settings // for accelerant uint32 logmask; uint32 memory; + uint32 tv_output; bool usebios; bool hardcursor; bool switchhead; @@ -118,6 +119,7 @@ typedef struct { // apsed, see comments in nv.settings bool unhide_fw; bool pgm_panel; bool dma_acc; + bool vga_on_tv; } nv_settings; /*shared info*/