diff options
| author | Henrik Rydberg <rydberg@alnilam.(none)> | 2010-02-02 18:27:40 +0100 |
|---|---|---|
| committer | Henrik Rydberg <rydberg@alnilam.(none)> | 2010-02-02 18:27:40 +0100 |
| commit | 0627d6038e1e460a1ec279c5670eda2e7f044c94 (patch) | |
| tree | 194c36916fdf5f345261327f77eaaa92c05e6b66 /src | |
| parent | f0b1dbdc00bda57c62199cbdc44acbadbb1121b0 (diff) | |
janitor: remaining indentation fixed
Diffstat (limited to 'src')
| -rw-r--r-- | src/gestures.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gestures.c b/src/gestures.c index 2390d35..01e7b10 100644 --- a/src/gestures.c +++ b/src/gestures.c | |||
| @@ -58,8 +58,8 @@ void extract_gestures(struct Gestures *gs, struct MTouch* mt) | |||
| 58 | if (nsf == 3) | 58 | if (nsf == 3) |
| 59 | mt->ns.button = BITMASK(MT_BUTTON_MIDDLE); | 59 | mt->ns.button = BITMASK(MT_BUTTON_MIDDLE); |
| 60 | } | 60 | } |
| 61 | gs->btmask = (mt->ns.button ^ mt->os.button) & BITONES(DIM_BUTTON); | 61 | gs->btmask = (mt->ns.button ^ mt->os.button) & BITONES(DIM_BUTTON); |
| 62 | gs->btdata = mt->ns.button & BITONES(DIM_BUTTON); | 62 | gs->btdata = mt->ns.button & BITONES(DIM_BUTTON); |
| 63 | mt->os = mt->ns; | 63 | mt->os = mt->ns; |
| 64 | } | 64 | } |
| 65 | 65 | ||
