mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 11:00:11 +01:00
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
Reference in a new issue