]> xenbits.xensource.com Git - people/andrewcoop/seabios.git/commit
Update invoke_mouse_handler() to use need_hop_back()
authorKevin O'Connor <kevin@koconnor.net>
Mon, 29 Sep 2014 23:23:45 +0000 (19:23 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Tue, 30 Sep 2014 13:42:55 +0000 (09:42 -0400)
commit7e1baf2775160404fa29e6b1cd517ae92b6ceebf
treebf9d97e42de187e7cb2ca237b20e19dd50207966
parentfabc1b51451b466bc11c9f90814961666a265df8
Update invoke_mouse_handler() to use need_hop_back()

Make the mouse handler stack_hop_back() code similar to the other
users that use need_stack_hop().

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
src/mouse.c