mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-15 19:22:22 +00:00
Added devPrivates support to the ExtensionEntry structure.
This commit is contained in:
parent
c0cb8d1fb8
commit
b04d648547
5 changed files with 99 additions and 2 deletions
|
|
@ -357,6 +357,7 @@ main(int argc, char *argv[], char *envp[])
|
|||
InitAtoms();
|
||||
InitEvents();
|
||||
InitGlyphCaching();
|
||||
ResetExtensionPrivates();
|
||||
ResetClientPrivates();
|
||||
ResetScreenPrivates();
|
||||
ResetWindowPrivates();
|
||||
|
|
|
|||
Loading…
Reference in a new issue