FVWM: Compatibility patch to FvwmButtons

From: Grant McDorman <grant_at_isgtec.com>
Date: Tue, 09 Jul 1996 13:10:40 -0400 (EDT)

The enclosed patch enhances compatiblity of FvwmButtons with the old version.

The old version (at some point in its life) had a SwallowModule option. If
this is supplied to the new version, it gets confused. This patch simply
strips out the 'Module' suffix to the option; things work fine then.

Grant McDorman <grant_at_isgtec.com>
                                ISG Technologies, Inc.


*** parse.c.orig Thu Jun 27 10:46:22 1996
--- parse.c Tue Jul 9 13:07:27 1996
***************
*** 670,675 ****
--- 670,679 ----
            exit(1);
          }
        s+=7;
+ if (mystrncasecmp(s,"module",6)==0)
+ {
+ s+=6;
+ }
        b->hangon=seekright(&s);
        b->flags|=(b_Swallow|b_Hangon);
        b->swallow|=1;

End of MIME message
--
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 Tue Jul 09 1996 - 12:23:02 BST

This archive was generated by hypermail 2.3.0 : Mon Aug 29 2016 - 19:37:59 BST