home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / windows / x / 14308 < prev    next >
Encoding:
Internet Message Format  |  1992-07-23  |  1.4 KB

  1. Path: sparky!uunet!gatech!rutgers!micro-heart-of-gold.mit.edu!bloom-beacon!INTERNET!dont-send-mail-to-path-lines
  2. From: gerard@dps.co.UK (Gerard O'Driscoll)
  3. Newsgroups: comp.windows.x
  4. Subject: Specifying colormap resources
  5. Message-ID: <4155.9207231217@scorpion.dps.co.uk>
  6. Date: 23 Jul 92 12:17:56 GMT
  7. Sender: daemon@athena.mit.edu (Mr Background)
  8. Organization: The Internet
  9. Lines: 21
  10.  
  11.  
  12. I have a server which allows both 8 and 24 bit deep visuals on the same screen.
  13. Given that I have started the server with a default 8 bit PseudoColor visual
  14. root window, the question is, how do I start a standard X client (e.g. xterm)
  15. which uses, say, a 24 bit TrueColor visual?
  16.  
  17. The visual and the depth can be specified as resources but it seems that Xt
  18. provides no means for specifying colormap resources, other than from within
  19. the source code itself (there's no string to colormap converter for instance).
  20. So for a given widget we inherit the colormap from the parent, but of course
  21. CreateWindow fails since the parent colormap and the visual are
  22. incompatible. Is Xt lacking or have I missed something? Are there any widget
  23. sets which provide such a capability?
  24.  
  25. I guess the next question is, what would a colormap resource look like:
  26. Colormap id, resource name of standard colormap? And who creates it in the
  27. first place, xstdcmap, the server?
  28.  
  29. Replies directly to me if possible.
  30.  
  31. gerard@dps.co.uk
  32.