diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-06-07 07:57:28 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-06-07 07:57:28 +0000 |
commit | 974e25a20728616defc71b8ae8b42d02e4081ca7 (patch) | |
tree | a1cc98b1b4eb8b9d9a619ec52b6d8ac15d16ab6a /x11-wm/fvwm | |
parent | 5727f324eb8838a3a5fba00b3328260f45ccd76c (diff) | |
download | ports-974e25a20728616defc71b8ae8b42d02e4081ca7.tar.gz ports-974e25a20728616defc71b8ae8b42d02e4081ca7.zip |
Notes
Diffstat (limited to 'x11-wm/fvwm')
-rw-r--r-- | x11-wm/fvwm/files/patch-ac | 93 |
1 files changed, 44 insertions, 49 deletions
diff --git a/x11-wm/fvwm/files/patch-ac b/x11-wm/fvwm/files/patch-ac index bc2ecfba2d80..889fb6b66b0d 100644 --- a/x11-wm/fvwm/files/patch-ac +++ b/x11-wm/fvwm/files/patch-ac @@ -1,49 +1,44 @@ -*** ../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 +--- ./sample.fvwmrc/system.fvwmrc.org Fri Dec 2 11:19:12 1994 ++++ ./sample.fvwmrc/system.fvwmrc Wed Jun 7 00:42:50 1995 +@@ -17,6 +17,10 @@ + # 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,7 +67,7 @@ + # 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 ++AutoRaise 500 + + # Normally, we'll be in focus-follows mouse mode, but uncomment this + # for mwm-style click-to-focus +@@ -176,9 +180,9 @@ + # Module path and paths to the icons + # + # ModulePath is a colon-separated list, just like regular unix PATH +-ModulePath /usr/lib/X11/fvwm +-PixmapPath /usr/include/X11/pixmaps/ +-IconPath /usr/include/X11/bitmaps/ ++ModulePath /usr/X11R6/lib/X11/fvwm ++PixmapPath /usr/X11R6/include/X11/pixmaps/ ++IconPath /usr/X11R6/include/X11/bitmaps/ + + ############################################################################ + # Set the decoration styles and window options +@@ -227,7 +231,7 @@ + + Function "InitFunction" + Module "I" FvwmBanner +- Exec "I" xpmroot /usr/include/X11/pixmaps/fvwm.xpm & ++ Exec "I" xpmroot /usr/X11R6/include/X11/pixmaps/fvwm.xpm & + Module "I" GoodStuff + Exec "I" exec xterm -geometry 80x64+0+0 & + Wait "I" xterm |