mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-04 18:48:10 +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>
This commit is contained in:
parent
1712a45422
commit
e9ea96d6a8
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