From c9e85dd9c2680c38456c61cb87177b903beccd9d Mon Sep 17 00:00:00 2001 From: Rudolf Cornelissen Date: Tue, 10 Jan 2006 19:43:41 +0000 Subject: [PATCH] added 'accelerant_device_info' struct to shared_info, once again breaking binary compatibility with the 3D add-on. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15894 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 ca7655ba44..48893b11e2 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-12/2005. + Rudolf Cornelissen 10/2002-01/2006. */ #ifndef DRIVERINTERFACE_H @@ -189,6 +189,7 @@ typedef struct { /*frame buffer config - for BDirectScreen*/ frame_buffer_config fbc; /* bytes_per_row and start of frame buffer: head1 */ + accelerant_device_info adi; /* as returned by hook GET_ACCELERANT_DEVICE_INFO */ /*acceleration engine*/ struct {