| // Copyright 2009 Google Inc. All Rights Reserved. | |
| // Author: [email protected] (Eran Messeri) | |
| // | |
| // | |
| #ifndef _TRANSLATE_KEYCODE_LINUX_H | |
| #define _TRANSLATE_KEYCODE_LINUX_H | |
| guint translate_code_to_gdk_symbol(const wchar_t key_code); | |
| extern const wchar_t gNullKey; | |
| #endif |