fix previous fix
authorMirko Vogt <mirko@openwrt.org>
Sun, 12 Apr 2009 23:58:03 +0000 (23:58 +0000)
committerMirko Vogt <mirko@openwrt.org>
Sun, 12 Apr 2009 23:58:03 +0000 (23:58 +0000)
SVN-Revision: 15223

Xorg/driver/xf86-input-tslib/patches/015-add-randr-support.patch

index bddeffb959b29d9ca6b55ce4daac2c73ba83c9a1..88c85ae16542c02bdd3ce91e1472b3e3c7bc29fc 100644 (file)
@@ -21,7 +21,7 @@ index 3eba078..6091006 100644
        int ret;
        int x,y;
 +      ScrnInfoPtr pScrn = xf86Screens[priv->screen_num];
-+      Rotation rotation = rrGetScrPriv (pScrn->pScreen) ? RRGetRotation(pScrn->pScreen);
++      Rotation rotation = rrGetScrPriv (pScrn->pScreen) ? RRGetRotation(pScrn->pScreen) : RR_Rotate_0;
  
        ret = ts_read(priv->ts, &samp, 1);