Marco Trevisan (Treviño) 5246da5837 st-button: Ignore pointer emulated touch events
In X11, pointer emulated touch events are replicated with normal PRESS, RELEASE
pair events which are generated by the server. Thus for a single tap we get:
 - TOUCH_BEGIN -> TOUCH_END, PRESS -> RELEASE

This will cause st-button to send two "clicked" signals, instead of just one,
breaking extensions (like dash-to-dock) that show buttons in the main stage
which will be checked two times or that will receive the same signal two times.


(cherry picked from commit 4c11d15a074aeca72627c44e327e2dc2afa93ae3)
2018-11-26 21:23:22 +00:00
..
2018-09-25 23:57:51 +00:00
2015-10-15 22:59:49 +02:00
2018-01-12 11:48:49 +01:00
2018-01-12 11:48:49 +01:00
2018-07-06 19:56:19 +02:00
2018-07-30 21:23:28 -03:00
2017-08-02 11:27:42 +01:00