Path: utzoo!attcan!uunet!crdgw1!crdgw1.ge.com!barnett From: barnett@crdgw1.ge.com (Bruce Barnett) Newsgroups: comp.windows.x Subject: XView notify_interpose_wait3_func error? Message-ID: <5723@crdgw1.crd.ge.com> Date: 2 Mar 90 19:07:15 GMT Sender: news@crdgw1.crd.ge.com Reply-To: barnett@crdgw1.ge.com (Bruce Barnett) Organization: GE Corp. R & D, Schenectady, NY Lines: 21 I am trying to write a XView program that detects when a child process running in a TERMSW window dies, and allows the user to optionally restart the application. I am using the notify_interpose_wait3_func error call described on Page 210 in the XView manual. child_pid = (int) xv_get(terminal_sw, TTY_PID); if ( child_pid ) notify_interpose_wait3_func(terminal_sw, my_wait3, child_pid); I get an error: XView warning: Notifier error: No condition for client I call the routine right before the window_main_loop. Am I doing something wrong, or is this a bug? -- Bruce G. Barnett uunet!crdgw1!barnett