blob: 3c907b5c69f9b418a5e2a2d1c40e55703db3e22b (
plain) (
blame)
1
2
3
4
5
6
7
|
#if !(defined(GO) && defined(GOM) && defined(GO2) && defined(DATA))
#error meh!
#endif
GO(xcb_cursor_context_free, vFp)
GO(xcb_cursor_context_new, iFbpp)
GO(xcb_cursor_load_cursor, uFpp)
|