onkelDead / tascam-gtk

GTK+ based application to control Tascam US-16x08 DSP mixer
MIT License
56 stars 12 forks source link

Fix crashes on mouse hover #6

Closed be1 closed 5 years ago

be1 commented 5 years ago

The mouse motion signal handlers did not return correct values (true|false) but the default integer (no return value). This leaded to almost 100% crash on mouse hovering the window. This pull request has two patches : one to fix that issue, and the second to remove unnecessary files that leaded to compilation errors because of the local configuration (anyway, running ./configure recreates those files correctly). Thanks for your review, Benoît