[PATCH] Remove static MAXSCREENS limit from Xext/shm.c.

2009-10-01 Thread Jamey Sharp
--- Somebody at XDC today said that getting rid of the static MAXSCREENS limit from the X server would be a Good Thing, and it looked like doing that to Xext/shm.c would be pretty easy, so I tried it. This is my first server patch, so review gratefully accepted. Xext/shm.c | 60

Re: [PATCH] Remove static MAXSCREENS limit from Xext/shm.c.

2009-10-01 Thread Jamey Sharp
On Thu, Oct 1, 2009 at 3:08 PM, Keith Packard kei...@keithp.com wrote: Thanks for giving this a try. The canonical way to do this is to allocate a screen private index and then allocate memory per-screen instead of globally, ... Hmm. I think that's what I did? I followed the pattern in