14 lines
445 B
Text
14 lines
445 B
Text
$NetBSD: patch-ae,v 1.2 2000/10/26 11:17:35 abs Exp $
|
|
|
|
--- mxw/TextField.c.orig Mon Mar 29 03:19:56 1999
|
|
+++ mxw/TextField.c
|
|
@@ -943,7 +943,8 @@
|
|
XSelectionRequestEvent *req = XtGetSelectionRequest(aw, *selection, NULL);
|
|
|
|
if (*target == XA_TARGETS(XtDisplay(aw))) {
|
|
- Atom *targetP, *std_targets;
|
|
+ Atom *targetP;
|
|
+ XPointer std_targets;
|
|
unsigned long std_length;
|
|
|
|
XmuConvertStandardSelection(aw, req->time, selection,
|