On Tue, Sep 10, 2002 at 02:27:20PM -0400, Charles Hines wrote: > >>>>> "Me" == Charles Hines <[EMAIL PROTECTED]> writes: > > ... > Me> If you don't get a chance to look into it, I'll try again myself later > Me> today (or tonight at home if I remember to mail this little testcase back > Me> there). > > I finially got around to looking into this problem, and turned out that > finding where the problem and coming up with a workable fix was actually > rather easy:
And it's the right fix too. > =========================================================================== > --- events.c~ Thu Jul 18 05:45:28 2002 > +++ events.c Tue Sep 10 14:21:14 2002 > @@ -1754,7 +1754,7 @@ > } > if (!IS_ICONIFIED(Tmp_win)) > { > - DrawDecorations(Tmp_win, DRAW_ALL, True, True, PressedW); > + DrawDecorations(Tmp_win, DRAW_ALL, (Tmp_win == get_focus_window()), > True, PressedW); > } > } > else if (Tmp_win && Event.xbutton.window == Tmp_win->Parent && > =========================================================================== > > At least, that seemed to make things behave properly for me. Welcome back to the fvwm developer community. We'd be happy to give you cvs commit rights if you want them :-) I have applied the patch. Was this also a problem in 2.5.x? I guess not since the faulty code was already removed, but I did not try it out myself. 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]