diff options
| author | Karoly Lorentey | 2005-06-21 15:42:45 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2005-06-21 15:42:45 +0000 |
| commit | a3fbb8977ddcc3f913058d323af6034cb70561a9 (patch) | |
| tree | d5b0488432b505d2a36ee2890f8727c8ac7506f5 /src/xselect.c | |
| parent | ef85512e51f043d73788f00a2aed13cccde0682c (diff) | |
| parent | 0ff13af938126dca16ec0e1e80e3ac38e177e5d3 (diff) | |
| download | emacs-a3fbb8977ddcc3f913058d323af6034cb70561a9.tar.gz emacs-a3fbb8977ddcc3f913058d323af6034cb70561a9.zip | |
Merged from miles@gnu.org--gnu-2005 (patch 423-434)
Patches applied:
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-423
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-424
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-425
Remove "-face" suffix from gnus faces
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-426
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-427
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-428
Remove "-face" suffix from MH-E faces
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-429
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-430
Remove "-face" suffix from cc-mode faces
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-431
Remove "-face" suffix from eshell faces
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-432
Remove "-face" suffix from ediff faces
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-433
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-434
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-351
Diffstat (limited to 'src/xselect.c')
| -rw-r--r-- | src/xselect.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/xselect.c b/src/xselect.c index 5a899cfa389..7a1ceaabbb0 100644 --- a/src/xselect.c +++ b/src/xselect.c | |||
| @@ -2048,7 +2048,7 @@ lisp_data_to_selection_data (display, obj, | |||
| 2048 | 2048 | ||
| 2049 | /* Use sizeof(long) even if it is more than 32 bits. See comment | 2049 | /* Use sizeof(long) even if it is more than 32 bits. See comment |
| 2050 | in x_get_window_property and x_fill_property_data. */ | 2050 | in x_get_window_property and x_fill_property_data. */ |
| 2051 | 2051 | ||
| 2052 | if (*format_ret == 32) data_size = sizeof(long); | 2052 | if (*format_ret == 32) data_size = sizeof(long); |
| 2053 | *data_ret = (unsigned char *) xmalloc (*size_ret * data_size); | 2053 | *data_ret = (unsigned char *) xmalloc (*size_ret * data_size); |
| 2054 | for (i = 0; i < *size_ret; i++) | 2054 | for (i = 0; i < *size_ret; i++) |
| @@ -2062,7 +2062,7 @@ lisp_data_to_selection_data (display, obj, | |||
| 2062 | } | 2062 | } |
| 2063 | else | 2063 | else |
| 2064 | Fsignal (Qerror, /* Qselection_error */ | 2064 | Fsignal (Qerror, /* Qselection_error */ |
| 2065 | Fcons (build_string ("unrecognised selection data"), | 2065 | Fcons (build_string ("unrecognized selection data"), |
| 2066 | Fcons (obj, Qnil))); | 2066 | Fcons (obj, Qnil))); |
| 2067 | 2067 | ||
| 2068 | *type_ret = symbol_to_x_atom (dpyinfo, display, type); | 2068 | *type_ret = symbol_to_x_atom (dpyinfo, display, type); |
| @@ -2864,7 +2864,7 @@ are ignored. */) | |||
| 2864 | when sending to the root window. */ | 2864 | when sending to the root window. */ |
| 2865 | event.xclient.window = to_root ? FRAME_OUTER_WINDOW (f) : wdest; | 2865 | event.xclient.window = to_root ? FRAME_OUTER_WINDOW (f) : wdest; |
| 2866 | 2866 | ||
| 2867 | 2867 | ||
| 2868 | memset (event.xclient.data.b, 0, sizeof (event.xclient.data.b)); | 2868 | memset (event.xclient.data.b, 0, sizeof (event.xclient.data.b)); |
| 2869 | x_fill_property_data (dpyinfo->display, values, event.xclient.data.b, | 2869 | x_fill_property_data (dpyinfo->display, values, event.xclient.data.b, |
| 2870 | event.xclient.format); | 2870 | event.xclient.format); |