From a674b4da72a14149f61912f429fc24a5b98fa0ba Mon Sep 17 00:00:00 2001 From: Rudolf Cornelissen Date: Thu, 6 Apr 2006 09:09:13 +0000 Subject: [PATCH] added new nv.setting force_ws to shared_info. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17029 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 dd3aada922..27ec61c11b 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-2/2006. + Rudolf Cornelissen 10/2002-4/2006. */ #ifndef DRIVERINTERFACE_H @@ -198,6 +198,7 @@ typedef struct { // apsed, see comments in nv.settings bool dma_acc; bool vga_on_tv; bool force_sync; + bool force_ws; uint32 gpu_clk; uint32 ram_clk; } nv_settings;