Catch mouse down events on the whole line
commit902951f7586ee38a3c41eb091a5efc32d9cba152
authorMarc Andre Tanner <mat@brain-dump.org>
Sat, 2 Oct 2010 07:20:26 +0000 (2 09:20 +0200)
committerMarc Andre Tanner <mat@brain-dump.org>
Sat, 2 Oct 2010 07:20:26 +0000 (2 09:20 +0200)
treecada50fef12977af54125f6d4892c59ac616156a
parent8e21608c9f59fc6785f9016f13c002e5928dd54e
Catch mouse down events on the whole line

This is done with an invisible rect. Previously the event callback
which was attached to the box would only fire if you touch exactly
the image or the logo.

Signed-off-by: Marc Andre Tanner <mat@brain-dump.org>
gui-list.c