devPrivates rework: hook up new interface in resource system; add new

resource-adding function that takes an additional ScreenPtr argument.
This commit is contained in:
Eamon Walsh 2007-02-23 13:23:12 -05:00 committed by Eamon Walsh
commit 81372f9096
4 changed files with 25 additions and 6 deletions

View file

@ -183,6 +183,12 @@ 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*/);