diff options
| author | Paul Eggert | 2017-04-14 12:42:03 -0700 |
|---|---|---|
| committer | Paul Eggert | 2017-04-14 12:42:31 -0700 |
| commit | e6750596ef55352c260c200747bec3303e181fe8 (patch) | |
| tree | 58dbe9af98440c8e2fd9f8a8c839e01f17918e01 /src/xfns.c | |
| parent | fc05d4fec98387097c30a5c60e2f343cb797af26 (diff) | |
| download | emacs-e6750596ef55352c260c200747bec3303e181fe8.tar.gz emacs-e6750596ef55352c260c200747bec3303e181fe8.zip | |
; Spelling and minor wording fixes
Diffstat (limited to 'src/xfns.c')
| -rw-r--r-- | src/xfns.c | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/xfns.c b/src/xfns.c index 3257805cabb..e463391c74a 100644 --- a/src/xfns.c +++ b/src/xfns.c | |||
| @@ -799,9 +799,9 @@ x_set_undecorated (struct frame *f, Lisp_Object new_value, Lisp_Object old_value | |||
| 799 | hints.decorations = NILP (new_value) ? MWM_DECOR_ALL : 0; | 799 | hints.decorations = NILP (new_value) ? MWM_DECOR_ALL : 0; |
| 800 | 800 | ||
| 801 | block_input (); | 801 | block_input (); |
| 802 | /* For some reason the third and fourth argument in the following | 802 | /* For some reason the third and fourth arguments in the following |
| 803 | call must be identic: In the corresponding XGetWindowProperty | 803 | call must be identical: In the corresponding XGetWindowProperty |
| 804 | call in getMotifHints, xfwm has the third and seventh arg both | 804 | call in getMotifHints, xfwm has the third and seventh args both |
| 805 | display_info->atoms[MOTIF_WM_HINTS]. Obviously, YMMV. */ | 805 | display_info->atoms[MOTIF_WM_HINTS]. Obviously, YMMV. */ |
| 806 | XChangeProperty (dpy, FRAME_OUTER_WINDOW (f), prop, prop, 32, | 806 | XChangeProperty (dpy, FRAME_OUTER_WINDOW (f), prop, prop, 32, |
| 807 | PropModeReplace, (unsigned char *) &hints, | 807 | PropModeReplace, (unsigned char *) &hints, |
| @@ -3041,9 +3041,9 @@ x_window (struct frame *f, long window_prompting) | |||
| 3041 | hints.flags = MWM_HINTS_DECORATIONS; | 3041 | hints.flags = MWM_HINTS_DECORATIONS; |
| 3042 | hints.decorations = 0; | 3042 | hints.decorations = 0; |
| 3043 | 3043 | ||
| 3044 | /* For some reason the third and fourth argument in the following | 3044 | /* For some reason the third and fourth arguments in the following |
| 3045 | call must be identic: In the corresponding XGetWindowProperty | 3045 | call must be identical: In the corresponding XGetWindowProperty |
| 3046 | call in getMotifHints, xfwm has the third and seventh arg both | 3046 | call in getMotifHints, xfwm has the third and seventh args both |
| 3047 | display_info->atoms[MOTIF_WM_HINTS]. Obviously, YMMV. */ | 3047 | display_info->atoms[MOTIF_WM_HINTS]. Obviously, YMMV. */ |
| 3048 | XChangeProperty (dpy, FRAME_OUTER_WINDOW (f), prop, prop, 32, | 3048 | XChangeProperty (dpy, FRAME_OUTER_WINDOW (f), prop, prop, 32, |
| 3049 | PropModeReplace, (unsigned char *) &hints, | 3049 | PropModeReplace, (unsigned char *) &hints, |
| @@ -3201,9 +3201,9 @@ x_window (struct frame *f) | |||
| 3201 | hints.flags = MWM_HINTS_DECORATIONS; | 3201 | hints.flags = MWM_HINTS_DECORATIONS; |
| 3202 | hints.decorations = 0; | 3202 | hints.decorations = 0; |
| 3203 | 3203 | ||
| 3204 | /* For some reason the third and fourth argument in the following | 3204 | /* For some reason the third and fourth arguments in the following |
| 3205 | call must be identic: In the corresponding XGetWindowProperty | 3205 | call must be identical: In the corresponding XGetWindowProperty |
| 3206 | call in getMotifHints, xfwm has the third and seventh arg both | 3206 | call in getMotifHints, xfwm has the third and seventh args both |
| 3207 | display_info->atoms[MOTIF_WM_HINTS]. Obviously, YMMV. */ | 3207 | display_info->atoms[MOTIF_WM_HINTS]. Obviously, YMMV. */ |
| 3208 | XChangeProperty (dpy, FRAME_OUTER_WINDOW (f), prop, prop, 32, | 3208 | XChangeProperty (dpy, FRAME_OUTER_WINDOW (f), prop, prop, 32, |
| 3209 | PropModeReplace, (unsigned char *) &hints, | 3209 | PropModeReplace, (unsigned char *) &hints, |