home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!mcsun!fuug!demos!kiae!glas!demos!thunder.mcrcim.mcgill.edu!mouse
- From: mouse@thunder.mcrcim.mcgill.edu
- Newsgroups: comp.windows.x
- Date: 18 Jul 92 17:12 MDT
- Subject: Re: Changing cursors
- Sender: Notesfile to Usenet Gateway <notes@glas.apc.org>
- Message-ID: <1992Jul18.131226.17797@thunder.m>
- References: <WARE.92Jul17202232@organ.cis.ohi>
- Nf-ID: #R:WARE.92Jul17202232@organ.cis.ohi:-334402416:1992Jul18.131226.17797@thunder.m:-1460420463:001:630
- Nf-From: thunder.mcrcim.mcgill.edu!mouse Jul 18 17:12:00 1992
- Lines: 18
-
-
- In article <1992Jul16.162309.2880@glas.rtsg.mot.com>, waider@glas.rtsg.mot.com (Ronan Waide) writes:
-
- > How do I change the cursors in _all_ windows of an application
- > without doing XCreateFontCursor for _each_ window?
-
- Heavens. Just XCreateFontCursor once, then XDefineCursor for each
- window. No need to create a new cursor for each window; you can use
- the same cursor with all of 'em (I think - I'd have to check if you
- have multiple distinct visuals in use).
-
- Of course, you may actually want something else, like a general busy
- cursor, in which case check out the FAQ.
-
- der Mouse
-
- mouse@larry.mcrcim.mcgill.edu
-
-