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:
Rudolf Cornelissen 2005-04-26 14:48:41 +00:00
parent a3da25fc7e
commit 9c3c151715
1 changed files with 3 additions and 0 deletions

View File

@ -222,6 +222,9 @@ typedef struct {
uint32 mem_high;
/* flag to inform 3D add-on to stop rendering (set by 2D, reset by 3D drv) */
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) */
enum