Skip to content

Commit e9ea96d

Browse files
airliedkeith-packard
authored andcommitted
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 <[email protected]> Reviewed-by: Alex Deucher <[email protected]> Signed-off-by: Keith Packard <[email protected]>
1 parent 1712a45 commit e9ea96d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

randr/randr.c

+2
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,8 @@ RRInit(void)
264264
return FALSE;
265265
if (!RROutputInit())
266266
return FALSE;
267+
if (!RRProviderInit())
268+
return FALSE;
267269
RRGeneration = serverGeneration;
268270
}
269271
if (!dixRegisterPrivateKey(&rrPrivKeyRec, PRIVATE_SCREEN, 0))

0 commit comments

Comments
 (0)