mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 11:18:08 +02:00
st/dri/sw: Fix incorrect cast
Missed one casting error due to rebase for commit
98aa2a8f72.
This commit is contained in:
parent
98aa2a8f72
commit
31156c07b0
1 changed files with 1 additions and 1 deletions
|
|
@ -234,7 +234,7 @@ drisw_update_tex_buffer(struct dri_drawable *drawable,
|
|||
struct dri_context *ctx,
|
||||
struct pipe_resource *res)
|
||||
{
|
||||
struct pipe_context *pipe = ((struct st_context *) ctx)->st->pipe;
|
||||
struct pipe_context *pipe = ((struct st_context *) ctx->st)->pipe;
|
||||
__DRIdrawable *dPriv = drawable->dPriv;
|
||||
__DRIscreen *sPriv = dPriv->driScreenPriv;
|
||||
int x, y, w, h;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue