]> git.pld-linux.org Git - packages/motif.git/blob - motif-mwmrc.patch
- fix format string warnings
[packages/motif.git] / motif-mwmrc.patch
1 --- openmotif-2.2.3/doc/man/man1/mwm.1.orig     2002-01-05 16:21:11.000000000 +0100
2 +++ openmotif-2.2.3/doc/man/man1/mwm.1  2004-04-27 14:28:56.321713456 +0200
3 @@ -678,8 +678,8 @@
4  \fB$HOME\fP/\fBconfigFile\fP\&. If the \fIconfigFile\fP pathname does not begin with "~/" or "/", \fBmwm\fP considers it to be relative to the current working directory\&. If
5  the \fIconfigFile\fP resource is not specified
6  or if that file does not exist, \fBmwm\fP uses several default
7 -paths to find a configuration file\&. The order of the search is shown below: \fB/usr/X11R6/lib/X11/$LANG/system\&.mwmrc\fP\(dg
8 -\fB/usr/X11R6/lib/X11/system\&.mwmrc\fP\(dg Paths marked with \&'\(dg\&' are
9 +paths to find a configuration file\&. The order of the search is shown below: \fB/etc/X11/mwm/$LANG/system\&.mwmrc\fP\(dg
10 +\fB/etc/X11/mwm/system\&.mwmrc\fP\(dg Paths marked with \&'\(dg\&' are
11  implementation dependent\&.
12  .IP "\fIdeiconifyKeyFocus\fP\ (class\  \fIDeiconifyKeyFocus\fP)" 10
13  This resource applies only when the keyboard input focus policy is explicit\&.
14 @@ -1344,9 +1344,9 @@
15  function\&.
16  .SS "Files"
17  .PP
18 -\fB/usr/X11R6/lib/X11/$LANG/system\&.mwmrc\fP
19 +\fB/etc/X11/mwm/$LANG/system\&.mwmrc\fP
20  .PP
21 -\fB/usr/X11R6/lib/X11/system\&.mwmrc\fP
22 +\fB/etc/X11/mwm/system\&.mwmrc\fP
23  .PP
24  \fB/usr/X11R6/lib/X11/app-defaults/Mwm\fP
25  .PP
26 --- openmotif-2.2.3/doc/man/man4/mwmrc.4.orig   2002-01-05 16:21:12.000000000 +0100
27 +++ openmotif-2.2.3/doc/man/man4/mwmrc.4        2004-04-27 14:27:22.349999328 +0200
28 @@ -72,8 +72,8 @@
29  .nf
30  \f(CW$HOME/$LANG/\&.mwmrc
31  $HOME/\&.mwmrc
32 -/usr/X11R6/lib/X11/$LANG/system\&.mwmrc
33 -/usr/X11R6/lib/X11/system\&.mwmrc\fR
34 +/etc/X11/mwm/$LANG/system\&.mwmrc
35 +/etc/X11/mwm/system\&.mwmrc\fR
36  .fi
37  .PP
38  .PP
39 @@ -84,7 +84,7 @@
40  be specified from the command line:
41  .PP
42  .nf
43 -\f(CW/usr/X11R6/bin/X11/mwm -xrm "mwm*configFile: mymwmrc"\fR
44 +\f(CW/usr/X11R6/bin/mwm -xrm "mwm*configFile: mymwmrc"\fR
45  .fi
46  .PP
47  .SS "Resource Types"
48 @@ -626,8 +626,8 @@
49  .nf
50  \fB$HOME/$LANG/\&.mwmrc
51  $HOME/\&.mwmrc
52 -/usr/X11R6/lib/X11/$LANG/system\&.mwmrc
53 -/usr/X11R6/lib/X11/system\&.mwmrc\fP
54 +/etc/X11/mwm/$LANG/system\&.mwmrc
55 +/etc/X11/mwm/system\&.mwmrc\fP
56  .fi
57  .SH "RELATED INFORMATION"
58  .PP
59 --- openmotif-2.2.3/clients/mwm/WmResParse.c.orig       2002-05-17 17:21:53.000000000 +0200
60 +++ openmotif-2.2.3/clients/mwm/WmResParse.c    2004-04-27 14:17:31.153874800 +0200
61 @@ -2403,7 +2403,7 @@
62  #endif /* PANELIST */
63  
64  #ifndef MWMRCDIR
65 -#define MWMRCDIR "/usr/lib/X11"
66 +#define MWMRCDIR "/etc/X11/mwm"
67  #endif
68      if (LANG != NULL)
69      {
70 --- openmotif-2.2.3/clients/mwm/WmResource.c.orig       2002-01-10 21:55:37.000000000 +0100
71 +++ openmotif-2.2.3/clients/mwm/WmResource.c    2004-04-27 14:19:08.000151928 +0200
72 @@ -513,6 +513,7 @@
73         \"Pack Icons\"          f.pack_icons\n\
74          no-label               f.separator\n\
75         \"Restart...\"          f.restart\n\
76 +       \"Quit...\"             f.quit_mwm\n\
77  }";
78  char builtinRootMenu[] = BUILTINROOTMENU
79  #else /* MCCABE */
This page took 0.080431 seconds and 3 git commands to generate.