diff options
author | Jeremy Kolb <[email protected]> | 2006-04-15 00:21:44 +0000 |
---|---|---|
committer | Jeremy Kolb <[email protected]> | 2006-04-15 00:21:44 +0000 |
commit | a7d88857680d3d4d2a0788f18c49149dd2118b6f (patch) | |
tree | 153a519f0f2badd60aefee9ef67fd6d90bb48109 /src/mesa/drivers/dri/nouveau/nouveau_screen.h | |
parent | b0c4cfed608f21f255b8637ec5ff499fc36ee302 (diff) |
State changes.
Diffstat (limited to 'src/mesa/drivers/dri/nouveau/nouveau_screen.h')
-rw-r--r-- | src/mesa/drivers/dri/nouveau/nouveau_screen.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/nouveau/nouveau_screen.h b/src/mesa/drivers/dri/nouveau/nouveau_screen.h index 997b05fecd1..f6959419c56 100644 --- a/src/mesa/drivers/dri/nouveau/nouveau_screen.h +++ b/src/mesa/drivers/dri/nouveau/nouveau_screen.h @@ -35,6 +35,8 @@ typedef struct { u_int32_t bus_type; u_int32_t agp_mode; + GLint fbFormat; + GLuint frontOffset; GLuint frontPitch; GLuint backOffset; |