diff options
Diffstat (limited to 'difs/events.c')
-rw-r--r-- | difs/events.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/difs/events.c b/difs/events.c index 0475eac..1b087bf 100644 --- a/difs/events.c +++ b/difs/events.c @@ -46,7 +46,7 @@ in this Software without prior written authorization from The Open Group. * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF * THIS SOFTWARE. */ -/* $XFree86: xc/programs/xfs/difs/events.c,v 3.7 2001/12/14 20:01:34 dawes Exp $ */ +/* $XFree86: xc/programs/xfs/difs/events.c,v 3.8 2003/05/23 15:03:11 tsi Exp $ */ #include <swaprep.h> @@ -103,6 +103,7 @@ ProcGetEventMask(ClientPtr client) rep.length = SIZEOF(fsGetEventMaskReply) >> 2; rep.event_mask = client->eventmask; + WriteReplyToClient(client, SIZEOF(fsGetEventMaskReply), &rep); return client->noClientException; } |