Use GObject instead of guint to represent keysyms.

This commit is contained in:
Daiki Ueno
2011-01-28 16:19:18 +09:00
parent 4ff254df97
commit e6df7d90fe
25 changed files with 3251 additions and 2915 deletions

View File

@ -41,7 +41,7 @@ test_output_parse (void)
eek_keyboard_output (keyboard, output, 0);
g_object_unref (keyboard);
#if 1
#if 0
fwrite (output->str, sizeof(gchar), output->len, stdout);
#endif

File diff suppressed because it is too large Load Diff