mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-27 10:30:10 +01:00
integration from modular tree. Modified Files: Tag: DAMAGE-XFIXES
dispatch.c
This commit is contained in:
parent
66820785be
commit
58747c996e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue