On Mon, Feb 26, 2001 at 01:11:45PM -0000, Matt H wrote:
> Dominik,
>
> Thanks for your quick response.
>
> I'm using the latest OpenMotif libraries on RedHat Linux 6.1. This seems to
> occur with all releases of FVWM from 1.x, 2.2.2 through 2.3.x.
>
> Maybe I should contact a X intrinsics developers or the Motif team, but I'm
> not sure why this occurs mainly on FVWM and not the other WMs.
>
> In summary: the windows WMHints iconic hint is set to Iconised...when the
> windows shell is called by XtPopup and XRaiseWindow, FVWM shows the window
> but iconised. Under other window managers the window gets mapped and so the
> MapNotify event is generated.
Well, of course you don't get a MapNotify if the window starts
iconic as you asked through the WMHints. If said other window
managers ignore this hint and create the window full sized then
these window managers are broken (consider reporting that bug to
the developers).
However, what you say does not match the code you sent. I can't
see why myshell should have the IconicState set in the WMHints.
I removed the two forms from the code (XmCreateForm always gives
me that X error message) and now I get the MapNotify as requested
as soon as the code reaches the final line:
XtAppMainLoop(my_appContext);
I'd take another look at the code if you post the correct code.
Bye
Dominik ^_^ ^_^
--
Dominik Vogt, dominik.vogt_at_gmx.de
Reply-To: dominik.vogt_at_gmx.de
--
Visit the official FVWM web page at <URL: http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_fvwm.org.
To report problems, send mail to fvwm-owner_at_fvwm.org.
Received on Tue Feb 27 2001 - 07:40:26 GMT