diff options
author | Daniel Stone <daniel@fooishbar.org> | 2006-10-20 00:44:46 +0300 |
---|---|---|
committer | Daniel Stone <daniels@endtroducing.fooishbar.org> | 2006-10-22 11:45:12 +0300 |
commit | 77e724585f6c53feb55475b94d8cfcb6acf1159b (patch) | |
tree | 9ac8b623026ba842ba86267eda276461822ab66e /mi | |
parent | e26a494f417c3c700636ee68892c3015b2e0f27a (diff) |
minor formatting fixes
Diffstat (limited to 'mi')
-rw-r--r-- | mi/mieq.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -113,7 +113,7 @@ mieqEnqueue(DeviceIntPtr pDev, xEvent *e) ErrorF("mieqEnqueue: more than six valuator events; dropping.\n"); return; } - if (oldtail == miEventQueue.head || + if (oldtail == miEventQueue.head || !(lastkbp->type == DeviceMotionNotify || lastkbp->type == DeviceButtonPress || lastkbp->type == DeviceButtonRelease) || |