Hi Mikhael, :) > Ok, I have implemented the generic looped args support, so M_RESTACK > is now fully supported.
Thank-you muchly! One problem: I'm running a simple module & get this error: Internal error, event type 100000000 (11 names, 7 values) Also FVWM::Window::dump in WindowList.pm looks dodgy. I had to change it to: sub dump ($) { my ($window) = @_; my $id = $window->{win_id}; my $string = "Window $id\n"; foreach my $prop (sort keys %$window) { next if $prop =~ /^_/; $string .= "\t$prop:\t[$window->{$prop}]\n"; } return $string; } to get it to compile, but I'm not sure if that's right. > I think you should take a look at FvwmPager, it is the only module > currently that manages stacking order of windows. Will do, thanks. SCoTT. :) -- 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]