diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1995-05-29 13:46:40 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1995-05-29 13:46:40 +0000 |
commit | 0d98f1227110082e9e507ca236458f6c363e25b6 (patch) | |
tree | 297f74782436a0f973b6b89d60c10f399af9a135 /x11-wm/fvwm/files/patch-ac | |
parent | Remove comment about not being able to undefine a variable, as we *can* (diff) |
This commit was manufactured by cvs2svn to create tag 'RELENG_2_0_5_ALPHA'.release/2.0.5a
Diffstat (limited to 'x11-wm/fvwm/files/patch-ac')
-rw-r--r-- | x11-wm/fvwm/files/patch-ac | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/x11-wm/fvwm/files/patch-ac b/x11-wm/fvwm/files/patch-ac deleted file mode 100644 index bc2ecfba2d80..000000000000 --- a/x11-wm/fvwm/files/patch-ac +++ /dev/null @@ -1,49 +0,0 @@ -*** ../fvwm-1.24r/sample.fvwmrc/system.fvwmrc Fri Dec 2 19:19:12 1994 ---- sample.fvwmrc/system.fvwmrc Fri May 12 14:33:03 1995 -*************** -*** 17,22 **** ---- 17,26 ---- - # If you get it wrong, the most common problem is that color or font settings - # are ignored - -+ # for m4 processing we have to undefine the include macro or pathts to -+ # /usr/.../include/... will be mangled -+ undefine(`include') -+ - ########################################################################### - # set up the colors - # -*************** -*** 63,69 **** - # Set windows to auto-raise after 750 milliseconds if you like it. - # Autoraise can sometimes obscure pop-up windows. Performance is now - # similar to olvwm's auto-raise feature. -! #AutoRaise 750 - - # Normally, we'll be in focus-follows mouse mode, but uncomment this - # for mwm-style click-to-focus ---- 67,73 ---- - # Set windows to auto-raise after 750 milliseconds if you like it. - # Autoraise can sometimes obscure pop-up windows. Performance is now - # similar to olvwm's auto-raise feature. -! AutoRaise 500 - - # Normally, we'll be in focus-follows mouse mode, but uncomment this - # for mwm-style click-to-focus -*************** -*** 227,233 **** - - Function "InitFunction" - Module "I" FvwmBanner -! Exec "I" xpmroot /usr/include/X11/pixmaps/fvwm.xpm & - Module "I" GoodStuff - Exec "I" exec xterm -geometry 80x64+0+0 & - Wait "I" xterm ---- 231,237 ---- - - Function "InitFunction" - Module "I" FvwmBanner -! Exec "I" xpmroot /usr/X11R6/include/X11/pixmaps/fvwm.xpm & - Module "I" GoodStuff - Exec "I" exec xterm -geometry 80x64+0+0 & - Wait "I" xterm |