Re: X11/Xlib.h not found?

2002-04-08 Thread Alan Hourihane

On Mon, Apr 08, 2002 at 11:42:15 +1000, Robert Collins wrote:
 Are you interested in a patch to change remove most of the static vars
 from the WindowProcRoutine, and replace them with a lookup into the
 WindowPrivRec?
 
 This is essential for rootless mode (and in some respects the most
 instrusive code change), and also helps keep things clean for running
 multiple screens in the future...
 
Rob,

submit away !

Alan.



RE: X11/Xlib.h not found?

2002-04-08 Thread Harold L Hunt

Yes, that is essential.

Submit away, as Alan said.

Harold

Robert Collins [EMAIL PROTECTED] said:

 
 
  -Original Message-
  From: Harold Hunt [mailto:[EMAIL PROTECTED]] 
  Sent: Monday, April 08, 2002 1:20 PM
  To: Robert Collins; [EMAIL PROTECTED]
  Subject: RE: X11/Xlib.h not found?
  
  
  Rob,
  
  Yes, the cut down tree depends on the installed headers 
  because building the headers requires building the libraries, 
  which the BuildServersOnly (or something like that) flag 
  does.  We only build the servers because it keeps the builds quick.
 
 Thanks Harold, that was the key.
 
 Are you interested in a patch to change remove most of the static vars
 from the WindowProcRoutine, and replace them with a lookup into the
 WindowPrivRec?
 
 This is essential for rootless mode (and in some respects the most
 instrusive code change), and also helps keep things clean for running
 multiple screens in the future...
 
 Rob