mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-22 20:35:43 +00:00
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:
parent
16f2b8892d
commit
81372f9096
4 changed files with 25 additions and 6 deletions
|
|
@ -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*/);
|
||||
|
|
|
|||
Loading…
Reference in a new issue