mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-24 20:55:49 +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
|
|
@ -60,6 +60,8 @@ extern Bool EnableDisableExtension(char *name, Bool enable);
|
|||
|
||||
extern void EnableDisableExtensionError(char *name, Bool enable);
|
||||
|
||||
extern void ResetExtensionPrivates(void);
|
||||
|
||||
extern void InitExtensions(int argc, char **argv);
|
||||
|
||||
extern void InitVisualWrap(void);
|
||||
|
|
|
|||
Loading…
Reference in a new issue