You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-plugins/wmcp/files/wmcp-1.2.8-gcc33.patch

75 lines
2.3 KiB

diff -urN wmcp-1.2.8/wmcp.c wmcp-1.2.8-new/wmcp.c
--- wmcp-1.2.8/wmcp.c 1999-05-26 23:38:49.000000000 -0700
+++ wmcp-1.2.8-new/wmcp.c 2003-09-24 15:22:25.000000000 -0700
@@ -806,38 +806,38 @@
void show_usage()
{
-fprintf(stderr,"
-
-%s
-This software is GPL -- do as you wish with it.
-
-Origional Author:
- Ben Cohen <buddog@aztec.asu.edu>
-
-Contributors:
- Thomas Nemeth <tnemeth@multimania.com>
- Craig Maloney <craig@ic.net>
- Gert Beumer <Gert@scintilla.utwente.nl>
-
-
-
-usage: wmcp [-g geometry] [-d dpy] [-n workspaces] [-a alt key] [-v]
- [-c] [-w i/n/w] [-s y/n] [-x #] [-y #] [-h]
-
-
--g geometry: ie: 64x64+10+10
--d dpy: Display. ie: 127.0.0.1:0.0
--n workspaces: How many buttons to start with.
--a alt key: integer 1-4 defining ModXMask (default 1 Mod1Mask).
--w i/n/w: Window State: Iconic, Normal, Withdrawn (default Withdrawn)
--s y/n: Shaped window: yes or no (default y)
--c Sends CTRL + ALT + Key (default only sends ALT + key)
--v Verbose. 0=off, 1=on (default 0)
--x Number of buttons on the x-direction (1,2,3, or 4)
--y Number of buttons in the y-direction (1,2,3, or 4)
--h Help. This screen.
-
-
+fprintf(stderr," \
+\
+%s\
+This software is GPL -- do as you wish with it.\
+\
+Origional Author:\
+ Ben Cohen <buddog@aztec.asu.edu>\
+\
+Contributors:\
+ Thomas Nemeth <tnemeth@multimania.com>\
+ Craig Maloney <craig@ic.net>\
+ Gert Beumer <Gert@scintilla.utwente.nl>\
+\
+\
+\
+usage: wmcp [-g geometry] [-d dpy] [-n workspaces] [-a alt key] [-v]\
+ [-c] [-w i/n/w] [-s y/n] [-x #] [-y #] [-h]\
+\
+\
+-g geometry: ie: 64x64+10+10\
+-d dpy: Display. ie: 127.0.0.1:0.0\
+-n workspaces: How many buttons to start with.\
+-a alt key: integer 1-4 defining ModXMask (default 1 Mod1Mask).\
+-w i/n/w: Window State: Iconic, Normal, Withdrawn (default Withdrawn)\
+-s y/n: Shaped window: yes or no (default y)\
+-c Sends CTRL + ALT + Key (default only sends ALT + key)\
+-v Verbose. 0=off, 1=on (default 0)\
+-x Number of buttons on the x-direction (1,2,3, or 4)\
+-y Number of buttons in the y-direction (1,2,3, or 4)\
+-h Help. This screen.\
+\
+\
",VERSION);
exit(-1);