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:
@@ -5,7 +5,7 @@
|
|||||||
Other authors:
|
Other authors:
|
||||||
Mark Watson;
|
Mark Watson;
|
||||||
Apsed;
|
Apsed;
|
||||||
Rudolf Cornelissen 10/2002-11/2005.
|
Rudolf Cornelissen 10/2002-1/2006.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef DRIVERINTERFACE_H
|
#ifndef DRIVERINTERFACE_H
|
||||||
@@ -160,6 +160,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 */
|
||||||
frame_buffer_config fbc2; /* bytes_per_row and start of frame buffer: head2 */
|
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*/
|
/*acceleration engine*/
|
||||||
struct {
|
struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user