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

  1. Newsgroups: comp.windows.x
  2. Path: sparky!uunet!noc.near.net!gateway!pictel!oj
  3. From: oj@pictel.com (Oliver Jones)
  4. Subject: Re: Kills from Window Manager
  5. Message-ID: <1992Jul27.121213.268@pictel.com>
  6. Organization: PictureTel Corporation
  7. References: <14b03iINN1kn@early-bird.think.com> <1992Jul24.182031.29532@thunder.mcrcim.mcgill.edu> <14ptagINNrdo@early-bird.think.com>
  8. Date: Mon, 27 Jul 1992 12:12:13 GMT
  9. Lines: 17
  10.  
  11. In article <14ptagINNrdo@early-bird.think.com> barmar@think.com (Barry Margolin) writes:
  12.  
  13. >...I don't want my window manager automatically upgrading
  14. >an attempt to delete a single window into an operation that will probably
  15. >crash the application (most clients don't seem to have customized XIO
  16. >handlers).
  17.  
  18. Just to pick a nit ... Most applications with multiple top-level
  19. windows use just one display connection to operate all their windows.
  20.  
  21. A customized XIO handler can't help with distinguishing a single-
  22. window delete operation from an application crash.  Once Xlib gets
  23. around to calling your custom XIO error handler it's too late: the X
  24. connection and the application's server resources have already been
  25. destroyed.
  26.  
  27. Ollie Jones
  28.