Is 0 an invalid XtIntervalId?

This forum is read only. No new submissions are accepted.

Questions about motif? Contact us

1 post / 0 new
Is 0 an invalid XtIntervalId?

Submitted by Anonymous on Wed, 05/24/2000 - 16:40. Developers
Is 0 an invalid XtIntervalId? I`m reviewing legacy code and find code that checks for 0, assuming it is not valid. I don`t see anything in the man pages to justify this, but if for example, returns an address, it would make sense.

Incidently, I also find other code that checks for < 0, but XtIntervalId is described as an unsigned long in man XtAppAddTimeOut().