summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/nouveau/nouveau_screen.h
diff options
context:
space:
mode:
authorStephane Marchesin <marchesin@icps.u-strasbg.fr>2006-03-07 00:56:30 +0000
committerStephane Marchesin <marchesin@icps.u-strasbg.fr>2006-03-07 00:56:30 +0000
commit2560e65a9aa0479ebb564a2ac5161a1c47507ce0 (patch)
tree6ae55b09d89decb07d19ea6c1b8c264db57e5fdf /src/mesa/drivers/dri/nouveau/nouveau_screen.h
parent5569c2dfaee4a93a835a14178a7baca865614c5c (diff)
Added a missing field
Diffstat (limited to 'src/mesa/drivers/dri/nouveau/nouveau_screen.h')
-rw-r--r--src/mesa/drivers/dri/nouveau/nouveau_screen.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/nouveau/nouveau_screen.h b/src/mesa/drivers/dri/nouveau/nouveau_screen.h
index b8e8bfc22a..997b05fecd 100644
--- a/src/mesa/drivers/dri/nouveau/nouveau_screen.h
+++ b/src/mesa/drivers/dri/nouveau/nouveau_screen.h
@@ -45,6 +45,7 @@ typedef struct {
GLuint spanOffset;
__DRIscreenPrivate *driScreen;
+ unsigned int sarea_priv_offset;
/* Configuration cache with default values for all contexts */
driOptionCache optionCache;