Hello everyone,

I ran into issues using Sun's version of Java 1.7 around April of last year, 
but I totally forgot to follow up on the topic.  To refresh everyone's memory, 
here's an archive link to my original e-mail:

http://www.mail-archive.com/fvwm-workers@fvwm.org/msg02803.html

After a few iterations, Thomas suggested a patch like this:

--- a/fvwm/frame.c
+++ b/fvwm/frame.c
@@ -1938,7 +1938,7 @@ void frame_free_move_resize_args(
        }
        update_absolute_geometry(fw);
        frame_reparent_hide_windows(Scr.NoFocusWin);
-       if (mra->w_with_focus != None)
+       if (mra->w_with_focus != None && 
+ FP_IS_LENIENT(FW_FOCUS_POLICY(fw)))
        {
                /* domivogt (28-Dec-1999): For some reason the XMoveResize() on
                 * the frame window removes the input focus from the client


As far as I can tell, that patch works fine and solves my issue.  It'd be great 
if something similar to that could get committed.

Thanks in advance,

Jonathan

Reply via email to