summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Kreitman <stuart.kreitman@sun.com>2004-03-30 16:44:09 +0000
committerStuart Kreitman <stuart.kreitman@sun.com>2004-03-30 16:44:09 +0000
commit58747c996e17c8578bd1efe3aeef52fffca0ed0b (patch)
tree2223c7a227881005823b3981be4daf6462f4b3f4
parent66820785be39f697398ad2622c568f1de769235d (diff)
downloadxserver-58747c996e17c8578bd1efe3aeef52fffca0ed0b.tar.gz
integration from modular tree. Modified Files: Tag: DAMAGE-XFIXES
dispatch.c
-rw-r--r--dix/dispatch.c2
1 files changed, 1 insertions, 1 deletions
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