mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-22 22:00:06 +01:00
Remove unnecessary sync requests.
This commit is contained in:
parent
83a20beb9c
commit
5e5f78d66b
1 changed files with 0 additions and 5 deletions
|
|
@ -374,9 +374,6 @@ int dmxAddInput(DMXInputAttributesPtr attr, int *id)
|
||||||
dmxBERestorePassiveGrab,
|
dmxBERestorePassiveGrab,
|
||||||
(pointer) &dmxInputs[i]);
|
(pointer) &dmxInputs[i]);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Force completion of the changes */
|
|
||||||
dmxSync(NULL, TRUE);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return retcode;
|
return retcode;
|
||||||
|
|
@ -1675,8 +1672,6 @@ dmxAttachScreen (int idx,
|
||||||
|
|
||||||
dmxBEMapRootWindow(idx);
|
dmxBEMapRootWindow(idx);
|
||||||
|
|
||||||
dmxSync(&dmxScreens[idx], TRUE);
|
|
||||||
|
|
||||||
/* We used these to compare the old and new screens. They are no
|
/* We used these to compare the old and new screens. They are no
|
||||||
* longer needed since we have a newly attached screen, so we can
|
* longer needed since we have a newly attached screen, so we can
|
||||||
* now free the old screen's resources. */
|
* now free the old screen's resources. */
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue