mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-03 19:50:11 +01:00
Don't force an initial sync.
This commit is contained in:
parent
fd5aea8d9d
commit
83a20beb9c
1 changed files with 1 additions and 1 deletions
|
|
@ -220,7 +220,7 @@ void dmxSync(DMXScreenInfo *dmxScreen, Bool now)
|
|||
*/
|
||||
if (dmxSyncTimer && !dmxActiveSyncTimer) xfree(dmxSyncTimer);
|
||||
dmxSyncTimer = NULL;
|
||||
now = TRUE;
|
||||
now = FALSE;
|
||||
dmxGeneration = serverGeneration;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue