home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / windows / x / 14480 < prev    next >
Encoding:
Text File  |  1992-07-27  |  745 b   |  24 lines

  1. Newsgroups: comp.windows.x
  2. Path: sparky!uunet!gatech!bloom-beacon!INTERNET!dont-send-mail-to-path-lines
  3. From: ware@cis.ohio-state.EDU (Peter Ware)
  4. Subject: X11R5 public fix #14 now available
  5. Message-ID: <9207272242.AA06784@organ.cis.ohio-state.edu>
  6. Sender: daemon@athena.mit.edu (Mr Background)
  7. Organization: The Internet
  8. Date: Mon, 27 Jul 1992 22:42:26 GMT
  9. Lines: 13
  10.  
  11. Sorry for being nosy, but could you explain a little more  what the 
  12.     Xt: geometry requests with SetValues 
  13. patch to SetValues.c(XtSetValues) changes/fixes?  I'm always nervous
  14. about how my geometry managers work.
  15.  
  16. Is the
  17.         if (geoReq.request_mode !=
  18.         (CWX | CWY | CWWidth | CWHeight | CWBorderWidth)) {
  19.  
  20. just an optimization incase all the flags are set?
  21.  
  22. Thanks,
  23. --pete
  24.