From dd822d46f691e63b772388828bf5dfdb9dcd1c97 Mon Sep 17 00:00:00 2001 From: Rudolf Cornelissen Date: Tue, 14 Mar 2006 16:34:31 +0000 Subject: [PATCH] added new nv.settings to header. Recompile 3D if you want to run 3D :) git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16789 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 4f65f3e26b..dd3aada922 100644 --- a/headers/private/graphics/nvidia/DriverInterface.h +++ b/headers/private/graphics/nvidia/DriverInterface.h @@ -198,6 +198,8 @@ typedef struct { // apsed, see comments in nv.settings bool dma_acc; bool vga_on_tv; bool force_sync; + uint32 gpu_clk; + uint32 ram_clk; } nv_settings; /* shared info */