Path: utzoo!attcan!uunet!lll-winken!lll-tis!ames!pasteur!ucbvax!decwrl!purdue!i.cc.purdue.edu!j.cc.purdue.edu!pur-ee!uiucdcs!uiucdcsm!ksung
From: ksung@uiucdcsm.cs.uiuc.edu
Newsgroups: comp.windows.x
Subject: Question on SendErrorToClient
Message-ID: <26900042@uiucdcsm>
Date: 23 Jun 88 19:56:00 GMT
Lines: 13
Nf-ID: #N:uiucdcsm:26900042:000:351
Nf-From: uiucdcsm.cs.uiuc.edu!ksung    Jun 23 14:56:00 1988



The documentation for

	SendErrorToClient (client, reqCode, minorCode, status, resourceID);

in ./X.V11R2/doc/Server/extension.doc, section #7


do not agree with the implementation in ./X.V11R2/server/dix/extension.c

	SendErrorToClient (client, reqCode, minorCode, resId, status)

The last two parameters are swapped. Which one is "more" correct?