diff options
author | Cy Schubert <cy@FreeBSD.org> | 2002-04-03 14:51:45 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2002-04-03 14:51:45 +0000 |
commit | 3b4b3a3fe24e36c21df6f82ea8fb5327918971e4 (patch) | |
tree | a29a7b889ec1db19b6d69d23d53ccfb58913170f /x11-wm/fvwm2-devel/files | |
parent | Update 0.17.0 -> 0.20.3. Also add batik.jar and stylebook.jar (diff) |
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]); + } + + /************************************************************************* |