From 24fa0e7be97d6bb5fa1a52768c96ec7297bb8f9c Mon Sep 17 00:00:00 2001 From: Rudolf Cornelissen Date: Tue, 14 Feb 2006 16:08:21 +0000 Subject: [PATCH] added new nv.setting 'force_sync'. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16397 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/private/graphics/nvidia/DriverInterface.h | 1 + 1 file changed, 1 insertion(+) diff --git a/headers/private/graphics/nvidia/DriverInterface.h b/headers/private/graphics/nvidia/DriverInterface.h index 5c52ea8439..b9f38b3177 100644 --- a/headers/private/graphics/nvidia/DriverInterface.h +++ b/headers/private/graphics/nvidia/DriverInterface.h @@ -156,6 +156,7 @@ typedef struct { // apsed, see comments in nv.settings bool pgm_panel; bool dma_acc; bool vga_on_tv; + bool force_sync; } nv_settings; /* shared info */