From d7533bcf31bdfafebd34f14e58c7214fdf811753 Mon Sep 17 00:00:00 2001 From: Rudolf Cornelissen Date: Mon, 21 Jun 2004 19:28:55 +0000 Subject: [PATCH] agp update: force_pci for nv.settings added git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8099 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/private/graphics/nvidia/DriverInterface.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/headers/private/graphics/nvidia/DriverInterface.h b/headers/private/graphics/nvidia/DriverInterface.h index dc7ee440fa..359a6b8b84 100644 --- a/headers/private/graphics/nvidia/DriverInterface.h +++ b/headers/private/graphics/nvidia/DriverInterface.h @@ -5,7 +5,7 @@ Other authors: Mark Watson; Apsed; - Rudolf Cornelissen 10/2002-5/2004. + Rudolf Cornelissen 10/2002-6/2004. */ #ifndef DRIVERINTERFACE_H @@ -87,6 +87,7 @@ typedef struct settings { // apsed, see comments in nv.settings bool usebios; bool hardcursor; bool switchhead; + bool force_pci; } settings; /*shared info*/