diff options
author | Dave Airlie <airliedfreedesktop.org> | 2006-04-03 07:30:48 +0000 |
---|---|---|
committer | Dave Airlie <airliedfreedesktop.org> | 2006-04-03 07:30:48 +0000 |
commit | d61c1cc7c99dd5beaeeea481b5ecba5548de1981 (patch) | |
tree | a44bc2944339b800c6bddcdcb2311799d505125e /src/glx | |
parent | cf69d0920226b86f1062bee939f784ec65ef2313 (diff) |
add width to struct for width != virtual width
Diffstat (limited to 'src/glx')
-rw-r--r-- | src/glx/mini/driver.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glx/mini/driver.h b/src/glx/mini/driver.h index 6e63e7bc4af..9e8bf6fa7cf 100644 --- a/src/glx/mini/driver.h +++ b/src/glx/mini/driver.h @@ -95,6 +95,7 @@ typedef struct DRIDriverContextRec { int fbStride; int virtualWidth; int virtualHeight; + int Width; } shared; /** |