diff options
| author | Henrik Rydberg <rydberg@euromail.se> | 2011-03-28 20:55:29 +0200 |
|---|---|---|
| committer | Henrik Rydberg <rydberg@euromail.se> | 2011-03-28 22:02:11 +0200 |
| commit | a0a4c6c30704a792193ff49d7fcaab63dac8a07a (patch) | |
| tree | c47a79cdd0520fac1f1197f584aaba863cca6864 /src/grail-inserter.h | |
| parent | 43fe69ceb335a0ad1fd55fb58acee124d6d9cf19 (diff) | |
Introduce touch gesture events
Touch gesture events follow the same logic as drags, except they
cannot be held back but are emitted immediately.
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Diffstat (limited to 'src/grail-inserter.h')
| -rw-r--r-- | src/grail-inserter.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/grail-inserter.h b/src/grail-inserter.h index fb944dd..12d0dc9 100644 --- a/src/grail-inserter.h +++ b/src/grail-inserter.h | |||
| @@ -37,6 +37,7 @@ | |||
| 37 | struct slot_state { | 37 | struct slot_state { |
| 38 | int type; | 38 | int type; |
| 39 | int priority; | 39 | int priority; |
| 40 | int slice; | ||
| 40 | int id; | 41 | int id; |
| 41 | int status; | 42 | int status; |
| 42 | int nclient; | 43 | int nclient; |
