added 'accelerant_device_info' struct to shared_info.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15896 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
4c0f752c68
commit
f668e4770d
@ -5,7 +5,7 @@
|
||||
Other authors:
|
||||
Mark Watson;
|
||||
Apsed;
|
||||
Rudolf Cornelissen 10/2002-11/2005.
|
||||
Rudolf Cornelissen 10/2002-1/2006.
|
||||
*/
|
||||
|
||||
#ifndef DRIVERINTERFACE_H
|
||||
@ -160,6 +160,7 @@ typedef struct {
|
||||
/*frame buffer config - for BDirectScreen*/
|
||||
frame_buffer_config fbc; /* bytes_per_row and start of frame buffer: head1 */
|
||||
frame_buffer_config fbc2; /* bytes_per_row and start of frame buffer: head2 */
|
||||
accelerant_device_info adi; /* as returned by hook GET_ACCELERANT_DEVICE_INFO */
|
||||
|
||||
/*acceleration engine*/
|
||||
struct {
|
||||
|
Loading…
Reference in New Issue
Block a user