diff options
author | cy <cy@FreeBSD.org> | 2002-04-03 22:51:45 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2002-04-03 22:51:45 +0800 |
commit | 7c1844495c2bef5ec93e0f3ff8967925b6e92287 (patch) | |
tree | 809d2cf8cc484cac76fa39152e61638a5684c031 /x11-wm/fvwm2-devel/files | |
parent | 4396c0bc04e4cf7d92b0ddbb2ca1f79b62fac350 (diff) | |
download | freebsd-ports-gnome-7c1844495c2bef5ec93e0f3ff8967925b6e92287.tar.gz freebsd-ports-gnome-7c1844495c2bef5ec93e0f3ff8967925b6e92287.tar.zst freebsd-ports-gnome-7c1844495c2bef5ec93e0f3ff8967925b6e92287.zip |
New fvwm2-devel (alpha release), upgrade 2.3.33 --> 2.5.0.
Diffstat (limited to 'x11-wm/fvwm2-devel/files')
-rw-r--r-- | x11-wm/fvwm2-devel/files/patch-modules::FvwmCommand::FvwmCommand.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-wm/fvwm2-devel/files/patch-modules::FvwmCommand::FvwmCommand.c b/x11-wm/fvwm2-devel/files/patch-modules::FvwmCommand::FvwmCommand.c new file mode 100644 index 000000000000..2497c3e5458d --- /dev/null +++ b/x11-wm/fvwm2-devel/files/patch-modules::FvwmCommand::FvwmCommand.c @@ -0,0 +1,11 @@ +--- modules/FvwmCommand/FvwmCommand.c.orig Wed Jul 4 22:35:50 2001 ++++ modules/FvwmCommand/FvwmCommand.c Wed Jul 4 22:35:52 2001 +@@ -927,7 +927,7 @@ + { + printf( " %-20s x %ld, y %ld, desk %ld, max x %ld, max y %ld\n", + "new page", +- body[0], body[1], body[2], body[3], body[4]); ++ body[0], body[0], body[2], body[3], body[4]); + } + + /************************************************************************* |