diff options
author | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2007-02-23 13:23:12 -0500 |
---|---|---|
committer | Eamon Walsh <ewalsh@moss-uranus.epoch.ncsc.mil> | 2007-02-23 13:23:12 -0500 |
commit | 81372f9096b952f4be545654b0b44ac37ef4f2c2 (patch) | |
tree | 6255b5249cee9ed6a1bd35a2106c8bcf5fb72794 /include/resource.h | |
parent | 16f2b8892d9ebcef6410a675d10549043223f617 (diff) |
devPrivates rework: hook up new interface in resource system; add new
resource-adding function that takes an additional ScreenPtr argument.
Diffstat (limited to 'include/resource.h')
-rw-r--r-- | include/resource.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/resource.h b/include/resource.h index 902305805..617afbf41 100644 --- a/include/resource.h +++ b/include/resource.h @@ -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*/); |