Oh neat, only one compiler error. Now to rewrite the tests.

This commit is contained in:
Pietro Gagliardi 2015-12-17 19:19:08 -05:00
parent e167b08fdb
commit 78b714c238
1 changed files with 1 additions and 1 deletions

View File

@ -299,7 +299,7 @@ static gboolean onCrossing(areaWidget *aw, int left)
{
uiArea *a = aw->a;
(*(a->ah->MouseCrossing))(a->ah, a, left);
(*(a->ah->MouseCrossed))(a->ah, a, left);
clickCounterReset(&(a->cc));
return GDK_EVENT_PROPAGATE;
}