add width to struct for width != virtual width
This commit is contained in:
@@ -95,6 +95,7 @@ typedef struct DRIDriverContextRec {
|
|||||||
int fbStride;
|
int fbStride;
|
||||||
int virtualWidth;
|
int virtualWidth;
|
||||||
int virtualHeight;
|
int virtualHeight;
|
||||||
|
int Width;
|
||||||
} shared;
|
} shared;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user