Commit cb9e50c2 authored by Mike Gabriel's avatar Mike Gabriel

Move AddScreen() comment where it actually belongs. Should be done in X.org, too.

parent 52872a0d
......@@ -4127,6 +4127,13 @@ static int init_screen(ScreenPtr pScreen, int i)
void FreeScreen(ScreenPtr);
/*
grow the array of screenRecs if necessary.
call the device-supplied initialization procedure
with its screen number, a pointer to its ScreenRec, argc, and argv.
return the number of successfully installed screens.
*/
int
AddScreen(Bool (*pfnInit) (ScreenPtr /*pScreen */ ,
int /*argc */ ,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment