From ea481338b5f16fd81a7b33e036ead39b918a51af Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 20 Jan 2008 01:34:58 -0500 Subject: make the obt library branch compile again with all the changes merged in from backport --- obt/keyboard.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'obt/keyboard.h') diff --git a/obt/keyboard.h b/obt/keyboard.h index bfe0e925..a9029df3 100644 --- a/obt/keyboard.h +++ b/obt/keyboard.h @@ -59,7 +59,7 @@ guint obt_keyboard_modkey_to_modmask(ObtModkeysKey key); KeyCode obt_keyboard_keysym_to_keycode(KeySym sym); /*! Give the string form of a KeyCode */ -const gchar *obt_keyboard_keycode_to_string(guint keycode); +gchar *obt_keyboard_keycode_to_string(guint keycode); /*! Translate a KeyCode to the unicode character it represents */ gunichar obt_keyboard_keycode_to_unichar(guint keycode); -- cgit v1.2.3