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
This commit is contained in:
Rudolf Cornelissen 2006-01-10 19:43:41 +00:00
parent bd3f19ae33
commit c9e85dd9c2

View File

@ -5,7 +5,7 @@
Other authors: Other authors:
Mark Watson; Mark Watson;
Apsed; Apsed;
Rudolf Cornelissen 10/2002-12/2005. Rudolf Cornelissen 10/2002-01/2006.
*/ */
#ifndef DRIVERINTERFACE_H #ifndef DRIVERINTERFACE_H
@ -189,6 +189,7 @@ typedef struct {
/*frame buffer config - for BDirectScreen*/ /*frame buffer config - for BDirectScreen*/
frame_buffer_config fbc; /* bytes_per_row and start of frame buffer: head1 */ 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*/ /*acceleration engine*/
struct { struct {