libeek: abolish arguments for eek_clutter_keyboard_new() and eek_xkb_layout_new()

This commit is contained in:
Daiki Ueno
2010-06-16 16:08:23 +09:00
parent efa7d00c03
commit 1bcb2cc31d
8 changed files with 36 additions and 68 deletions

View File

@ -28,7 +28,7 @@ test_create (void)
EekLayout *layout;
const gchar *keycodes, *geometry, *symbols;
layout = eek_xkb_layout_new (NULL, "winbook", NULL);
layout = eek_xkb_layout_new ();
g_assert (layout);
keycodes = eek_xkb_layout_get_keycodes (EEK_XKB_LAYOUT(layout));
g_assert (keycodes);