diff options
author | Aaron Plattner <aplattner@nvidia.com> | 2007-04-24 20:45:52 -0700 |
---|---|---|
committer | Aaron Plattner <aplattner@nvidia.com> | 2007-04-24 20:45:52 -0700 |
commit | 88d44d5e4fd0025c30e9d67b55c603c59bd1c0c1 (patch) | |
tree | a61e37c8f43f66ccfb7c88a260436277c380a8ec /src/g80_type.h | |
parent | 29433b76969b73a2a22081bf965bb0cdbaad75af (diff) |
Get EXA resizing working and document it.
Diffstat (limited to 'src/g80_type.h')
-rw-r--r-- | src/g80_type.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/g80_type.h b/src/g80_type.h index 17acf93..15b8792 100644 --- a/src/g80_type.h +++ b/src/g80_type.h @@ -60,6 +60,7 @@ typedef struct G80Rec { /* EXA */ ExaDriverPtr exa; + ExaOffscreenArea *exaScreenArea; /* DMA command buffer */ CARD32 dmaPut; |