home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / windows / x / 14203 < prev    next >
Encoding:
Internet Message Format  |  1992-07-22  |  1.8 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: 17 Jul 92 18:58 MDT
  5. Subject: Re: Screen capture retaining pointe
  6. Sender: Notesfile to Usenet Gateway <notes@glas.apc.org>
  7. Message-ID: <1992Jul17.145859.28956@thunder.m>
  8. Nf-ID: #N:1992Jul17.145859.28956@thunder.m:2046495462:001:1343
  9. Nf-From: thunder.mcrcim.mcgill.edu!mouse    Jul 17 18:58:00 1992
  10. Lines: 31
  11.  
  12.  
  13. In article <1992Jul13.105243.2408@pictel.com>, oj@pictel.com (Oliver Jones) writes:
  14. > In article <1992Jul10.123748.26945@PA.dec.com>, neideck@kaputt.enet.dec.com (Burkhard Neidecker-Lutz) writes:
  15. >> In article <1992Jul10.002907.20496@ccu.umanitoba.ca> rafiq@silver.cs.umanitoba.ca (Salik Rafiq) writes:
  16. >>> I'm looking for a program to perform a screen capture but retain
  17. >>> the mouse pointer, [...].
  18. >> This is *impossible* to do on machines with hardware cursors (i.e.
  19. >> each and every machine made by Digital) .
  20. > It's not impossible, just hard and kludgey.  (Tt's almost impossible
  21. > for something to be impossible in X :-)
  22.  
  23. Unfortunately it is impossible within X, *regardless* of whether the
  24. machine uses a hardware cursor or not.  (Unless of course the server
  25. contains an extension designed for this, which as far as I know does
  26. not exist.)
  27.  
  28. > So, copy the window's contents to a pixmap, then query the cursor
  29. > position and render the cursor into the pixmap,
  30.  
  31. But this can't be done, because there is no way to find out what the
  32. cursor looks like.  There isn't even any way to find out what cursor is
  33. being used for a given window, since there may be no XID for it any
  34. longer.
  35.  
  36. You're probably better off looking for some system-dependent mechanism,
  37. like screendump on a Sun....
  38.  
  39.                     der Mouse
  40.  
  41.                 mouse@larry.mcrcim.mcgill.edu
  42.  
  43.