Fix mouse.object_under_cursor() with drawins
commit615186f30e863a0a9ae65d744d3c846d9126a591
authorUli Schlachter <psychon@znc.in>
Sat, 5 Jan 2013 19:53:13 +0000 (5 20:53 +0100)
committerUli Schlachter <psychon@znc.in>
Sat, 5 Jan 2013 19:53:13 +0000 (5 20:53 +0100)
treeee1110c729e337a4e67eac2fed6088a29223eaac
parent3a25e7822440e0873dcb9bd2238961da2ba06428
Fix mouse.object_under_cursor() with drawins

This was telling lua that no results are to be returned, but still tried to
return something. Thus, lua ignored the result.

Signed-off-by: Uli Schlachter <psychon@znc.in>
mouse.c