fix previous fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@15223 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
e029d94bb9
commit
01ed2e1519
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user