ODROID-U3 xorg-server debian package fork :
[deb_xorg-server.git] / debian / patches / rrcrtc-brackets-are-hard.patch
index 6605162700f68e915f4ed23d16e80328b72f34d3..66c70b5fbee422fcdb8e3a6ececfe7f0e820b74f 100644 (file)
@@ -12,11 +12,9 @@ Signed-off-by: Dave Airlie <airlied@redhat.com>
  randr/rrcrtc.c | 7 ++++---
  1 file changed, 4 insertions(+), 3 deletions(-)
 
-diff --git a/randr/rrcrtc.c b/randr/rrcrtc.c
-index 2f76b62..40b01f0 100644
 --- a/randr/rrcrtc.c
 +++ b/randr/rrcrtc.c
-@@ -474,7 +474,7 @@ rrCheckPixmapBounding(ScreenPtr pScreen,
+@@ -476,7 +476,7 @@ rrCheckPixmapBounding(ScreenPtr pScreen,
  
      xorg_list_for_each_entry(slave, &pScreen->output_slave_list, output_head) {
          rrScrPriv(slave);
@@ -25,7 +23,7 @@ index 2f76b62..40b01f0 100644
              if (pScrPriv->crtcs[c] == rr_crtc) {
                  newbox.x1 = x;
                  newbox.x2 = x + w;
-@@ -489,8 +489,9 @@ rrCheckPixmapBounding(ScreenPtr pScreen,
+@@ -491,8 +491,9 @@ rrCheckPixmapBounding(ScreenPtr pScreen,
                  newbox.y1 = pScrPriv->crtcs[c]->y;
                  newbox.y2 = pScrPriv->crtcs[c]->y + pScrPriv->crtcs[c]->mode->mode.height;
              }
@@ -37,6 +35,3 @@ index 2f76b62..40b01f0 100644
      }
  
      newsize = RegionExtents(&total_region);
--- 
-1.8.2.1
-