On Mon, 2005-06-27 at 21:01 -0400, Jon Smirl wrote: > I was also working towards a goal of having everything be permanent > maps and all be created at initialization time. Future users could > then run without needing AddMap. They would just call GetMap to > search for the map that they needed. Old code would keep calling > AddMap which would return the matched map, at some point it could be > eliminated. The egl drivers I am working on don't run as root so I > need everything pre-added.
All I did was replace the call to "initmap" with a call to "addmap" since they were doing the same thing. -- Eric Anholt [EMAIL PROTECTED] http://people.freebsd.org/~anholt/ [EMAIL PROTECTED] ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click -- _______________________________________________ Dri-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dri-devel
