home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / linux / extra / docs / maillist / text / archive.95 / text0126.txt < prev    next >
Encoding:
Text File  |  1996-04-02  |  989 b   |  29 lines

  1. Mat Hostetter writes:
  2.  > Is this the inverted cursor bug?
  3.  
  4. ok, here is the deal with the `inverted cursor bug' (in which the mask
  5. is inverted and the portions of the cursor which should appear
  6. transparent are black).
  7.  
  8. it seems that some x servers incorrectly interpret the `mask' bits in
  9. `XCreatePixmapCursor ()'.  the spec (well, scheifler and gettys) says
  10. that mask bits set to zero specify pixels which are ignored
  11. (transparent).
  12.  
  13. this is what executor does.
  14.  
  15. but it seems that some x servers (dec x servers, the linux Xinside x
  16. server which i use) interpret the mask bits incorrectly.
  17.  
  18. since i don't have any easy way from detecting if a given server has
  19. this problem, i have added the X resource `Executor.invertedCursorBug'
  20. and the option `-invertedcursorbug' which will cause executor to
  21. re-invert the cursor mask, making the cursor appear correctly on
  22. servers with this problem.
  23.  
  24. if anyone else has ideas on how we can make this problem go away, i'd
  25. love to hear them.
  26.  
  27.     - Cotton
  28.  
  29.