Oops, set the realtime signal's number in the ecore event struct, too

SVN revision: 9592
This commit is contained in:
tsauerbeck 2004-04-04 20:08:45 +00:00 committed by tsauerbeck
parent 087eb83658
commit 56ccf07ae2
1 changed files with 1 additions and 0 deletions

View File

@ -287,6 +287,7 @@ _ecore_signal_call(void)
Ecore_Event_Signal_Realtime *e;
if ((e = _ecore_event_signal_realtime_new())) {
e->num = i;
e->data = sigrt_info[i];
_ecore_event_add(ECORE_EVENT_SIGNAL_REALTIME, e,
_ecore_event_signal_realtime_free, NULL);