Path: utzoo!attcan!uunet!sco!loranb From: loranb@sco.COM (Loran Ball) Newsgroups: comp.windows.x Subject: Multiple displays for one client Keywords: events Message-ID: <3900@scolex.sco.COM> Date: 25 Nov 89 01:36:29 GMT Organization: The Santa Cruz Operation, Inc. Lines: 16 Is there a way for a single client to receive events from two displays efficiently and easily? I can think of two solutions but I don't like either of them: 1) Poll for events with XCheckIfEvent(). Wastefull of CPU. 2) Fork a program to read events from the second display and send them to the main program with XSendEvent(). This doesn't really provide a client with events from two displays directly. Any advice would be appreciated. Loran Ball uunet!sco!loranb