diff options
author | Tilman Sauerbeck <tilman@code-monkey.de> | 2006-07-08 11:33:44 +0200 |
---|---|---|
committer | Tilman Sauerbeck <tilman@code-monkey.de> | 2006-07-08 11:33:44 +0200 |
commit | 63f13e01ee6e7df1753f2113f4cff9538596be0a (patch) | |
tree | c4e828e89f3ce4acf450c5327ea1a156419ee95c /dix/Makefile.am | |
parent | 5416f90e9c939027005fc01fa3ce3df56919ae0d (diff) |
Bug #7097: do case-insensitive comparison for some hotkeys.
xkb's strcasecmp implementation has been moved to the dix so it's now
safe to just use strcasecmp().
Diffstat (limited to 'dix/Makefile.am')
-rw-r--r-- | dix/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dix/Makefile.am b/dix/Makefile.am index c9a19f77b..414f1258c 100644 --- a/dix/Makefile.am +++ b/dix/Makefile.am @@ -29,7 +29,8 @@ libdix_la_SOURCES = \ swaprep.c \ swapreq.c \ tables.c \ - window.c + window.c \ + strcasecmp.c libxpstubs_la_SOURCES = \ xpstubs.c |