blob: 928b715c3148780f11d1814bcf0672bda66b6202 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$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,
|