mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-22 20:35:43 +00:00
devPrivates rework: unhook resource system; will try a different approach.
This commit is contained in:
parent
81372f9096
commit
74f1de1de9
3 changed files with 6 additions and 23 deletions
|
|
@ -183,12 +183,6 @@ extern Bool AddResource(
|
|||
RESTYPE /*type*/,
|
||||
pointer /*value*/);
|
||||
|
||||
extern Bool dixAddResource(
|
||||
XID /*id*/,
|
||||
RESTYPE /*type*/,
|
||||
pointer /*value*/,
|
||||
pointer /*parent*/);
|
||||
|
||||
extern void FreeResource(
|
||||
XID /*id*/,
|
||||
RESTYPE /*skipDeleteFuncType*/);
|
||||
|
|
|
|||
Loading…
Reference in a new issue