diff --git a/hw/dmx/dmxextension.c b/hw/dmx/dmxextension.c index f00de9cd8..9c4b6cca0 100644 --- a/hw/dmx/dmxextension.c +++ b/hw/dmx/dmxextension.c @@ -374,9 +374,6 @@ int dmxAddInput(DMXInputAttributesPtr attr, int *id) dmxBERestorePassiveGrab, (pointer) &dmxInputs[i]); } - - /* Force completion of the changes */ - dmxSync(NULL, TRUE); } return retcode; @@ -1675,8 +1672,6 @@ dmxAttachScreen (int idx, dmxBEMapRootWindow(idx); - dmxSync(&dmxScreens[idx], TRUE); - /* 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 * now free the old screen's resources. */