Path: utzoo!attcan!uunet!wuarchive!zaphod.mps.ohio-state.edu!mips!sgi!shinobu!odin!sgihub!dragon!sgi.com!karlton From: karlton@sgi.com (Phil Karlton) Newsgroups: comp.windows.x Subject: Re: maintaining keyed data in server? Message-ID: <1990Oct20.184231.4939@relay.wpd.sgi.com> Date: 20 Oct 90 18:42:31 GMT References: <1990Oct18.205241.24811@elroy.jpl.nasa.gov> Sender: news@relay.wpd.sgi.com ( CNews Account ) Reply-To: karlton@sgi.com Distribution: na Organization: Silicon Graphics, System Software Division Lines: 8 In article <1990Oct18.205241.24811@elroy.jpl.nasa.gov>, alan@cogswell.Jpl.Nasa.Gov (Alan S. Mazer) writes: |> I seem to recall that there's some way of associating arbitrary data with a |> key in an X server so that multiple client processes can get the value of |> some global variable. Try adding a property (say named _MAZER_DATA) and putting it on the root window of screen 0. Check out the doucmentation of XChangeProperty. PK