summaryrefslogtreecommitdiff
path: root/src/grail-inserter.h
diff options
context:
space:
mode:
authorHenrik Rydberg <rydberg@euromail.se>2011-03-28 19:17:55 +0200
committerHenrik Rydberg <rydberg@euromail.se>2011-03-28 22:02:11 +0200
commit601ded516fbd45ebf12429f4cde67bf7629f6f91 (patch)
tree067bd67fa184232a27be22c5dd61427831169f45 /src/grail-inserter.h
parent2260b92141802e004cd12346f1b0aabfe159b466 (diff)
Do not hold back active gestures
Gestures that has once been sent should never be held back. The current code would under some circumstance hold the gesture end event and later discard it. This oneliner solves the problem, which has been around since 241c5ec, Aug 2010. LP: #744391. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Diffstat (limited to 'src/grail-inserter.h')
-rw-r--r--src/grail-inserter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/grail-inserter.h b/src/grail-inserter.h
index d1faa0a..55e94a3 100644
--- a/src/grail-inserter.h
+++ b/src/grail-inserter.h
@@ -39,6 +39,7 @@ struct slot_state {
39 int priority; 39 int priority;
40 int slice; 40 int slice;
41 int timeout; 41 int timeout;
42 int sent;
42 int id; 43 int id;
43 int status; 44 int status;
44 int nclient; 45 int nclient;