2003-12-29 19:47:24 -05:00
|
|
|
--- lib/libxview/selection/sel_util.c.orig 1993-06-29 07:16:03.000000000 +0200
|
|
|
|
+++ lib/libxview/selection/sel_util.c 2003-12-30 01:31:13.000000000 +0100
|
2000-04-02 11:25:13 -04:00
|
|
|
@@ -23,6 +23,7 @@ static void tvdiff();
|
|
|
|
static void FreeMultiProp();
|
|
|
|
static int SelMatchReply();
|
|
|
|
static Sel_req_tbl *SelMatchReqTbl();
|
|
|
|
+static int SelFindReply();
|
|
|
|
|
|
|
|
Pkg_private struct timeval *
|
|
|
|
xv_sel_cvt_xtime_to_timeval( XTime )
|
|
|
|
@@ -601,7 +602,7 @@ Sel_reply_info *reply;
|
|
|
|
reqTbl->reply = reply;
|
|
|
|
reqTbl->next = NULL;
|
|
|
|
(void)XSaveContext( dpy, DefaultRootWindow(dpy),replyCtx,
|
|
|
|
- (caddr_t *)reqTbl);
|
|
|
|
+ (XPointer)reqTbl);
|
|
|
|
return reqTbl;
|
|
|
|
}
|
|
|
|
return (Sel_req_tbl *) xv_sel_add_new_req( reqTbl, reply );
|