mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-20 02:20:03 +01:00
Revert "randr: Initialize RandR even if there are currently no screens attached"
This wasn't intended to be present in the merged patch series. Sorry for the noise.
This reverts commit 6f13c13ed6.
This commit is contained in:
parent
f62edffef1
commit
53130b6b05
1 changed files with 3 additions and 0 deletions
|
|
@ -387,6 +387,9 @@ RRExtensionInit(void)
|
|||
{
|
||||
ExtensionEntry *extEntry;
|
||||
|
||||
if (RRNScreens == 0)
|
||||
return;
|
||||
|
||||
if (!dixRegisterPrivateKey(&RRClientPrivateKeyRec, PRIVATE_CLIENT,
|
||||
sizeof(RRClientRec) +
|
||||
screenInfo.numScreens * sizeof(RRTimesRec)))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue