mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
st/xorg: flip the coordinate system
This commit is contained in:
parent
d918896a75
commit
dc9de8064f
1 changed files with 1 additions and 1 deletions
|
|
@ -325,7 +325,7 @@ bind_viewport_state(struct exa_context *exa, PicturePtr pDstPicture)
|
|||
int width = pDstPicture->pDrawable->width;
|
||||
int height = pDstPicture->pDrawable->height;
|
||||
|
||||
set_viewport(exa, width, height, Y0_BOTTOM);
|
||||
set_viewport(exa, width, height, Y0_TOP);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue