From: Mirko Vogt Date: Sun, 12 Apr 2009 23:58:03 +0000 (+0000) Subject: fix previous fix X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=0b51019e29ed472cf05058a27a2058d5deee74ce fix previous fix SVN-Revision: 15223 --- diff --git a/Xorg/driver/xf86-input-tslib/patches/015-add-randr-support.patch b/Xorg/driver/xf86-input-tslib/patches/015-add-randr-support.patch index bddeffb959..88c85ae165 100644 --- a/Xorg/driver/xf86-input-tslib/patches/015-add-randr-support.patch +++ b/Xorg/driver/xf86-input-tslib/patches/015-add-randr-support.patch @@ -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);