Oh neat, only one compiler error. Now to rewrite the tests.
This commit is contained in:
parent
e167b08fdb
commit
78b714c238
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue