driver works nicely with virtualized head setup now!

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7296 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Rudolf Cornelissen
2004-04-22 14:41:39 +00:00
parent 0669fe20bd
commit 30f7642281
11 changed files with 147 additions and 92 deletions
@@ -278,7 +278,7 @@ typedef struct {
int_buf_info myBufInfo[MAXBUFFERS]; /* extra info on scaler input buffers */
overlay_token myToken; /* scaler is free/in use */
benaphore lock; /* for creating buffers and aquiring overlay unit routines */
uint8 crtc; /* location of overlay unit */
bool crtc; /* location of overlay unit */
} overlay;
} shared_info;