--- sourceforge.net/trunk/rdesktop/xkeymap.c 2005/08/03 08:41:02 960 +++ sourceforge.net/trunk/rdesktop/xkeymap.c 2005/08/03 09:32:22 961 @@ -30,6 +30,7 @@ #include #include #include +#include #include "rdesktop.h" #include "scancodes.h" @@ -360,14 +361,6 @@ unsigned int max_keycode; char *mapname_ptr; - /* Make keymapname lowercase */ - mapname_ptr = keymapname; - while (*mapname_ptr) - { - *mapname_ptr = tolower((int) *mapname_ptr); - mapname_ptr++; - } - if (strcmp(keymapname, "none")) { if (xkeymap_read(keymapname))