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

  1. Path: sparky!uunet!mcsun!fuug!demos!kiae!glas!demos!thunder.mcrcim.mcgill.edu!mouse
  2. From: mouse@thunder.mcrcim.mcgill.edu
  3. Newsgroups: comp.windows.x
  4. Date: 18 Jul 92 17:12 MDT
  5. Subject: Re: Changing cursors
  6. Sender: Notesfile to Usenet Gateway <notes@glas.apc.org>
  7. Message-ID: <1992Jul18.131226.17797@thunder.m>
  8. References: <WARE.92Jul17202232@organ.cis.ohi>
  9. Nf-ID: #R:WARE.92Jul17202232@organ.cis.ohi:-334402416:1992Jul18.131226.17797@thunder.m:-1460420463:001:630
  10. Nf-From: thunder.mcrcim.mcgill.edu!mouse    Jul 18 17:12:00 1992
  11. Lines: 18
  12.  
  13.  
  14. In article <1992Jul16.162309.2880@glas.rtsg.mot.com>, waider@glas.rtsg.mot.com (Ronan Waide) writes:
  15.  
  16. > How do I change the cursors in _all_ windows of an application
  17. > without doing XCreateFontCursor for _each_ window?
  18.  
  19. Heavens.  Just XCreateFontCursor once, then XDefineCursor for each
  20. window.  No need to create a new cursor for each window; you can use
  21. the same cursor with all of 'em (I think - I'd have to check if you
  22. have multiple distinct visuals in use).
  23.  
  24. Of course, you may actually want something else, like a general busy
  25. cursor, in which case check out the FAQ.
  26.  
  27.                     der Mouse
  28.  
  29.                 mouse@larry.mcrcim.mcgill.edu
  30.  
  31.