diff options
| -rw-r--r-- | src/gallium/state_trackers/xorg/xorg_composite.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/gallium/state_trackers/xorg/xorg_composite.c b/src/gallium/state_trackers/xorg/xorg_composite.c index fafd77f052..d0cac75855 100644 --- a/src/gallium/state_trackers/xorg/xorg_composite.c +++ b/src/gallium/state_trackers/xorg/xorg_composite.c @@ -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 | 
