1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
#if !(defined(GO) && defined(GOM) && defined(GO2) && defined(DATA))
#error meh!
#endif
GO(xcb_is_cursor_key, iFu)
GO(xcb_is_function_key, iFu)
GO(xcb_is_keypad_key, iFu)
GO(xcb_is_misc_function_key, iFu)
GO(xcb_is_modifier_key, iFu)
GO(xcb_is_pf_key, iFu)
GO(xcb_is_private_keypad_key, iFu)
GO(xcb_key_press_lookup_keysym, uFppi)
GO(xcb_key_release_lookup_keysym, uFppi)
GO(xcb_key_symbols_alloc, pFb)
GO(xcb_key_symbols_free, vFp)
GO(xcb_key_symbols_get_keycode, pFpu)
GO(xcb_key_symbols_get_keysym, uFpCi)
GO(xcb_refresh_keyboard_mapping, iFpp)
|