>>>>> "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:

===========================================================================
--- 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.

Later,
Chuck

-- 
Charles K. Hines   <[EMAIL PROTECTED]>   <[EMAIL PROTECTED]>
Principal Scientist at ReQuest Technologies Inc   (http://www.ReQuestTech.com/)

  "dis ting could have possabiwities if I put my twisted widdle mind to it!"
                                                        - Bugs Bunny

--
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