add width to struct for width != virtual width
This commit is contained in:
parent
cf69d09202
commit
d61c1cc7c9
1 changed files with 1 additions and 0 deletions
|
|
@ -95,6 +95,7 @@ typedef struct DRIDriverContextRec {
|
|||
int fbStride;
|
||||
int virtualWidth;
|
||||
int virtualHeight;
|
||||
int Width;
|
||||
} shared;
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue