]> git.armaanb.net Git - chorizo.git/commit
Connect to button release events instead of button press
authorPeter Hofmann <scm@uninformativ.de>
Wed, 21 Feb 2018 06:42:37 +0000 (07:42 +0100)
committerPeter Hofmann <scm@uninformativ.de>
Wed, 21 Feb 2018 06:42:37 +0000 (07:42 +0100)
commit64fa4dae2ba8a3f935d645ca01c3da55d0caf9c2
tree4f4cadf40342f0bb7958b881ced7045ab6f7101a
parent9f62826769046b65845ffa1279da9d2101373f76
Connect to button release events instead of button press

By default, WebKit only responds to release events. The old code
listened for press events. That's probably not the right way to do
things. We should properly "override" the release events.

Closes #56.
CHANGES
browser.c