> We are developing gui application on Linux desktop ( fedora 7 > ) with X11 > window manger
X11 is not the window manager - it's the window server. The WM is something that runs on top of X11 and manages your windows and their "decorations". To you it is probably Gnome or KDE or Matchbox or FVWM or etc, maybe even FLWM! Each WM has subtly different ideas about how to manage window positions, but in general they are not supposed to move the window unless you tell it to. With either Gnome or KDE selected as the desktop on my FC7 box, the windows consistently re-appear at the same position as they were hidden. It sounds very much as if your code is doing something odd - can you post a minimal example that exhibits the fault? SELEX Sensors and Airborne Systems Limited Registered Office: Sigma House, Christopher Martin Road, Basildon, Essex SS14 3EL A company registered in England & Wales. Company no. 02426132 ******************************************************************** This email and any attachments are confidential to the intended recipient and may also be privileged. If you are not the intended recipient please delete it from your system and notify the sender. You should not copy it or use it for any purpose nor disclose or distribute its contents to any other person. ******************************************************************** _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

