Hi,
It is not possible for FvwmAuto to auto-raise the FvwmPager, because
the pager is never given input focus.  The patch below fixes this bug.
I needed it for the perl module I wrote for raising specific windows
to work for the one window I most wanted auto-raised.
I submitted another patch a couple weeks ago - should I expect a
confirmation on whether these will actually get incorporated?  
thanks,
Greg
--- /local/mstar/.backups/!local!mstar!software!fvwm!fvwm-2.0.46!modules!FvwmPager!x_pager.c.~2~	Tue Nov 25 15:30:50 1997
+++ x_pager.c	Mon Dec  8 18:37:44 1997
_at_@ -309,7 +309,7 @@
       wmhints.flags = IconPositionHint;
     }
   wmhints.icon_window = icon_win;
-  wmhints.input = False;
+  wmhints.input = True;
 
   wmhints.flags |= InputHint | StateHint | IconWindowHint;
 
--
Visit the official FVWM web page at <URL:http://www.hpc.uh.edu/fvwm/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_hpc.uh.edu.
To report problems, send mail to fvwm-owner_at_hpc.uh.edu.
Received on Thu Dec 11 1997 - 18:49:55 GMT