From 58747c996e17c8578bd1efe3aeef52fffca0ed0b Mon Sep 17 00:00:00 2001 From: Stuart Kreitman Date: Tue, 30 Mar 2004 16:44:09 +0000 Subject: [PATCH] integration from modular tree. Modified Files: Tag: DAMAGE-XFIXES dispatch.c --- dix/dispatch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dix/dispatch.c b/dix/dispatch.c index 0916f4c3d..787893017 100644 --- a/dix/dispatch.c +++ b/dix/dispatch.c @@ -627,7 +627,7 @@ ProcChangeSaveSet(client) return BadMatch; if ((stuff->mode == SetModeInsert) || (stuff->mode == SetModeDelete)) { - result = AlterSaveSetForClient(client, pWin, stuff->mode); + result = AlterSaveSetForClient(client, pWin, stuff->mode,FALSE,TRUE); if (client->noClientException != Success) return(client->noClientException); else