On Mon, Jul 22, 2002 at 05:05:27PM -0600, Gregg Dameron wrote:
> Dominik Vogt wrote:
> 
> > On Tue, Jul 09, 2002 at 07:32:40PM -0600, Gregg Dameron wrote:
> > > Dominik Vogt wrote:
> > >
> > > > On Tue, Jul 09, 2002 at 10:25:38AM -0600, Gregg Dameron wrote:
> > > > > Running 2.4.7 on Solaris 8.
> > > > >
> > > > > I have:
> > > > >
> > > > > Style * MwmFunctions
> > > > > Style * MwmDecor
> > > > > Style * NoOverride
> > > > >
> > > > > I have an application that turns off MWM_FUNC_MOVE, but I can still
> > > > > move it around by dragging the title bar or using the Pager.  If I
> > > > > turn off all FUNCs and DECORs except MWM_DECOR_TITLE, same result.
> > > > > If I turn off everything (emulating a "splash screen"), I can still
> > > > > move it around with the Pager.  In all cases the window is rendered
> > > > > correctly (visually), it's just that I can't seem to shut off
> > > > > moves.  What am I missing?
> > > >
> > > > Can you post some sample source so that I can try it myself?

THe original author of the mwm hints code seems to have thought it
is a good idea to ignore this hint.  In decorations.c, function
check_if_function_allowed() I found this:

    case F_MOVE:
      /* Move is a funny hint. Keeps it out of the menu, but you're
       * still allowed to move. */
      if((!(t->functions & MWM_FUNC_MOVE))&&menu_string)
        return 0;
      break;

I'll fix that.

Bye

Dominik ^_^  ^_^

 --
Dominik Vogt, mail: [EMAIL PROTECTED], phone: 0721/91374-382
Schlund + Partner AG, Erbprinzenstr. 4-12, D-76133 Karlsruhe

--
Visit the official FVWM web page at <URL:http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm-workers" in the
body of a message to [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]

Reply via email to