Quantcast
Channel:
Viewing all articles
Browse latest Browse all 59170

Forum Post: RE: bug report: _gx_system_timer_expiration()

$
0
0
Hello Jim, What SSP version are you using? I'm looking at the timer expiration function and event type is in fact GX_EVENT_TIMER, which leads me to believe you're using an older version. Display handle and event target are not initialized, but let's look whether it's actually required. The only place in _gx_system_event_fold that uses these (currently garbage) variables is _gx_system_event_send. But in case of a timer, this code is never executed, as there's always at least one timer event on the event queue (GUIX System Timer). Can you share the project that reproduces this problem? I'm unable to see it even though all my GUIX projects use at least one user-defined timer. Regards

Viewing all articles
Browse latest Browse all 59170