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 /hw/xfree86/loader/dixsym.c | |
parent | 16f2b8892d9ebcef6410a675d10549043223f617 (diff) | |
download | xserver-81372f9096b952f4be545654b0b44ac37ef4f2c2.tar.gz |
devPrivates rework: hook up new interface in resource system; add new
resource-adding function that takes an additional ScreenPtr argument.
Diffstat (limited to 'hw/xfree86/loader/dixsym.c')
-rw-r--r-- | hw/xfree86/loader/dixsym.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/xfree86/loader/dixsym.c b/hw/xfree86/loader/dixsym.c index 9136351a2..773576750 100644 --- a/hw/xfree86/loader/dixsym.c +++ b/hw/xfree86/loader/dixsym.c @@ -283,6 +283,7 @@ _X_HIDDEN void *dixLookupTab[] = { #endif /* resource.c */ SYMFUNC(AddResource) + SYMFUNC(dixAddResource) SYMFUNC(ChangeResourceValue) SYMFUNC(CreateNewResourceClass) SYMFUNC(CreateNewResourceType) |