home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / hp / 15437 < prev    next >
Encoding:
Internet Message Format  |  1993-01-28  |  904 b 

  1. Path: sparky!uunet!crdgw1!rpi!usc!sdd.hp.com!hpscit.sc.hp.com!cupnews0.cup.hp.com!news1.boi.hp.com!hp-pcd!hpcvusn!hpcvusn!gms
  2. From: gms@cv.hp.com (George Sachs)
  3. Newsgroups: comp.sys.hp
  4. Subject: Re: XHPGetExtEventMask and XMaskEvent compatible ?
  5. Keywords: X11 extensions, events, masks
  6. Message-ID: <1993Jan27.194256.3727@hpcvusn.cv.hp.com>
  7. Date: 27 Jan 93 19:42:56 GMT
  8. References: <apian.728136711@ise.fhg.de>
  9. Sender: nobody@hpcvusn.cv.hp.com (Nobody - UID must be 99999)
  10. Organization: Hewlett-Packard Company, Corvallis, Oregon USA
  11. Lines: 3
  12. Nntp-Posting-Host: hpcvxgs.cv.hp.com
  13.  
  14. The XMaskEvent function only works with core events.  You cannot use it to get extension events.  You should be able to use XCheckTypedEvent instead.
  15.  
  16. You may also want to consider using the standard X input device extension, rather than the HP-proprietary input device extension.  The functionality is basically equivalent.
  17.