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
This commit is contained in:
parent
a3da25fc7e
commit
9c3c151715
@ -222,6 +222,9 @@ typedef struct {
|
|||||||
uint32 mem_high;
|
uint32 mem_high;
|
||||||
/* flag to inform 3D add-on to stop rendering (set by 2D, reset by 3D drv) */
|
/* flag to inform 3D add-on to stop rendering (set by 2D, reset by 3D drv) */
|
||||||
bool mode_changed;
|
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) */
|
/* card info - information gathered from PINS (and other sources) */
|
||||||
enum
|
enum
|
||||||
|
Loading…
Reference in New Issue
Block a user