Linux (X11) Shared Memory Mapping

When a SDL_Surface is created on an Xserver, it
allocates shared memory. Is there any way to get more
information on that segment to be used in another
application such as the SHM KEY? From a different
point of view, is there any way to force the
SDL_Surface to use a specific SHM segment, one that is
already available? Thanks for your thoughts.

Regards,=====
Shane M. Walton, Software Engineer
Digital System Resources, Inc.
@Shane_Walton : swalton at dsrnet.com
703.234.1674


Do You Yahoo!?
Yahoo! Sports - live college hoops coverage
http://sports.yahoo.com/

When a SDL_Surface is created on an Xserver, it
allocates shared memory. Is there any way to get more
information on that segment to be used in another
application such as the SHM KEY? From a different
point of view, is there any way to force the
SDL_Surface to use a specific SHM segment, one that is
already available? Thanks for your thoughts.

Not at the moment. You’re welcome to add a SDL_SHMSEGID environment variable
that does that, if you want.

See ya,
-Sam Lantinga, Software Engineer, Blizzard Entertainment