Dear All, I have two process named A and B, and each has a window. I run process A first, then run process B. Now only window B can receive key events, then I called XMapRaised in process B to set Window A to X stack top, after that only window A can receive key events, then I called XMapRaised in process A to set Window B to X stack top, the Window B can receive key events.
The above is OK if the two window are created by Xlib. But if one window is created by fltk, for example, window A is fltk window, window B is X-Window. Process B called XMapRaised can set Window A to X stack top, and then only window A can receive key events, but if Process A called XMapRaised to set Window B to X stack top, it is failed. Why fltk window can't set X-Window to X stack top? My fltk version is 1.3, and my OS is linux. Best regards, Leo _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

