st/xorg: flip the coordinate system

This commit is contained in:
Zack Rusin 2009-09-02 17:21:28 -04:00
parent d918896a75
commit dc9de8064f

View file

@ -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