home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / windows / x / 18795 < prev    next >
Encoding:
Internet Message Format  |  1992-11-07  |  1.5 KB

  1. Path: sparky!uunet!cis.ohio-state.edu!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!ira.uka.de!math.fu-berlin.de!news.netmbx.de!Germany.EU.net!Informatik.Uni-Dortmund.DE!tommy!klute
  2. From: klute@tommy.informatik.uni-dortmund.de (Rainer Klute)
  3. Newsgroups: comp.windows.x
  4. Subject: Re: No border X window
  5. Date: 6 Nov 1992 08:49:53 GMT
  6. Organization: CS Department, Dortmund University, Germany
  7. Lines: 19
  8. Sender: klute@tommy (Rainer Klute)
  9. Distribution: world
  10. Message-ID: <1ddbjhINNe1q@fbi-news.Informatik.Uni-Dortmund.DE>
  11. References: <1992Nov05.163310.30462@watson.ibm.com>
  12. NNTP-Posting-Host: tommy
  13.  
  14. In article <1992Nov05.163310.30462@watson.ibm.com>,
  15. gaitat@gaitat.kgn.ibm.com (Saki) writes:
  16. |> I would like to create an X-Window with no border or title
  17. |> but I dont want the window manager to do it.  The application
  18. |> should have the control.  When I use the override_redirect
  19. |> attribute when my window is mapped, it doesnt change to the 
  20. |> correct colormap, and when I press a mouse button, I get a
  21. |> root window popup menu.  Any suggestions/solutions?
  22.  
  23. These are the costs of override_redirect. The window manager does not care
  24. about such a window in any way. You will have to do everything yourself, i.
  25. e. installing the colormap (see XInstallColormap) and giving the input
  26. focus to your window (see XSetInputFocus).
  27.  
  28. -- 
  29.   Dipl.-Inform. Rainer Klute      klute@irb.informatik.uni-dortmund.de
  30.   Univ. Dortmund, IRB
  31.   Postfach 500500         |)|/    Tel.: +49 231 755-4663
  32. D-W4600 Dortmund 50       |\|\    Fax : +49 231 755-2386
  33.