mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 03:44:06 +00:00
treewide: drop ScreenInfoPtr parameter from InitOutput()
Nobody's using this pointer anymore, everybody's using the global screenInfo structure. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
16d6182e15
commit
56c4d68140
@@ -192,7 +192,7 @@ dix_main(int argc, char *argv[], char *envp[])
|
||||
dixResetRegistry();
|
||||
InitFonts();
|
||||
InitCallbackManager();
|
||||
InitOutput(&screenInfo, argc, argv);
|
||||
InitOutput(argc, argv);
|
||||
|
||||
if (screenInfo.numScreens < 1)
|
||||
FatalError("no screens found");
|
||||
|
||||
Reference in New Issue
Block a user