add width to struct for width != virtual width

This commit is contained in:
Dave Airlie
2006-04-03 07:30:48 +00:00
parent cf69d09202
commit d61c1cc7c9

View File

@@ -95,6 +95,7 @@ typedef struct DRIDriverContextRec {
int fbStride;
int virtualWidth;
int virtualHeight;
int Width;
} shared;
/**