From 9c3c151715cf73433700bd7d769ab1fb076d3555 Mon Sep 17 00:00:00 2001 From: Rudolf Cornelissen Date: Tue, 26 Apr 2005 14:48:41 +0000 Subject: [PATCH] added second flag for 3D add-on indicating 2D modechanges git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12471 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/private/graphics/nvidia/DriverInterface.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/headers/private/graphics/nvidia/DriverInterface.h b/headers/private/graphics/nvidia/DriverInterface.h index 83d490ee4f..8682d7e013 100644 --- a/headers/private/graphics/nvidia/DriverInterface.h +++ b/headers/private/graphics/nvidia/DriverInterface.h @@ -222,6 +222,9 @@ typedef struct { uint32 mem_high; /* flag to inform 3D add-on to stop rendering (set by 2D, reset by 3D drv) */ bool mode_changed; + /* flag to inform 3D add-on a mode-change is currently in progress + * (set and reset by 2D drv) */ + bool mode_changing; /* card info - information gathered from PINS (and other sources) */ enum