|
version 3.26, 1998/10/25 07:12:40
|
version 3.27, 1998/11/01 12:57:07
|
|
|
|
| * ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS | * ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS |
| * SOFTWARE. | * SOFTWARE. |
| */ | */ |
| /* $XFree86: xc/programs/xterm/button.c,v 3.25 1998/10/10 15:25:47 dawes Exp $ */ |
/* $XFree86: xc/programs/xterm/button.c,v 3.26 1998/10/25 07:12:40 dawes Exp $ */ |
| | |
| /* | /* |
| button.c Handles button events in the terminal emulator. | button.c Handles button events in the terminal emulator. |
|
|
|
| unsigned long std_length; | unsigned long std_length; |
| XmuConvertStandardSelection( | XmuConvertStandardSelection( |
| w, screen->selection_time, selection, | w, screen->selection_time, selection, |
| target, type, (XtPointer *)&std_targets, &std_length, format |
target, type, (XPointer *)&std_targets, &std_length, format |
| ); | ); |
| *length = std_length + 5; | *length = std_length + 5; |
| targetP = (Atom*)XtMalloc(sizeof(Atom)*(*length)); | targetP = (Atom*)XtMalloc(sizeof(Atom)*(*length)); |
|
|
|
| } | } |
| if (XmuConvertStandardSelection(w, screen->selection_time, selection, | if (XmuConvertStandardSelection(w, screen->selection_time, selection, |
| target, type, | target, type, |
| (XtPointer *)value, length, format)) |
(XPointer *)value, length, format)) |
| return True; | return True; |
| | |
| /* else */ | /* else */ |