note sigusr2 is for fps thing.

SVN revision: 56337
This commit is contained in:
Carsten Haitzler 2011-01-28 02:24:04 +00:00
parent 3f310bd392
commit c356b53543
1 changed files with 1 additions and 1 deletions

View File

@ -1592,7 +1592,7 @@ _e_main_cb_signal_user(void *data __UNUSED__, int ev_type __UNUSED__, void *ev)
}
else if (e->number == 2)
{
// FIXME: another core util for doing things with e
// comp module has its own handler for this for enabling/disabling fps debug
}
return ECORE_CALLBACK_RENEW;
}