Add new InitRegions() function called from dix/main

This commit is contained in:
Soren Sandmann Pedersen
2007-05-12 17:41:47 -04:00
parent e037052ac5
commit dde0ceac4e
3 changed files with 10 additions and 0 deletions

View File

@@ -253,6 +253,7 @@ main(int argc, char *argv[], char *envp[])
display = "0";
InitGlobals();
InitRegions();
#ifdef XPRINT
PrinterInitGlobals();
#endif