diff options
author | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2007-04-04 12:00:15 -0400 |
---|---|---|
committer | Eamon Walsh <ewalsh@moss-uranus.epoch.ncsc.mil> | 2007-04-04 16:00:15 -0400 |
commit | ed75b056511ccb429c48c6c55d14dc7ae79e75a3 (patch) | |
tree | 2bce240f5c998b371895bdb4dd94a6e679067f35 /dix/Makefile.am | |
parent | 63e46e4fc3e98751f2edbed9c79ef3d5dc2dadc6 (diff) |
dix: add new, combined resource lookup function. Move all dix lookup API
deprecated so far to a new file dix/deprecated.c. Remove the deprecation
warnings for the time being.
Diffstat (limited to 'dix/Makefile.am')
-rw-r--r-- | dix/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dix/Makefile.am b/dix/Makefile.am index a1f02c1b6..ff0d5d68c 100644 --- a/dix/Makefile.am +++ b/dix/Makefile.am @@ -8,6 +8,7 @@ libdix_la_SOURCES = \ atom.c \ colormap.c \ cursor.c \ + deprecated.c \ devices.c \ dispatch.c \ dispatch.h \ |