>> On Mon, 22 Apr 1996 14:56:18 -0400,
>> Charles Hines(ch) wrote:
ch> No, but to affect windows that are already up you would need to do
ch> a Recapture. New windows should use that new value.
ch> Just for grins, try invoking it OUTSIDE of the new FvwmButtons and
ch> see how it behaves.
I just started xbuffy from the command line, after FvwmTalk supposedly
read the new style attribute (how can I confirm what the style flags
for a particular window are, BTW?) and got the same behavior. The
change doesn't appear to be related to the new FvwmButtons.
Oh, I forgot something potentially very important that I should have
mentioned from the start. This is *not* the baseline fvwm-2.0.42, but
rather fvwm-2.0.42+Henrique's jumbo patch:
------------------------------
The patch adds to 2.0.42 a few of the changes/patches I've posted
to this list, and that didn't make it into 2.0.42:
- a patch to make the windows in the pager move in "real time"
- a patch to allow Focus to place the mouse anywhere in the window.
- a small fix to paging on the corners
- a small fix to paging while moving, if the scroll amount is less than
screen height/width.
Also included is a fix to a #undef in modules/FvwmButtons/misc.c which
looks like:
#undef makemult(a,b)
and that my ANSI-C compiler doesn't like, and needs to be replaced with
#undef makemult
Files affected are:
fvwm/builtins.c
fvwm/events.c
fvwm/icons.c
fvwm/misc.h
fvwm/module.h
fvwm/move.c
fvwm/virtual.c
modules/FvwmButtons/misc.c
modules/FvwmDebug/FvwmDebug.c
modules/FvwmDebug/FvwmDebug.h
modules/FvwmPager/FvwmPager.c
modules/FvwmPager/FvwmPager.h
-- Henrique (martins_at_hpl.hp.com)
------------------------------
The patch applied cleanly, though, and I don't see any explicit style
flags mentioned above.
--
-mb-
--
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 Mon Apr 22 1996 - 14:23:08 BST