summaryrefslogtreecommitdiff
path: root/src/glx
diff options
context:
space:
mode:
authorDave Airlie <airliedfreedesktop.org>2006-04-03 07:30:48 +0000
committerDave Airlie <airliedfreedesktop.org>2006-04-03 07:30:48 +0000
commitd61c1cc7c99dd5beaeeea481b5ecba5548de1981 (patch)
treea44bc2944339b800c6bddcdcb2311799d505125e /src/glx
parentcf69d0920226b86f1062bee939f784ec65ef2313 (diff)
add width to struct for width != virtual width
Diffstat (limited to 'src/glx')
-rw-r--r--src/glx/mini/driver.h1
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;
/**