Patch level :2.0 nopatch
Files correlati :agalib Ricompilazione Demo : [ ] Commento :sistemato intoppo compattazione files git-svn-id: svn://10.65.10.50/trunk@10245 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
26f36fbc78
commit
30c3aabba4
@ -600,8 +600,8 @@ HIDDEN void xi_event_handler(XI_OBJ* itf, XI_EVENT* xiev)
|
||||
if (notify_xvt)
|
||||
{
|
||||
TWindow* w = (TWindow*)xi_get_app_data(itf);
|
||||
CHECK(w, "Can't send XVT event to a null window");
|
||||
w->handler(w->win(), &xiev->v.xvte);
|
||||
if (w != NULL)
|
||||
w->handler(w->win(), &xiev->v.xvte);
|
||||
if (xiev->v.xvte.type == E_MOUSE_UP)
|
||||
_button_blocked = FALSE;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user