blob: 6bee273a85e35c082151276ab4cfa35fd53f1d3e [file] [log] [blame] [edit]
// 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