Track the currently bound read drawable and make sure its info is up
to date.
This commit is contained in:
@@ -355,10 +355,15 @@ struct __DRIcontextPrivateRec {
|
||||
__DRInativeDisplay *display;
|
||||
|
||||
/**
|
||||
* Pointer to drawable currently bound to this context.
|
||||
* Pointer to drawable currently bound to this context for drawing.
|
||||
*/
|
||||
__DRIdrawablePrivate *driDrawablePriv;
|
||||
|
||||
/**
|
||||
* Pointer to drawable currently bound to this context for reading.
|
||||
*/
|
||||
__DRIdrawablePrivate *driReadablePriv;
|
||||
|
||||
/**
|
||||
* Pointer to screen on which this context was created.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user