From c356b535432c8f6a3a02e5834118b062fd333b5f Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Fri, 28 Jan 2011 02:24:04 +0000 Subject: [PATCH] note sigusr2 is for fps thing. SVN revision: 56337 --- src/bin/e_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_main.c b/src/bin/e_main.c index 72f0b1886..59bf945cb 100644 --- a/src/bin/e_main.c +++ b/src/bin/e_main.c @@ -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; }