mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-04 05:58:22 +02:00
randr: call RRProviderInit in the proper place.
No idea where this got lost across development cycles, but its
definitely missing.
Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=57448
Signed-off-by: Dave Airlie <airlied@redhat.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Keith Packard <keithp@keithp.com>
(cherry picked from commit e9ea96d6a8)
This commit is contained in:
parent
c0e68f8e70
commit
a2748aa6bd
1 changed files with 2 additions and 0 deletions
|
|
@ -264,6 +264,8 @@ RRInit(void)
|
|||
return FALSE;
|
||||
if (!RROutputInit())
|
||||
return FALSE;
|
||||
if (!RRProviderInit())
|
||||
return FALSE;
|
||||
RRGeneration = serverGeneration;
|
||||
}
|
||||
if (!dixRegisterPrivateKey(&rrPrivKeyRec, PRIVATE_SCREEN, 0))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue