Replace linkhover() with mousetargetchanged()
authorQuentin Rameau <quinq@fifth.space>
Wed, 18 Nov 2015 16:59:50 +0000 (17:59 +0100)
committerQuentin Rameau <quinq@fifth.space>
Thu, 19 Nov 2015 23:34:20 +0000 (00:34 +0100)
commit42c6c90366b7ce7708b13037a6ba819b08fbb20e
treefcb362db9ae191a9107b064c519313977d43dd18
parentb9530ad5d1cd29e176c9f16b92f1983993b22049
Replace linkhover() with mousetargetchanged()

The “linkhover” can now be more than a simple link (image, video, etc.).
As we can't anymore perform a hit test when we want, we have to keep the
last known hit test to be able to know where the mouse is on the next
click event.
surf.c